Changelog for
perl-Package-Stash-0.37-1.1.noarch.rpm :
* Tue Apr 14 2015 cooloAATTsuse.com- updated to 0.37 see /usr/share/doc/packages/perl-Package-Stash/Changes 0.37 2014-09-21 - fix spurious warning in taint mode (Niko Tyni, #12)
* Thu Jun 26 2014 lchiquittoAATTsuse.com- remove outdated perl-Package-Stash-old_Test-More.patch from package sources
* Fri Oct 04 2013 cooloAATTsuse.com- updated to 0.36 - support building with PUREPERL_ONLY
* Fri Jul 26 2013 cooloAATTsuse.com- updated to 0.35 - remove old deprecated api- remove outdated perl-Package-Stash-old_Test-More.patch
* Tue Jun 11 2013 cooloAATTsuse.com- updated to 0.34 - support anonymous stashes on newer perl versions - prevent harmful effects from invalid settings for $ENV{PACKAGE_STASH_IMPLEMENTATION} - switch to Module::Implementation
* Wed Feb 29 2012 roAATTsuse.de- updated perl-Package-Stash-old_Test-More.patch
* Wed Oct 26 2011 tabrahamAATTnovell.com- updated to 0.33 - add conflict on MooseX::Method::Signatures 0.36 (ether)- updated to 0.32 2011-09-05 - bring the behavior of has_symbol for nonexistant scalars into line with the XS version - invalid package names (for instance, Foo::Bar) are not allowed - invalid stash entry names (anything containing ::) are not allowed- updated to 0.31 2011-08-08 - fix ->add_symbol(\'$foo\', qr/sdlfk/) on 5.12+ - fix ->add_symbol(\'$foo\', \\v1.2.3) on 5.10+- updated to 0.30 2011-07-21 - fix compiler detection in Makefile.PL (ribasushi)
* Sat Jun 04 2011 larsAATTlinux-schulserver.de- update to 0.29, see Changes: + no,
*really
* skip the package-stash-conflict script- fix build on distributions with old Test::More module ( perl-Package-Stash-old_Test-More.patch )- files in /usr/bin should be executable
* Thu Mar 31 2011 cooloAATTnovell.com- update to 0.28, see Changes: - META.json fixes (mst) - also skip the package-stash-conflicts script (Father Chrysostomos) - make the namespace cache lazy and weak, in case the stash is deleted - but, this doesn\'t work on 5.8, so disable the namespace caching entirely there - make the leak tests author-only, since some smokers run release tests - make the leak tests release-only, since they keep randomly failing on platforms i don\'t have access to. people are encouraged to submit patches for these if they are affected.
* Wed Dec 01 2010 cooloAATTnovell.com- switch to perl_requires macro