r67052 - in /branches/upstream/libpackage-stash-perl/current: ./ bin/ inc/ lib/Package/ lib/Package/Stash/ t/ t/impl-selection/ t/lib/ t/lib/Package/

ansgar at users.alioth.debian.org ansgar at users.alioth.debian.org
Wed Jan 5 13:14:23 UTC 2011


Author: ansgar
Date: Wed Jan  5 13:14:13 2011
New Revision: 67052

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=67052
Log:
[svn-upgrade] new version libpackage-stash-perl (0.20)

Added:
    branches/upstream/libpackage-stash-perl/current/bin/
    branches/upstream/libpackage-stash-perl/current/bin/package-stash-conflicts
    branches/upstream/libpackage-stash-perl/current/lib/Package/Stash/
    branches/upstream/libpackage-stash-perl/current/lib/Package/Stash/Conflicts.pm
    branches/upstream/libpackage-stash-perl/current/lib/Package/Stash/PP.pm
    branches/upstream/libpackage-stash-perl/current/t/07-edge-cases.t   (with props)
    branches/upstream/libpackage-stash-perl/current/t/20-leaks.t
    branches/upstream/libpackage-stash-perl/current/t/21-leaks-debug.t
    branches/upstream/libpackage-stash-perl/current/t/impl-selection/
    branches/upstream/libpackage-stash-perl/current/t/impl-selection/01-choice.t
    branches/upstream/libpackage-stash-perl/current/t/impl-selection/02-env.t
    branches/upstream/libpackage-stash-perl/current/t/impl-selection/03-var.t
    branches/upstream/libpackage-stash-perl/current/t/impl-selection/10-basic-pp.t
    branches/upstream/libpackage-stash-perl/current/t/impl-selection/11-basic-xs.t
    branches/upstream/libpackage-stash-perl/current/t/lib/
    branches/upstream/libpackage-stash-perl/current/t/lib/Package/
    branches/upstream/libpackage-stash-perl/current/t/lib/Package/Stash.pm
Modified:
    branches/upstream/libpackage-stash-perl/current/Changes
    branches/upstream/libpackage-stash-perl/current/LICENSE
    branches/upstream/libpackage-stash-perl/current/MANIFEST
    branches/upstream/libpackage-stash-perl/current/META.json
    branches/upstream/libpackage-stash-perl/current/META.yml
    branches/upstream/libpackage-stash-perl/current/Makefile.PL
    branches/upstream/libpackage-stash-perl/current/README
    branches/upstream/libpackage-stash-perl/current/dist.ini
    branches/upstream/libpackage-stash-perl/current/inc/MMPackageStash.pm
    branches/upstream/libpackage-stash-perl/current/lib/Package/Stash.pm
    branches/upstream/libpackage-stash-perl/current/t/01-basic.t
    branches/upstream/libpackage-stash-perl/current/t/02-extension.t
    branches/upstream/libpackage-stash-perl/current/t/03-io.t
    branches/upstream/libpackage-stash-perl/current/t/04-get.t
    branches/upstream/libpackage-stash-perl/current/t/05-isa.t
    branches/upstream/libpackage-stash-perl/current/t/06-addsub.t
    branches/upstream/libpackage-stash-perl/current/t/10-synopsis.t

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

Modified: branches/upstream/libpackage-stash-perl/current/Changes
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libpackage-stash-perl/current/Changes?rev=67052&op=diff

Modified: branches/upstream/libpackage-stash-perl/current/LICENSE
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libpackage-stash-perl/current/LICENSE?rev=67052&op=diff

Modified: branches/upstream/libpackage-stash-perl/current/MANIFEST
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libpackage-stash-perl/current/MANIFEST?rev=67052&op=diff

Modified: branches/upstream/libpackage-stash-perl/current/META.json
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libpackage-stash-perl/current/META.json?rev=67052&op=diff

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

Modified: branches/upstream/libpackage-stash-perl/current/Makefile.PL
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libpackage-stash-perl/current/Makefile.PL?rev=67052&op=diff

