r24857 - in /branches/upstream/libb-utils-perl/current: ./ build/ inc/ inc/ExtUtils/ lib/B/ lib/B/Utils/ t/ t/utils/

gregoa at users.alioth.debian.org gregoa at users.alioth.debian.org
Sat Sep 6 17:24:11 UTC 2008


Author: gregoa
Date: Sat Sep  6 17:24:08 2008
New Revision: 24857

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=24857
Log:
[svn-upgrade] Integrating new upstream version, libb-utils-perl (0.06)

Added:
    branches/upstream/libb-utils-perl/current/BUtils.h
    branches/upstream/libb-utils-perl/current/BUtils_op.h
    branches/upstream/libb-utils-perl/current/OP.xs
    branches/upstream/libb-utils-perl/current/Utils.xs
    branches/upstream/libb-utils-perl/current/build/
    branches/upstream/libb-utils-perl/current/build/IFiles.pm
    branches/upstream/libb-utils-perl/current/inc/
    branches/upstream/libb-utils-perl/current/inc/ExtUtils/
    branches/upstream/libb-utils-perl/current/inc/ExtUtils/Depends.pm
    branches/upstream/libb-utils-perl/current/lib/B/Utils/
    branches/upstream/libb-utils-perl/current/lib/B/Utils/OP.pm
    branches/upstream/libb-utils-perl/current/t/00signature.t
    branches/upstream/libb-utils-perl/current/t/01pod.t
    branches/upstream/libb-utils-perl/current/t/10use.t
    branches/upstream/libb-utils-perl/current/t/11export.t
    branches/upstream/libb-utils-perl/current/t/utils/
    branches/upstream/libb-utils-perl/current/t/utils/20all_starts.t
    branches/upstream/libb-utils-perl/current/t/utils/21all_roots.t
    branches/upstream/libb-utils-perl/current/t/utils/22anon_subs.t
    branches/upstream/libb-utils-perl/current/t/utils/30parent.t
    branches/upstream/libb-utils-perl/current/t/utils/31oldname.t
    branches/upstream/libb-utils-perl/current/t/utils/32kids.t
    branches/upstream/libb-utils-perl/current/t/utils/33ancestors.t
    branches/upstream/libb-utils-perl/current/t/utils/34descendants.t
    branches/upstream/libb-utils-perl/current/t/utils/35siblings.t
    branches/upstream/libb-utils-perl/current/t/utils/36previous.t
    branches/upstream/libb-utils-perl/current/t/utils/37stringify.t
    branches/upstream/libb-utils-perl/current/t/utils/40walk.t
    branches/upstream/libb-utils-perl/current/t/utils/41walkfilt.t
    branches/upstream/libb-utils-perl/current/t/utils/42all.t
    branches/upstream/libb-utils-perl/current/t/utils/43allfilt.t
    branches/upstream/libb-utils-perl/current/t/utils/44optrep.t
    branches/upstream/libb-utils-perl/current/t/utils/50carp.t
    branches/upstream/libb-utils-perl/current/t/utils/51croak.t
    branches/upstream/libb-utils-perl/current/typemap
Removed:
    branches/upstream/libb-utils-perl/current/t/02basic.t
Modified:
    branches/upstream/libb-utils-perl/current/Changes
    branches/upstream/libb-utils-perl/current/MANIFEST
    branches/upstream/libb-utils-perl/current/META.yml
    branches/upstream/libb-utils-perl/current/Makefile.PL
    branches/upstream/libb-utils-perl/current/README
    branches/upstream/libb-utils-perl/current/lib/B/Utils.pm

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

Added: branches/upstream/libb-utils-perl/current/BUtils.h
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libb-utils-perl/current/BUtils.h?rev=24857&op=file

Added: branches/upstream/libb-utils-perl/current/BUtils_op.h
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libb-utils-perl/current/BUtils_op.h?rev=24857&op=file

Modified: branches/upstream/libb-utils-perl/current/Changes
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libb-utils-perl/current/Changes?rev=24857&op=diff

Modified: branches/upstream/libb-utils-perl/current/MANIFEST
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libb-utils-perl/current/MANIFEST?rev=24857&op=diff

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

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

Added: branches/upstream/libb-utils-perl/current/OP.xs
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libb-utils-perl/current/OP.xs?rev=24857&op=file

Modified: branches/upstream/libb-utils-perl/current/README
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libb-utils-perl/current/README?rev=24857&op=diff

