r40921 - 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
Tue Jul 28 20:09:02 UTC 2009


Author: jawnsy-guest
Date: Tue Jul 28 20:08:54 2009
New Revision: 40921

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

Added:
    branches/upstream/libbit-vector-perl/current/META.yml
    branches/upstream/libbit-vector-perl/current/t/00_____version.t
    branches/upstream/libbit-vector-perl/current/t/01_________new.t
    branches/upstream/libbit-vector-perl/current/t/02_____destroy.t
    branches/upstream/libbit-vector-perl/current/t/03__operations.t
    branches/upstream/libbit-vector-perl/current/t/04___functions.t
    branches/upstream/libbit-vector-perl/current/t/05______primes.t
    branches/upstream/libbit-vector-perl/current/t/06______subset.t
    branches/upstream/libbit-vector-perl/current/t/07_____compare.t
    branches/upstream/libbit-vector-perl/current/t/08______resize.t
    branches/upstream/libbit-vector-perl/current/t/09__parameters.t
    branches/upstream/libbit-vector-perl/current/t/10___intervals.t
    branches/upstream/libbit-vector-perl/current/t/11_______shift.t
    branches/upstream/libbit-vector-perl/current/t/12______string.t
    branches/upstream/libbit-vector-perl/current/t/13___increment.t
    branches/upstream/libbit-vector-perl/current/t/14_______empty.t
    branches/upstream/libbit-vector-perl/current/t/15_________add.t
    branches/upstream/libbit-vector-perl/current/t/16____subtract.t
    branches/upstream/libbit-vector-perl/current/t/17_________gcd.t
    branches/upstream/libbit-vector-perl/current/t/28___chunklist.t
    branches/upstream/libbit-vector-perl/current/t/30__overloaded.t
    branches/upstream/libbit-vector-perl/current/t/40___auxiliary.t
    branches/upstream/libbit-vector-perl/current/t/50_freeze_thaw.t
Removed:
    branches/upstream/libbit-vector-perl/current/t/00____version.t
    branches/upstream/libbit-vector-perl/current/t/01________new.t
    branches/upstream/libbit-vector-perl/current/t/02____destroy.t
    branches/upstream/libbit-vector-perl/current/t/03_operations.t
    branches/upstream/libbit-vector-perl/current/t/04__functions.t
    branches/upstream/libbit-vector-perl/current/t/05_____primes.t
    branches/upstream/libbit-vector-perl/current/t/06_____subset.t
    branches/upstream/libbit-vector-perl/current/t/07____compare.t
    branches/upstream/libbit-vector-perl/current/t/08_____resize.t
    branches/upstream/libbit-vector-perl/current/t/09_parameters.t
    branches/upstream/libbit-vector-perl/current/t/10__intervals.t
    branches/upstream/libbit-vector-perl/current/t/11______shift.t
    branches/upstream/libbit-vector-perl/current/t/12_____string.t
    branches/upstream/libbit-vector-perl/current/t/13__increment.t
    branches/upstream/libbit-vector-perl/current/t/14______empty.t
    branches/upstream/libbit-vector-perl/current/t/15________add.t
    branches/upstream/libbit-vector-perl/current/t/16___subtract.t
    branches/upstream/libbit-vector-perl/current/t/17________gcd.t
    branches/upstream/libbit-vector-perl/current/t/28__chunklist.t
    branches/upstream/libbit-vector-perl/current/t/30_overloaded.t
    branches/upstream/libbit-vector-perl/current/t/40__auxiliary.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/Makefile.PL
    branches/upstream/libbit-vector-perl/current/README.txt
    branches/upstream/libbit-vector-perl/current/ToolBox.h
    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/SetObject.pl
    branches/upstream/libbit-vector-perl/current/examples/primes.pl
    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/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=40921&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=40921&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=40921&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=40921&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=40921&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=40921&op=diff

Added: 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=40921&op=file

Modified: branches/upstream/libbit-vector-perl/current/Makefile.PL
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libbit-vector-perl/current/Makefile.PL?rev=40921&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=40921&op=diff

Modified: branches/upstream/libbit-vector-perl/current/ToolBox.h
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libbit-vector-perl/current/ToolBox.h?rev=40921&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=40921&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=40921&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=40921&op=diff

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

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

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=40921&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=40921&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=40921&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=40921&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=40921&op=diff

Added: 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=40921&op=file

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

Added: 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=40921&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=40921&op=diff




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