xref: /openbsd-src/gnu/usr.bin/perl/dist/Exporter/Changes (revision 5486feefcc8cb79b19e014ab332cc5dfd05b3b33)
1Revision history for Perl extension Exporter.
2
35.78 Sat December 30 2023
4     - Minor tweaks to Makefile.PL to reflect that the file require 5.006,
5     - Fixed the LICENSE field to be 'perl_5' and not 'perl'.
6     - Whitespace cleanup on Changes
7
85.77 Mon January 23 2023
9     - Document non-inheriting as default mechanism
10     - Make Exporter strict and warnings compliant
11
125.74 Mon January 20 2020
13     - Fix leading spaces in Exporter error message
14     - Switch to github actions for pre-release actions
15     - Point to github repo and issues for support
16
175.73 Fri September 21 2018
18     - Slight doc patches mostly involving the use of our.
19
205.72 Tue June 9 2015
21     - rename anonymous list -> array in docs from blead
22
235.70 Sun Apr 13 2014
24     - Bump for release to CPAN
25
265.70_01 Wed Apr 9 2014 Todd Rinaldo
27    - perl #  39739 - Exporter::Heavy ignores custom $SIG{__WARN__} handlers
28    - perl # 119673 - Documentation fixes.
29
305.68 Wed Mar 27 2013 Todd Rinaldo
31    - Fix erroneous INSTALLDIRS on perls < 5.8 - allows one to
32      upgrade Exporter on perl 5.6 again
33
345.67 Thu Sep 20 2012 Todd Rinaldo
35    - Documentation changes from p5p.
36    - Fix logic to install to site after perl 5.11
37
385.66 Wed Dec 23 2011 Todd Rinaldo
39    - No changes. Production release after CPAN testers cleared.
40
415.65_01 Wed Dec 14 2011 Todd Rinaldo
42    - Updaate Exporter from blead. Bump to dev version for release testing.
43    - Remove local $_ from Exporter - The changes in that commit did
44      not necessitate the addition of
45      local  $_.  So the localisation is wasting CPU cycles.  Worse, it
46      causes  bugs in 5.12 and earlier.  (local $_ is always wrong if you
47      don’t control what is in $_ already, because it could be a read-only
48      tied variable.)  Actually, it causes bugs in 5.14-15 still, because
49      it seems that the changes to ‘local $_’ still weren’t sufficient (it
50      still calls FETCH, but not STORE).  That itself needs fixing, but that
51      should not obviate the need for this change, as Exporter has been liv-
52      ing a double life.
53
545.65 Tue Aug 30 2011 Todd Rinaldo
55    - No changes. Tests clean. Bumping to production release.
56
575.64_04 Wed Aug 24 2011 Todd Rinaldo
58    - Re-vamp module to work in Git.
59    - Update Makefile.PL with extra META bits.
60    - Point bugs to perl's RT.
61    - Add a README from Exporter.pm perldoc.
62    - Depend on Carp 1.05 now we're assuming a fix from 1.05
63
645.64_03 Wed Aug 24 2011 (Cumulative)
65    - Fix RT #74472 Exporter.pm blocks Signal handling
66    - Avoid creating @EXPORT_FAIL in every package using Exporter.
67    - Test exported arrays and hashes without using defined()
68    - Carp 1.05 shipped with 5.8.8. Remove work-around for pre 1.05
69
705.63    Sat Jul 19 2008
71    - fix doc bugs (pointed by Philippe Bricout at
72      CPAN RT #33546)
73    - reconciliate Exporter with Carp older than 1.05
74      (thanks to Anno Siegel, perlbug RT #57079)
75
765.62    Fri Dec  9 2007
77    - no code change
78    - fix typo in section link
79    - mention Exporter::Easy
80
815.61    Fri Dec  9 2007
82    - no code change
83    - sync with changes 32596 (fixes by rgs)
84      and 32599 (typo spotted by Matt Kraai)
85
865.60_01 Thu Dec  6 2007
87    - "use 5.006" in Makefile.PL
88    - no code change
89    - doc patch: new section SEE ALSO (Exporter is not alone)
90    - doc patch: new section Good Practices - mentions
91      "our" and "use vars", "base" and "parent"
92      and advocates against exporting variables
93
945.60    Sat Mar 10 2007
95    - Bump Exporter's $VERSION (change 30525)
96    - Don't swallow up other warnings in Exporter's test. Remove a needless
97      eval that happened to generate 4 warnings. (change 30531)
98    - Make Exporter::Heavy correctly not warn when exporting a symbol only
99      declared in the export specification. Ensure that the test actually
100      tests this. (change 30529)
101    - added t/use.t and t/pod.t
102
1035.59   Wed Sep 6 2006
104    - Dual life began. (perl-current @ 28789)
105
1065.59    ? Jan 7 2005
107    - Exporter can finally live w/o Carp (change 23768)
108
1095.58    ? Jan 26 2004
110    - Document change 22192 (change 22224)
111