PerlX-Maybe
===========

Created:      2012-02-15
Home page:    <https://metacpan.org/release/PerlX-Maybe>
Bug tracker:  <http://rt.cpan.org/Dist/Display.html?Queue=PerlX-Maybe>
Maintainer:   Toby Inkster (TOBYINK) <tobyink@cpan.org>

1.001	2014-09-23

 [ Packaging ]
 - Package using newer version of Dist::Inkt.

 [ Other ]
 - use warnings.

1.000	2013-08-27

0.999_02	2013-08-10

 [ Packaging ]
 - Add myself as maintainer rather than developer; this should ensure that
   I don't get listed in 'x_contributors'.

0.999_01	2013-08-10

 [ Packaging ]
 - Switch to Dist::Inkt.

0.004	2013-05-12

 - Silence warnings under 'perl -w'. (But you shouldn't use 'perl -w'
   anyway.)

0.003	2013-03-12

 - Optionally export 'provided' function.
   Darin McBride++
   <https://rt.cpan.org/Ticket/Display.html?id=83883>
 - Use PerlX::Maybe::XS if it's available - roughly 30% faster.

0.002	2012-05-03

 - Faster implementation. Tested on Perl 5.10.1 on Linux, the new version
   is 60% faster. (Not that it was slow to begin with - 'maybe' is a pretty
   simple function.)

0.001	2012-02-15	Initial release