Changelog for
perl-MooseX-Types-0.50-bp155.2.8.noarch.rpm :
* Wed Feb 08 2017 cooloAATTsuse.com- updated to 0.50 see /usr/share/doc/packages/perl-MooseX-Types/Changes 0.50 2017-02-07 18:59:30Z - reverted the is_Fo and to_Foo refactoring again temporarily to resolve issues with Sub::Defer
* Fri Dec 23 2016 cooloAATTsuse.com- updated to 0.49 see /usr/share/doc/packages/perl-MooseX-Types/Changes 0.49 2016-12-23 00:12:12Z - made the exported is_Foo and to_Foo subs much faster, especially for type constraints which can be inlined. (Dave Rolsky)
* Thu Dec 08 2016 cooloAATTsuse.com- updated to 0.48 see /usr/share/doc/packages/perl-MooseX-Types/Changes 0.48 2016-12-07 01:15:14Z - reverted is_Foo and to_Foo refactoring [from 0.47] for now, so they can be reworked 0.47 2016-12-07 00:40:34Z - allow type libraries built with MooseX::Types::Combine to be combined with MooseX::Types::Combine. (GH #1, Mark Fowler). - made the exported is_Foo and to_Foo subs much faster, especially for type constraints which can be inlined [reverted in 0.48]
* Wed Aug 19 2015 cooloAATTsuse.com- updated to 0.46 see /usr/share/doc/packages/perl-MooseX-Types/Changes 0.46 2015-08-16 00:43:46Z - make use of Sub::Exporter::ForMethods\'s new rebless option
* Mon Sep 15 2014 cooloAATTsuse.com- updated to 0.45 - increase the required versions of some prerequisites
* Mon Mar 10 2014 cooloAATTsuse.com- updated to 0.44 - full respect for namespaces: declared types are now properly installed into the proper package, so they survive namespace::autoclean; however, types imported from the declaration class are still properly cleaned by namespace::autoclean (as implemented in trial versions 0.40-0.43) - line numbers in shipped code are now almost the same (within 3) as the repository source, for easier debugging - skipped new namespacing tests that fail with older Moose versions, due to an inability to install blessed subs - declared (not imported) types are now properly installed into the proper package, so they survive namespace::autoclean (fixed this time)
* Sun Feb 09 2014 cooloAATTsuse.com- updated to 0.41 - reversed changes in 0.40, until compatibility issues with older Moose versions are figured out - types are now properly installed into the proper package, so they survive namespace::autoclean
* Mon Dec 09 2013 cooloAATTsuse.com- updated to 0.39 - more strict warnings checking in tests - re-release to fix compile test
* Fri Oct 04 2013 cooloAATTsuse.com- updated to 0.38 - removed use of deprecated enum syntax - removed use of deprecated Class::MOP::load_class - repository has moved to the GitHub Moose organization
* Wed Jul 24 2013 cooloAATTsuse.com- updated to 0.36 - fixed failing tests on 5.8.5 due to incorrect == overload (RT#77100, Graham Knop)