Changelog for
perl-Bit-Vector-7.3-9.7.x86_64.rpm :
Mon Jun 3 14:00:00 2013 cooloAATTsuse.com
- updated to 7.3
* Fixed t/02_____destroy.t to make it pass on perl-5.17.11
Wed May 23 14:00:00 2012 cooloAATTsuse.com
- update to 7.2
* change boolean type
Thu Nov 17 13:00:00 2011 cooloAATTsuse.com
- use original tar
Wed Dec 1 13:00:00 2010 cooloAATTnovell.com
- switch to perl_requires macro
Wed Nov 24 13:00:00 2010 chrisAATTcomputersalat.de
- recreated by cpanspec 1.78
o fix deps
Wed Jan 13 13:00:00 2010 anickaAATTsuse.cz
- update to 7.1
* Added prefix \"BV_\" to all global identifiers in \"BitVector.c\",
\"BitVector.h\" and \"Vector.xs\"
* Fixed a bug in \"GCD2()\" in \"BitVector.c\" with null-size vectors
* Added more test cases for \"GCD()\" in \"t/17_________gcd.t\"
* Almost completely rewrote \"BitVector_Boot()\" in \"BitVector.c\"
in order to fix the problem that it calculated an unsigned
long to have 33 bits under MacOS X (Darwin), leading to
failing tests in \"t/28___chunklist.t\"
* BEWARE that the type \"ErrCode\", which is part of the inter-
face of the C library \"BitVector.c\", has been changed!
* Added more tests and a debugging aid to \"t/28___chunklist.t\"
* Removed the two example files showing how to freeze/thaw
\"Bit::Vector\" objects using \"Data::Dumper\", because after
closer inspection this proved to be a can of worms
* Replaced \"Storable::freeze()\" by \"Storable::nfreeze()\"
* Added more test cases for \"Storable\"
* Added two example files showing how to freeze/thaw
using \"Data::Dumper\"
* Fixed the bug of \"Storable\" not reconstructing nested data
structures properly which contain several references to
the same \"Bit::Vector\" object
* Fixed hard-coded table size \"MASKTABSIZE\" in \"BitVector.c\"
* Small cosmetic fixes to the documentation
* Replaced \"STORABLE_thaw()\" by \"STORABLE_attach()\"
Sun Jan 10 13:00:00 2010 jengelhAATTmedozas.de
- enable parallel build
Mon Aug 3 14:00:00 2009 anickaAATTsuse.cz
- update to 6.6
- Made the module thread-safe and MacOS X compatible
- Added automatic support for module \"Storable\"
Wed Jan 25 13:00:00 2006 mlsAATTsuse.de
- converted neededforbuild to BuildRequires
Mon Aug 1 14:00:00 2005 mjancarAATTsuse.cz
- update to 6.4
- add perl-Carp-Clan to Requires