Added: branches/upstream/libb-utils-perl/current/Utils.xs
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libb-utils-perl/current/Utils.xs?rev=24857&op=file

Added: branches/upstream/libb-utils-perl/current/build/IFiles.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libb-utils-perl/current/build/IFiles.pm?rev=24857&op=file

Added: branches/upstream/libb-utils-perl/current/inc/ExtUtils/Depends.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libb-utils-perl/current/inc/ExtUtils/Depends.pm?rev=24857&op=file

Modified: branches/upstream/libb-utils-perl/current/lib/B/Utils.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libb-utils-perl/current/lib/B/Utils.pm?rev=24857&op=diff

Added: branches/upstream/libb-utils-perl/current/lib/B/Utils/OP.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libb-utils-perl/current/lib/B/Utils/OP.pm?rev=24857&op=file

Added: branches/upstream/libb-utils-perl/current/t/00signature.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libb-utils-perl/current/t/00signature.t?rev=24857&op=file

Added: branches/upstream/libb-utils-perl/current/t/01pod.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libb-utils-perl/current/t/01pod.t?rev=24857&op=file

Added: branches/upstream/libb-utils-perl/current/t/10use.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libb-utils-perl/current/t/10use.t?rev=24857&op=file

Added: branches/upstream/libb-utils-perl/current/t/11export.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libb-utils-perl/current/t/11export.t?rev=24857&op=file

Added: branches/upstream/libb-utils-perl/current/t/utils/20all_starts.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libb-utils-perl/current/t/utils/20all_starts.t?rev=24857&op=file

Added: branches/upstream/libb-utils-perl/current/t/utils/21all_roots.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libb-utils-perl/current/t/utils/21all_roots.t?rev=24857&op=file

Added: branches/upstream/libb-utils-perl/current/t/utils/22anon_subs.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libb-utils-perl/current/t/utils/22anon_subs.t?rev=24857&op=file

Added: branches/upstream/libb-utils-perl/current/t/utils/30parent.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libb-utils-perl/current/t/utils/30parent.t?rev=24857&op=file

Added: branches/upstream/libb-utils-perl/current/t/utils/31oldname.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libb-utils-perl/current/t/utils/31oldname.t?rev=24857&op=file

Added: branches/upstream/libb-utils-perl/current/t/utils/32kids.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libb-utils-perl/current/t/utils/32kids.t?rev=24857&op=file

Added: branches/upstream/libb-utils-perl/current/t/utils/33ancestors.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libb-utils-perl/current/t/utils/33ancestors.t?rev=24857&op=file

Added: branches/upstream/libb-utils-perl/current/t/utils/34descendants.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libb-utils-perl/current/t/utils/34descendants.t?rev=24857&op=file

Added: branches/upstream/libb-utils-perl/current/t/utils/35siblings.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libb-utils-perl/current/t/utils/35siblings.t?rev=24857&op=file

Added: branches/upstream/libb-utils-perl/current/t/utils/36previous.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libb-utils-perl/current/t/utils/36previous.t?rev=24857&op=file

Added: branches/upstream/libb-utils-perl/current/t/utils/37stringify.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libb-utils-perl/current/t/utils/37stringify.t?rev=24857&op=file

Added: branches/upstream/libb-utils-perl/current/t/utils/40walk.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libb-utils-perl/current/t/utils/40walk.t?rev=24857&op=file

Added: branches/upstream/libb-utils-perl/current/t/utils/41walkfilt.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libb-utils-perl/current/t/utils/41walkfilt.t?rev=24857&op=file

Added: branches/upstream/libb-utils-perl/current/t/utils/42all.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libb-utils-perl/current/t/utils/42all.t?rev=24857&op=file

Added: branches/upstream/libb-utils-perl/current/t/utils/43allfilt.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libb-utils-perl/current/t/utils/43allfilt.t?rev=24857&op=file

Added: branches/upstream/libb-utils-perl/current/t/utils/44optrep.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libb-utils-perl/current/t/utils/44optrep.t?rev=24857&op=file

Added: branches/upstream/libb-utils-perl/current/t/utils/50carp.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libb-utils-perl/current/t/utils/50carp.t?rev=24857&op=file

Added: branches/upstream/libb-utils-perl/current/t/utils/51croak.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libb-utils-perl/current/t/utils/51croak.t?rev=24857&op=file

Added: branches/upstream/libb-utils-perl/current/typemap
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libb-utils-perl/current/typemap?rev=24857&op=file




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