r42168 - in /branches/upstream/libbit-vector-perl/current: ./ examples/ lib/Bit/Vector/ t/

jawnsy-guest at users.alioth.debian.org jawnsy-guest at users.alioth.debian.org
Thu Aug 20 17:10:52 UTC 2009


Author: jawnsy-guest
Date: Thu Aug 20 17:10:46 2009
New Revision: 42168

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=42168
Log:
[svn-upgrade] Integrating new upstream version, libbit-vector-perl (6.9)

Added:
    branches/upstream/libbit-vector-perl/current/examples/DataDumperFreeze.pl   (with props)
    branches/upstream/libbit-vector-perl/current/examples/DataDumperFreezeOO.pl   (with props)
    branches/upstream/libbit-vector-perl/current/t/51_file_nstore.t
Modified:
    branches/upstream/libbit-vector-perl/current/BitVector.c
    branches/upstream/libbit-vector-perl/current/BitVector.h
    branches/upstream/libbit-vector-perl/current/CHANGES.txt
    branches/upstream/libbit-vector-perl/current/CREDITS.txt
    branches/upstream/libbit-vector-perl/current/INSTALL.txt
    branches/upstream/libbit-vector-perl/current/MANIFEST
    branches/upstream/libbit-vector-perl/current/META.yml
    branches/upstream/libbit-vector-perl/current/README.txt
    branches/upstream/libbit-vector-perl/current/Vector.pm
    branches/upstream/libbit-vector-perl/current/Vector.pod
    branches/upstream/libbit-vector-perl/current/Vector.xs
    branches/upstream/libbit-vector-perl/current/examples/test.c
    branches/upstream/libbit-vector-perl/current/lib/Bit/Vector/Overload.pm
    branches/upstream/libbit-vector-perl/current/lib/Bit/Vector/Overload.pod
    branches/upstream/libbit-vector-perl/current/lib/Bit/Vector/String.pm
    branches/upstream/libbit-vector-perl/current/lib/Bit/Vector/String.pod
    branches/upstream/libbit-vector-perl/current/t/00_____version.t
    branches/upstream/libbit-vector-perl/current/t/50_freeze_thaw.t
    branches/upstream/libbit-vector-perl/current/typemap

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

Modified: branches/upstream/libbit-vector-perl/current/BitVector.c
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libbit-vector-perl/current/BitVector.c?rev=42168&op=diff

Modified: branches/upstream/libbit-vector-perl/current/BitVector.h
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libbit-vector-perl/current/BitVector.h?rev=42168&op=diff

Modified: branches/upstream/libbit-vector-perl/current/CHANGES.txt
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libbit-vector-perl/current/CHANGES.txt?rev=42168&op=diff

Modified: branches/upstream/libbit-vector-perl/current/CREDITS.txt
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libbit-vector-perl/current/CREDITS.txt?rev=42168&op=diff

Modified: branches/upstream/libbit-vector-perl/current/INSTALL.txt
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libbit-vector-perl/current/INSTALL.txt?rev=42168&op=diff

Modified: branches/upstream/libbit-vector-perl/current/MANIFEST
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libbit-vector-perl/current/MANIFEST?rev=42168&op=diff

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

Modified: branches/upstream/libbit-vector-perl/current/README.txt
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libbit-vector-perl/current/README.txt?rev=42168&op=diff

Modified: branches/upstream/libbit-vector-perl/current/Vector.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libbit-vector-perl/current/Vector.pm?rev=42168&op=diff

Modified: branches/upstream/libbit-vector-perl/current/Vector.pod
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libbit-vector-perl/current/Vector.pod?rev=42168&op=diff

Modified: branches/upstream/libbit-vector-perl/current/Vector.xs
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libbit-vector-perl/current/Vector.xs?rev=42168&op=diff

Added: branches/upstream/libbit-vector-perl/current/examples/DataDumperFreeze.pl
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libbit-vector-perl/current/examples/DataDumperFreeze.pl?rev=42168&op=file

Added: branches/upstream/libbit-vector-perl/current/examples/DataDumperFreezeOO.pl
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libbit-vector-perl/current/examples/DataDumperFreezeOO.pl?rev=42168&op=file

Modified: branches/upstream/libbit-vector-perl/current/examples/test.c
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libbit-vector-perl/current/examples/test.c?rev=42168&op=diff

Modified: branches/upstream/libbit-vector-perl/current/lib/Bit/Vector/Overload.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libbit-vector-perl/current/lib/Bit/Vector/Overload.pm?rev=42168&op=diff

Modified: branches/upstream/libbit-vector-perl/current/lib/Bit/Vector/Overload.pod
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libbit-vector-perl/current/lib/Bit/Vector/Overload.pod?rev=42168&op=diff

Modified: branches/upstream/libbit-vector-perl/current/lib/Bit/Vector/String.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libbit-vector-perl/current/lib/Bit/Vector/String.pm?rev=42168&op=diff

Modified: branches/upstream/libbit-vector-perl/current/lib/Bit/Vector/String.pod
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libbit-vector-perl/current/lib/Bit/Vector/String.pod?rev=42168&op=diff

Modified: branches/upstream/libbit-vector-perl/current/t/00_____version.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libbit-vector-perl/current/t/00_____version.t?rev=42168&op=diff

Modified: branches/upstream/libbit-vector-perl/current/t/50_freeze_thaw.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libbit-vector-perl/current/t/50_freeze_thaw.t?rev=42168&op=diff

Added: branches/upstream/libbit-vector-perl/current/t/51_file_nstore.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libbit-vector-perl/current/t/51_file_nstore.t?rev=42168&op=file

Modified: branches/upstream/libbit-vector-perl/current/typemap
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libbit-vector-perl/current/typemap?rev=42168&op=diff




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