r72857 - in /branches/upstream/libparams-validate-perl/current: ./ c/ inc/ lib/Attribute/Params/ lib/Params/ t/ t/lib/ t/lib/PVTests/

periapt-guest at users.alioth.debian.org periapt-guest at users.alioth.debian.org
Wed Apr 20 17:26:23 UTC 2011


Author: periapt-guest
Date: Wed Apr 20 17:26:06 2011
New Revision: 72857

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=72857
Log:
[svn-upgrade] new version libparams-validate-perl (0.97)

Added:
    branches/upstream/libparams-validate-perl/current/INSTALL
    branches/upstream/libparams-validate-perl/current/META.json
    branches/upstream/libparams-validate-perl/current/dist.ini
    branches/upstream/libparams-validate-perl/current/inc/
    branches/upstream/libparams-validate-perl/current/inc/MyModuleBuild.pm
    branches/upstream/libparams-validate-perl/current/t/31-incorrect-spelling.t
    branches/upstream/libparams-validate-perl/current/t/release-cpan-changes.t
    branches/upstream/libparams-validate-perl/current/t/release-eol.t
    branches/upstream/libparams-validate-perl/current/t/release-no-tabs.t
    branches/upstream/libparams-validate-perl/current/t/release-pod-coverage.t
    branches/upstream/libparams-validate-perl/current/t/release-pod-spell.t
    branches/upstream/libparams-validate-perl/current/t/release-pod-syntax.t
    branches/upstream/libparams-validate-perl/current/t/release-pp-01-validate.t
    branches/upstream/libparams-validate-perl/current/t/release-pp-02-noop.t
    branches/upstream/libparams-validate-perl/current/t/release-pp-03-attribute.t
    branches/upstream/libparams-validate-perl/current/t/release-pp-04-defaults.t
    branches/upstream/libparams-validate-perl/current/t/release-pp-05-noop_default.t
    branches/upstream/libparams-validate-perl/current/t/release-pp-06-options.t
    branches/upstream/libparams-validate-perl/current/t/release-pp-07-with.t
    branches/upstream/libparams-validate-perl/current/t/release-pp-08-noop_with.t
    branches/upstream/libparams-validate-perl/current/t/release-pp-09-regex.t
    branches/upstream/libparams-validate-perl/current/t/release-pp-10-noop_regex.t
    branches/upstream/libparams-validate-perl/current/t/release-pp-11-cb.t
    branches/upstream/libparams-validate-perl/current/t/release-pp-12-noop_cb.t
    branches/upstream/libparams-validate-perl/current/t/release-pp-13-taint.t
    branches/upstream/libparams-validate-perl/current/t/release-pp-14-no_validate.t
    branches/upstream/libparams-validate-perl/current/t/release-pp-15-case.t
    branches/upstream/libparams-validate-perl/current/t/release-pp-16-normalize.t
    branches/upstream/libparams-validate-perl/current/t/release-pp-17-callbacks.t
    branches/upstream/libparams-validate-perl/current/t/release-pp-18-depends.t
    branches/upstream/libparams-validate-perl/current/t/release-pp-19-untaint.t
    branches/upstream/libparams-validate-perl/current/t/release-pp-21-can.t
    branches/upstream/libparams-validate-perl/current/t/release-pp-22-overload-can-bug.t
    branches/upstream/libparams-validate-perl/current/t/release-pp-23-readonly.t
    branches/upstream/libparams-validate-perl/current/t/release-pp-24-tied.t
    branches/upstream/libparams-validate-perl/current/t/release-pp-25-undef-regex.t
    branches/upstream/libparams-validate-perl/current/t/release-pp-26-isa.t
    branches/upstream/libparams-validate-perl/current/t/release-pp-27-string-as-type.t
    branches/upstream/libparams-validate-perl/current/t/release-pp-28-readonly-return.t
    branches/upstream/libparams-validate-perl/current/t/release-pp-29-taint-mode.t
    branches/upstream/libparams-validate-perl/current/t/release-pp-30-hashref-alteration.t
    branches/upstream/libparams-validate-perl/current/t/release-pp-31-incorrect-spelling.t
