The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
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>

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.
   ++$DMCBRIDE
 - 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