Lines Matching +full:cpan +full:- +full:changes

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
9 - Document non-inheriting as default mechanism
10 - Make Exporter strict and warnings compliant
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
18 - Slight doc patches mostly involving the use of our.
21 - rename anonymous list -> array in docs from blead
24 - Bump for release to CPAN
27 - perl # 39739 - Exporter::Heavy ignores custom $SIG{__WARN__} handlers
28 - perl # 119673 - Documentation fixes.
31 - Fix erroneous INSTALLDIRS on perls < 5.8 - allows one to
35 - Documentation changes from p5p.
36 - Fix logic to install to site after perl 5.11
39 - No changes. Production release after CPAN testers cleared.
42 - Updaate Exporter from blead. Bump to dev version for release testing.
43 - Remove local $_ from Exporter - The changes in that commit did
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
51 should not obviate the need for this change, as Exporter has been liv-
55 - No changes. Tests clean. Bumping to production release.
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
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
71 - fix doc bugs (pointed by Philippe Bricout at
72 CPAN RT #33546)
73 - reconciliate Exporter with Carp older than 1.05
77 - no code change
78 - fix typo in section link
79 - mention Exporter::Easy
82 - no code change
83 - sync with changes 32596 (fixes by rgs)
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
95 - Bump Exporter's $VERSION (change 30525)
96 - Don't swallow up other warnings in Exporter's test. Remove a needless
98 - Make Exporter::Heavy correctly not warn when exporting a symbol only
101 - added t/use.t and t/pod.t
104 - Dual life began. (perl-current @ 28789)
107 - Exporter can finally live w/o Carp (change 23768)
110 - Document change 22192 (change 22224)