Removed:
    branches/upstream/libparams-validate-perl/current/t/kwalitee.t
    branches/upstream/libparams-validate-perl/current/t/pod-coverage.t
    branches/upstream/libparams-validate-perl/current/t/pod.t
Modified:
    branches/upstream/libparams-validate-perl/current/Build.PL
    branches/upstream/libparams-validate-perl/current/Changes
    branches/upstream/libparams-validate-perl/current/LICENSE
    branches/upstream/libparams-validate-perl/current/MANIFEST
    branches/upstream/libparams-validate-perl/current/META.yml
    branches/upstream/libparams-validate-perl/current/README
    branches/upstream/libparams-validate-perl/current/SIGNATURE
    branches/upstream/libparams-validate-perl/current/c/ppport.h
    branches/upstream/libparams-validate-perl/current/lib/Attribute/Params/Validate.pm
    branches/upstream/libparams-validate-perl/current/lib/Params/Validate.pm
    branches/upstream/libparams-validate-perl/current/lib/Params/Validate.xs
    branches/upstream/libparams-validate-perl/current/lib/Params/ValidatePP.pm
    branches/upstream/libparams-validate-perl/current/lib/Params/ValidateXS.pm
    branches/upstream/libparams-validate-perl/current/t/03-attribute.t
    branches/upstream/libparams-validate-perl/current/t/06-options.t
    branches/upstream/libparams-validate-perl/current/t/13-taint.t
    branches/upstream/libparams-validate-perl/current/t/14-no_validate.t
    branches/upstream/libparams-validate-perl/current/t/15-case.t
    branches/upstream/libparams-validate-perl/current/t/16-normalize.t
    branches/upstream/libparams-validate-perl/current/t/17-callbacks.t
    branches/upstream/libparams-validate-perl/current/t/18-depends.t
    branches/upstream/libparams-validate-perl/current/t/19-untaint.t
    branches/upstream/libparams-validate-perl/current/t/21-can.t
    branches/upstream/libparams-validate-perl/current/t/22-overload-can-bug.t
    branches/upstream/libparams-validate-perl/current/t/23-readonly.t
    branches/upstream/libparams-validate-perl/current/t/24-tied.t
    branches/upstream/libparams-validate-perl/current/t/25-undef-regex.t
    branches/upstream/libparams-validate-perl/current/t/26-isa.t
    branches/upstream/libparams-validate-perl/current/t/27-string-as-type.t
    branches/upstream/libparams-validate-perl/current/t/28-readonly-return.t
    branches/upstream/libparams-validate-perl/current/t/29-taint-mode.t
    branches/upstream/libparams-validate-perl/current/t/30-hashref-alteration.t
    branches/upstream/libparams-validate-perl/current/t/lib/PVTests.pm
    branches/upstream/libparams-validate-perl/current/t/lib/PVTests/Callbacks.pm
    branches/upstream/libparams-validate-perl/current/t/lib/PVTests/Defaults.pm
    branches/upstream/libparams-validate-perl/current/t/lib/PVTests/Standard.pm
    branches/upstream/libparams-validate-perl/current/t/lib/PVTests/With.pm

[This mail would be too long, it was shortened to contain the URLs only.]

Modified: branches/upstream/libparams-validate-perl/current/Build.PL
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libparams-validate-perl/current/Build.PL?rev=72857&op=diff

Modified: branches/upstream/libparams-validate-perl/current/Changes
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libparams-validate-perl/current/Changes?rev=72857&op=diff

Added: branches/upstream/libparams-validate-perl/current/INSTALL
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libparams-validate-perl/current/INSTALL?rev=72857&op=file

Modified: branches/upstream/libparams-validate-perl/current/LICENSE
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libparams-validate-perl/current/LICENSE?rev=72857&op=diff

Modified: branches/upstream/libparams-validate-perl/current/MANIFEST
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libparams-validate-perl/current/MANIFEST?rev=72857&op=diff

Added: branches/upstream/libparams-validate-perl/current/META.json
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libparams-validate-perl/current/META.json?rev=72857&op=file

Modified: branches/upstream/libparams-validate-perl/current/META.yml
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libparams-validate-perl/current/META.yml?rev=72857&op=diff

Modified: branches/upstream/libparams-validate-perl/current/README
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libparams-validate-perl/current/README?rev=72857&op=diff

