Changelog for
perl-Set-Object-1.35-40.1.i586.rpm :
Mon Jun 15 14:00:00 2015 cooloAATTsuse.com
- updated to 1.35
see /usr/share/doc/packages/perl-Set-Object/Changes.pod
=head1 1.35, 2015-06-10
=over
=item
*
Change to Artistic License 2.0
=item
*
Add more misc tests. Add use strict to Set::Object::Weak
=back
Sun Feb 9 13:00:00 2014 cooloAATTsuse.com
- updated to 1.34, no changelog
Tue Jun 4 14:00:00 2013 cooloAATTsuse.com
- updated to 1.31
Changes.pod patch by Gregor Hermann, debian perl group - RT#85244
Fixes for 5.16 and newer - RT#83426
Sort by member names, not the refs.
Fix wrong weak test with globals. Changed to lexicals and use strict/warnings.
Fix F
, check SvMAGICAL before doing C
Fixed wrong C format types in warnings and C.
Added PREREQ_PMs, make L and L an optional dependency
for F
- Obsoletes perl-Set-Object-1.28-return_value.diff
Fri Nov 18 13:00:00 2011 cooloAATTsuse.com
- use original .tar.gz
Wed Dec 1 13:00:00 2010 cooloAATTnovell.com
- switch to perl_requires macro
Mon Nov 29 13:00:00 2010 cooloAATTnovell.com
- remove /var/adm/perl-modules
Tue Oct 19 14:00:00 2010 cooloAATTnovell.com
- add perl as explicit buildrequire
Mon Aug 23 14:00:00 2010 anickaAATTsuse.cz
- update to 1.28
* Fixed a portability concern for some platforms\' C compilers
(that do not support //-style comments) - RT#52690
* Valid SIGNATURE file - RT#50492
Sun Jan 10 13:00:00 2010 jengelhAATTmedozas.de
- enable parallel build
Tue Jan 20 13:00:00 2009 anickaAATTsuse.cz
- update to 1.27
* Fix a typo that affected building against Perls with
debugging enabled.
* Methods which destroyed C<$AATT> due to internal use of
C now properly call C
* Define behaviour when dealing with return values from
operations on weak sets. No longer hard-coded \"Set::Object\"
- may affect Set::Object sub-classes (Sam).
* more bugfixes