Modified: branches/upstream/libpackage-stash-perl/current/README
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libpackage-stash-perl/current/README?rev=67052&op=diff

Added: branches/upstream/libpackage-stash-perl/current/bin/package-stash-conflicts
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libpackage-stash-perl/current/bin/package-stash-conflicts?rev=67052&op=file

Modified: branches/upstream/libpackage-stash-perl/current/dist.ini
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libpackage-stash-perl/current/dist.ini?rev=67052&op=diff

Modified: branches/upstream/libpackage-stash-perl/current/inc/MMPackageStash.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libpackage-stash-perl/current/inc/MMPackageStash.pm?rev=67052&op=diff

Modified: branches/upstream/libpackage-stash-perl/current/lib/Package/Stash.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libpackage-stash-perl/current/lib/Package/Stash.pm?rev=67052&op=diff

Added: branches/upstream/libpackage-stash-perl/current/lib/Package/Stash/Conflicts.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libpackage-stash-perl/current/lib/Package/Stash/Conflicts.pm?rev=67052&op=file

Added: branches/upstream/libpackage-stash-perl/current/lib/Package/Stash/PP.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libpackage-stash-perl/current/lib/Package/Stash/PP.pm?rev=67052&op=file

Modified: branches/upstream/libpackage-stash-perl/current/t/01-basic.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libpackage-stash-perl/current/t/01-basic.t?rev=67052&op=diff

Modified: branches/upstream/libpackage-stash-perl/current/t/02-extension.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libpackage-stash-perl/current/t/02-extension.t?rev=67052&op=diff

Modified: branches/upstream/libpackage-stash-perl/current/t/03-io.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libpackage-stash-perl/current/t/03-io.t?rev=67052&op=diff

Modified: branches/upstream/libpackage-stash-perl/current/t/04-get.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libpackage-stash-perl/current/t/04-get.t?rev=67052&op=diff

Modified: branches/upstream/libpackage-stash-perl/current/t/05-isa.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libpackage-stash-perl/current/t/05-isa.t?rev=67052&op=diff

Modified: branches/upstream/libpackage-stash-perl/current/t/06-addsub.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libpackage-stash-perl/current/t/06-addsub.t?rev=67052&op=diff

Added: branches/upstream/libpackage-stash-perl/current/t/07-edge-cases.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libpackage-stash-perl/current/t/07-edge-cases.t?rev=67052&op=file

Modified: branches/upstream/libpackage-stash-perl/current/t/10-synopsis.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libpackage-stash-perl/current/t/10-synopsis.t?rev=67052&op=diff

Added: branches/upstream/libpackage-stash-perl/current/t/20-leaks.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libpackage-stash-perl/current/t/20-leaks.t?rev=67052&op=file

Added: branches/upstream/libpackage-stash-perl/current/t/21-leaks-debug.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libpackage-stash-perl/current/t/21-leaks-debug.t?rev=67052&op=file

Added: branches/upstream/libpackage-stash-perl/current/t/impl-selection/01-choice.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libpackage-stash-perl/current/t/impl-selection/01-choice.t?rev=67052&op=file

Added: branches/upstream/libpackage-stash-perl/current/t/impl-selection/02-env.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libpackage-stash-perl/current/t/impl-selection/02-env.t?rev=67052&op=file

Added: branches/upstream/libpackage-stash-perl/current/t/impl-selection/03-var.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libpackage-stash-perl/current/t/impl-selection/03-var.t?rev=67052&op=file

Added: branches/upstream/libpackage-stash-perl/current/t/impl-selection/10-basic-pp.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libpackage-stash-perl/current/t/impl-selection/10-basic-pp.t?rev=67052&op=file

Added: branches/upstream/libpackage-stash-perl/current/t/impl-selection/11-basic-xs.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libpackage-stash-perl/current/t/impl-selection/11-basic-xs.t?rev=67052&op=file

Added: branches/upstream/libpackage-stash-perl/current/t/lib/Package/Stash.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libpackage-stash-perl/current/t/lib/Package/Stash.pm?rev=67052&op=file




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