Modified: branches/upstream/libparams-validate-perl/current/SIGNATURE
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libparams-validate-perl/current/SIGNATURE?rev=72857&op=diff

Modified: branches/upstream/libparams-validate-perl/current/c/ppport.h
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libparams-validate-perl/current/c/ppport.h?rev=72857&op=diff

Added: branches/upstream/libparams-validate-perl/current/dist.ini
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libparams-validate-perl/current/dist.ini?rev=72857&op=file

Added: branches/upstream/libparams-validate-perl/current/inc/MyModuleBuild.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libparams-validate-perl/current/inc/MyModuleBuild.pm?rev=72857&op=file

Modified: branches/upstream/libparams-validate-perl/current/lib/Attribute/Params/Validate.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libparams-validate-perl/current/lib/Attribute/Params/Validate.pm?rev=72857&op=diff

Modified: branches/upstream/libparams-validate-perl/current/lib/Params/Validate.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libparams-validate-perl/current/lib/Params/Validate.pm?rev=72857&op=diff

Modified: branches/upstream/libparams-validate-perl/current/lib/Params/Validate.xs
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libparams-validate-perl/current/lib/Params/Validate.xs?rev=72857&op=diff

Modified: branches/upstream/libparams-validate-perl/current/lib/Params/ValidatePP.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libparams-validate-perl/current/lib/Params/ValidatePP.pm?rev=72857&op=diff

Modified: branches/upstream/libparams-validate-perl/current/lib/Params/ValidateXS.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libparams-validate-perl/current/lib/Params/ValidateXS.pm?rev=72857&op=diff

Modified: branches/upstream/libparams-validate-perl/current/t/03-attribute.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libparams-validate-perl/current/t/03-attribute.t?rev=72857&op=diff

Modified: branches/upstream/libparams-validate-perl/current/t/06-options.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libparams-validate-perl/current/t/06-options.t?rev=72857&op=diff

Modified: branches/upstream/libparams-validate-perl/current/t/13-taint.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libparams-validate-perl/current/t/13-taint.t?rev=72857&op=diff

Modified: branches/upstream/libparams-validate-perl/current/t/14-no_validate.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libparams-validate-perl/current/t/14-no_validate.t?rev=72857&op=diff

Modified: branches/upstream/libparams-validate-perl/current/t/15-case.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libparams-validate-perl/current/t/15-case.t?rev=72857&op=diff

Modified: branches/upstream/libparams-validate-perl/current/t/16-normalize.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libparams-validate-perl/current/t/16-normalize.t?rev=72857&op=diff

Modified: branches/upstream/libparams-validate-perl/current/t/17-callbacks.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libparams-validate-perl/current/t/17-callbacks.t?rev=72857&op=diff

Modified: branches/upstream/libparams-validate-perl/current/t/18-depends.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libparams-validate-perl/current/t/18-depends.t?rev=72857&op=diff

Modified: branches/upstream/libparams-validate-perl/current/t/19-untaint.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libparams-validate-perl/current/t/19-untaint.t?rev=72857&op=diff

Modified: branches/upstream/libparams-validate-perl/current/t/21-can.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libparams-validate-perl/current/t/21-can.t?rev=72857&op=diff

Modified: branches/upstream/libparams-validate-perl/current/t/22-overload-can-bug.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libparams-validate-perl/current/t/22-overload-can-bug.t?rev=72857&op=diff

Modified: branches/upstream/libparams-validate-perl/current/t/23-readonly.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libparams-validate-perl/current/t/23-readonly.t?rev=72857&op=diff

Modified: branches/upstream/libparams-validate-perl/current/t/24-tied.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libparams-validate-perl/current/t/24-tied.t?rev=72857&op=diff

Modified: branches/upstream/libparams-validate-perl/current/t/25-undef-regex.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libparams-validate-perl/current/t/25-undef-regex.t?rev=72857&op=diff

Modified: branches/upstream/libparams-validate-perl/current/t/26-isa.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libparams-validate-perl/current/t/26-isa.t?rev=72857&op=diff

Modified: branches/upstream/libparams-validate-perl/current/t/27-string-as-type.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libparams-validate-perl/current/t/27-string-as-type.t?rev=72857&op=diff

