SEARCH
NEW RPMS
DIRECTORIES
ABOUT
FAQ
VARIOUS
BLOG

 
 
Changelog for perl-Specio-0.47-2.1.noarch.rpm :

* Tue Feb 16 2021 Dirk Stoecker - updated to 0.47 see /usr/share/doc/packages/perl-Specio/Changes 0.47 2021-01-29 - Change Specio constraint object\'s stringification overloading to return the type name rather than the default Perl object stringification, which gives you something like \"Specio::Constraint::Parameterized=HASH(0x564d258efb48)\". Anonymous are special cased to return something you can print. - All types now overload the `eq` comparison operator. Moose expects types to be comparable in this manner when doing role summation. This fixes a bug reported by Martin Gruner. GH #18.
* Sun Mar 15 2020 - updated to 0.46 see /usr/share/doc/packages/perl-Specio/Changes 0.46 2020-03-14 - No code changes, just fixing a mistake in the POD. Reported by Petr Pisar. Fixes #17. 0.45 2019-11-24 - Made XString a prereq if installing with Perl 5.10+.
* Thu Aug 15 2019 Stephan Kulow - updated to 0.44 see /usr/share/doc/packages/perl-Specio/Changes 0.44 2019-08-14 - Replaced the use of B with XString if it is installed. The latter is much smaller and provides the one subroutine from B we cared about. Based on GH [#15]. Implemented by Nicolas R.
* Thu Nov 08 2018 Stephan Kulow - updated to 0.43 see /usr/share/doc/packages/perl-Specio/Changes 0.43 2018-10-26 - Optimized compile-time operations to make Specio itself quicker to load. Specio\'s load time is a non-trivial part of the load time of DateTime (and presumably other things that use it). Based on https://github.com/houseabsolute/DateTime.pm/issues/85. Reported by versable.
* Sun Nov 05 2017 cooloAATTsuse.com- updated to 0.42 see /usr/share/doc/packages/perl-Specio/Changes 0.42 2017-11-04 - The Perl library claimed it provided types named LaxVersionStr and StrictVersionStr but they were really named LaxVersion and StrictVersion. The names have now been fixed to match the documentation, so they are LaxVersionStr and StrictVersionStr. 0.41 2017-11-04 - Fixed checks for whether a class is loaded in light of upcoming optimization in Perl 5.28. Fixed by Sprout (GH #12).
* Tue Aug 15 2017 cooloAATTsuse.com- updated to 0.40 see /usr/share/doc/packages/perl-Specio/Changes 0.40 2017-08-03 - Fixed more bugs with {any,object}_{can,does,isa}_type. When passed a glob (not a globref) they would die in their type check. On Perl 5.16 or earlier, passing a number to an any_
* type would also die. - Fixed subification overloading. If Sub::Quote was loaded, this would be used, but any environment variables needed for the closure would not be included. This broke enums, among other things.
* Thu Aug 03 2017 cooloAATTsuse.com- updated to 0.39 see /usr/share/doc/packages/perl-Specio/Changes 0.39 2017-08-02 - Many bug fixes and improves to the types created by {any,object}_{can,does,isa}_type. In some cases, an invalid value could cause an exception in type check itself. In other cases, a value which failed a type check would cause an exception when generating a message describing the failure. These cases have all been fixed. - The messages describing a failure for all of these types have been improved. - You can now create anonymous
*_does and
*_isa types using the exports from Specio::Declare.
* Sun Jul 02 2017 cooloAATTsuse.com- updated to 0.38 see /usr/share/doc/packages/perl-Specio/Changes 0.38 2017-07-01 - Simplify checks for overloading to not call overload::Overloaded(). Just checking the return value of overload::Method() is sufficient.
* Wed May 10 2017 cooloAATTsuse.com- updated to 0.37 see /usr/share/doc/packages/perl-Specio/Changes 0.37 2017-05-09 - Possible fix for very weird failures seen under threaded Perls with some modules that use Specio.
* Mon Feb 20 2017 cooloAATTsuse.com- updated to 0.36 see /usr/share/doc/packages/perl-Specio/Changes 0.36 2017-02-19 - Inlined coercions would attempt to coerce for every type which matched the value given, instead of stopping after the first type. Fixed by Graham Knop (GH #11). - Inlined coercions did not include the inline environment variables needed by the type from which the coercion was being performed. Fixed by Graham Knop (GH #8). - When you use the same type repeatedly as coderef (for example, as a constraint with Moo), it will only generated its subified form once, rather than regenerating it each time it is de-referenced. - Added an API to Specio::Subs to allow you to combine type libraries and helper subs in one package for exporting. See the Specio::Exporter docs for more details.
 
ICM