Changelog for
perl-Any-Moose-0.27-bp154.1.1.noarch.rpm :
* Wed Nov 09 2016 cooloAATTsuse.com- updated to 0.27 see /usr/share/doc/packages/perl-Any-Moose/Changes 0.27 2016-11-08 03:37:04Z - add deprecation warning when this module is used
* Mon Apr 13 2015 cooloAATTsuse.com- updated to 0.26 see /usr/share/doc/packages/perl-Any-Moose/Changes 0.26 2015-01-24 07:52:46Z - change Mouse $VERSION check to avoid dying on bad \'v2.4.0\' version 0.25 2015-01-21 04:31:32Z - mark module as deprecated in metadata - add additional checks for too-old Mouse
* Wed Nov 19 2014 larsAATTlinux-schulserver.de- update to 0.24:
* now always prefers Moose if Moo is loaded, to overcome some incompatibility issues in subclasses (github #1, Graham Knop)
* fix missing =encoding directive in pod
* canonical repository moved to https://github.com/moose/Any-Moose
* Mon Jun 03 2013 cooloAATTsuse.com- updated to 0.21
* Add tokuhirom\'s translation of the deprecation notice
* Documentation fixes
* Deprecated in favor of Moo. Good night, sweet prince.
* Wed Mar 28 2012 joop.boonenAATTopensuse.org- Solved bnc#752049 Added missing Requires: perl(Moose)
* Thu Dec 01 2011 cooloAATTsuse.com- let it require Mouse, even though it\'s not technically correct
* Fri Nov 18 2011 cooloAATTsuse.com- update to 0.18
* Try to cope with broken smokers better by recording a Moose prereq when it is used. (Chris Williams) - see https://rt.cpan.org/Public/Bug/Display.html?id=72043
* Mon Sep 19 2011 cooloAATTsuse.com- updated to 0.17
* Better indicate that this module is dynamically configured. - fixes [rt.cpan.org #70996]
* If you have Moose installed you no longer get the Mouse dependency (rjbs, reported by andk) Any::Moose has long had both runtime and test support for Moose without Mouse, but the toolchain has not, until recently, been good enough to handle alternatives. This change is designed to affect very few people. - fixes [rt.cpan.org #70597]
* Sat Jun 11 2011 pascal.bleserAATTopensuse.org- update to 0.15:
* Standardize the tests\' Mouse/Moose loading eval/skip code (Sartak, reported by Daniel Macks) - fixes [rt.cpan.org #68657]
* Mon May 30 2011 cooloAATTnovell.com- updated to 0.14
* fixes in test cases