Modified: branches/upstream/libparams-validate-perl/current/t/28-readonly-return.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libparams-validate-perl/current/t/28-readonly-return.t?rev=72857&op=diff

Modified: branches/upstream/libparams-validate-perl/current/t/29-taint-mode.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libparams-validate-perl/current/t/29-taint-mode.t?rev=72857&op=diff

Modified: branches/upstream/libparams-validate-perl/current/t/30-hashref-alteration.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libparams-validate-perl/current/t/30-hashref-alteration.t?rev=72857&op=diff

Added: branches/upstream/libparams-validate-perl/current/t/31-incorrect-spelling.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libparams-validate-perl/current/t/31-incorrect-spelling.t?rev=72857&op=file

Modified: branches/upstream/libparams-validate-perl/current/t/lib/PVTests.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libparams-validate-perl/current/t/lib/PVTests.pm?rev=72857&op=diff

Modified: branches/upstream/libparams-validate-perl/current/t/lib/PVTests/Callbacks.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libparams-validate-perl/current/t/lib/PVTests/Callbacks.pm?rev=72857&op=diff

Modified: branches/upstream/libparams-validate-perl/current/t/lib/PVTests/Defaults.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libparams-validate-perl/current/t/lib/PVTests/Defaults.pm?rev=72857&op=diff

Modified: branches/upstream/libparams-validate-perl/current/t/lib/PVTests/Standard.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libparams-validate-perl/current/t/lib/PVTests/Standard.pm?rev=72857&op=diff

Modified: branches/upstream/libparams-validate-perl/current/t/lib/PVTests/With.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libparams-validate-perl/current/t/lib/PVTests/With.pm?rev=72857&op=diff

Added: branches/upstream/libparams-validate-perl/current/t/release-cpan-changes.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libparams-validate-perl/current/t/release-cpan-changes.t?rev=72857&op=file

Added: branches/upstream/libparams-validate-perl/current/t/release-eol.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libparams-validate-perl/current/t/release-eol.t?rev=72857&op=file

Added: branches/upstream/libparams-validate-perl/current/t/release-no-tabs.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libparams-validate-perl/current/t/release-no-tabs.t?rev=72857&op=file

Added: branches/upstream/libparams-validate-perl/current/t/release-pod-coverage.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libparams-validate-perl/current/t/release-pod-coverage.t?rev=72857&op=file

Added: branches/upstream/libparams-validate-perl/current/t/release-pod-spell.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libparams-validate-perl/current/t/release-pod-spell.t?rev=72857&op=file

Added: branches/upstream/libparams-validate-perl/current/t/release-pod-syntax.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libparams-validate-perl/current/t/release-pod-syntax.t?rev=72857&op=file

Added: branches/upstream/libparams-validate-perl/current/t/release-pp-01-validate.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libparams-validate-perl/current/t/release-pp-01-validate.t?rev=72857&op=file

Added: branches/upstream/libparams-validate-perl/current/t/release-pp-02-noop.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libparams-validate-perl/current/t/release-pp-02-noop.t?rev=72857&op=file

Added: branches/upstream/libparams-validate-perl/current/t/release-pp-03-attribute.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libparams-validate-perl/current/t/release-pp-03-attribute.t?rev=72857&op=file

Added: branches/upstream/libparams-validate-perl/current/t/release-pp-04-defaults.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libparams-validate-perl/current/t/release-pp-04-defaults.t?rev=72857&op=file

Added: branches/upstream/libparams-validate-perl/current/t/release-pp-05-noop_default.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libparams-validate-perl/current/t/release-pp-05-noop_default.t?rev=72857&op=file

Added: branches/upstream/libparams-validate-perl/current/t/release-pp-06-options.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libparams-validate-perl/current/t/release-pp-06-options.t?rev=72857&op=file

Added: branches/upstream/libparams-validate-perl/current/t/release-pp-07-with.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libparams-validate-perl/current/t/release-pp-07-with.t?rev=72857&op=file

Added: branches/upstream/libparams-validate-perl/current/t/release-pp-08-noop_with.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libparams-validate-perl/current/t/release-pp-08-noop_with.t?rev=72857&op=file

