File: Changes

package info (click to toggle)
libperlx-maybe-perl 1.202-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 184 kB
  • sloc: perl: 155; makefile: 2
file content (72 lines) | stat: -rw-r--r-- 1,627 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
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.202	2022-03-14	Pi Day

 - Fix code example.
   Daniel Böhmer++

1.201	2018-11-25

 - Improve documentation for `provided_deref`.
   Michael Jemmeson++

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