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>
Maintainer:   Toby Inkster (TOBYINK) <tobyink@cpan.org>

1.200	2018-10-10	Big new features time!

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

 [ Other ]
 - Add `use` line to SYNOPSIS.
   Ivan Baidakou++
 - Added: Add `provided_deref` and `provided_deref_with_maybe` functions.
   Theo van Hoesel++
 - Progressively load exporters, choosing Exporter.pm or Exporter::Tiny as
   needed.

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