Added: branches/upstream/libparams-validate-perl/current/t/release-pp-09-regex.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libparams-validate-perl/current/t/release-pp-09-regex.t?rev=72857&op=file

Added: branches/upstream/libparams-validate-perl/current/t/release-pp-10-noop_regex.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libparams-validate-perl/current/t/release-pp-10-noop_regex.t?rev=72857&op=file

Added: branches/upstream/libparams-validate-perl/current/t/release-pp-11-cb.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libparams-validate-perl/current/t/release-pp-11-cb.t?rev=72857&op=file

Added: branches/upstream/libparams-validate-perl/current/t/release-pp-12-noop_cb.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libparams-validate-perl/current/t/release-pp-12-noop_cb.t?rev=72857&op=file

Added: branches/upstream/libparams-validate-perl/current/t/release-pp-13-taint.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libparams-validate-perl/current/t/release-pp-13-taint.t?rev=72857&op=file

Added: branches/upstream/libparams-validate-perl/current/t/release-pp-14-no_validate.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libparams-validate-perl/current/t/release-pp-14-no_validate.t?rev=72857&op=file

Added: branches/upstream/libparams-validate-perl/current/t/release-pp-15-case.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libparams-validate-perl/current/t/release-pp-15-case.t?rev=72857&op=file

Added: branches/upstream/libparams-validate-perl/current/t/release-pp-16-normalize.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libparams-validate-perl/current/t/release-pp-16-normalize.t?rev=72857&op=file

Added: branches/upstream/libparams-validate-perl/current/t/release-pp-17-callbacks.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libparams-validate-perl/current/t/release-pp-17-callbacks.t?rev=72857&op=file

Added: branches/upstream/libparams-validate-perl/current/t/release-pp-18-depends.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libparams-validate-perl/current/t/release-pp-18-depends.t?rev=72857&op=file

Added: branches/upstream/libparams-validate-perl/current/t/release-pp-19-untaint.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libparams-validate-perl/current/t/release-pp-19-untaint.t?rev=72857&op=file

Added: branches/upstream/libparams-validate-perl/current/t/release-pp-21-can.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libparams-validate-perl/current/t/release-pp-21-can.t?rev=72857&op=file

Added: branches/upstream/libparams-validate-perl/current/t/release-pp-22-overload-can-bug.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libparams-validate-perl/current/t/release-pp-22-overload-can-bug.t?rev=72857&op=file

Added: branches/upstream/libparams-validate-perl/current/t/release-pp-23-readonly.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libparams-validate-perl/current/t/release-pp-23-readonly.t?rev=72857&op=file

Added: branches/upstream/libparams-validate-perl/current/t/release-pp-24-tied.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libparams-validate-perl/current/t/release-pp-24-tied.t?rev=72857&op=file

Added: branches/upstream/libparams-validate-perl/current/t/release-pp-25-undef-regex.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libparams-validate-perl/current/t/release-pp-25-undef-regex.t?rev=72857&op=file

Added: branches/upstream/libparams-validate-perl/current/t/release-pp-26-isa.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libparams-validate-perl/current/t/release-pp-26-isa.t?rev=72857&op=file

Added: branches/upstream/libparams-validate-perl/current/t/release-pp-27-string-as-type.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libparams-validate-perl/current/t/release-pp-27-string-as-type.t?rev=72857&op=file

Added: branches/upstream/libparams-validate-perl/current/t/release-pp-28-readonly-return.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libparams-validate-perl/current/t/release-pp-28-readonly-return.t?rev=72857&op=file

Added: branches/upstream/libparams-validate-perl/current/t/release-pp-29-taint-mode.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libparams-validate-perl/current/t/release-pp-29-taint-mode.t?rev=72857&op=file

Added: branches/upstream/libparams-validate-perl/current/t/release-pp-30-hashref-alteration.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libparams-validate-perl/current/t/release-pp-30-hashref-alteration.t?rev=72857&op=file

Added: branches/upstream/libparams-validate-perl/current/t/release-pp-31-incorrect-spelling.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libparams-validate-perl/current/t/release-pp-31-incorrect-spelling.t?rev=72857&op=file




More information about the Pkg-perl-cvs-commits mailing list