Path to this page:
Subject: CVS commit: pkgsrc/devel/p5-Exporter-Tiny
From: Wen Heping
Date: 2022-10-01 17:24:12
Message id: 20221001152412.9676EFA90@cvs.NetBSD.org
Log Message:
Update to 1.004003
Upstream changes:
1.004003 2022-09-30
[ Bug Fixes ]
- If exporting non-CODE items which happen to have the same name as
exported CODE items, their export was being quietly blocked. These
exports should now work.
Diab Jerius++
<https://github.com/tobyink/p5-exporter-tiny/issues/9>
- Using ! with a tag now works; it was previously documented as working
but not implemented.
Diab Jerius++
<https://github.com/tobyink/p5-exporter-tiny/issues/8>
1.004002 2022-09-16
[ Test Suite ]
- Fix for t/15nonhashvalue.t on old versions of Test::More which don't
support `done_testing`.
1.004001 2022-09-09
[ Bug Fixes ]
- Fix handling of non-hashref references in import list.
1.004000 2022-08-26
[ Documentation ]
- Document that the `-lexical` export option is experimental.
[ Packaging ]
- No functional changes; repackage as stable.
1.003_002 2022-08-18
[ Bug Fixes ]
- Quote $1 when passing it as a parameter to a function
Eugen Konkov++
<https://github.com/tobyink/p5-exporter-tiny/issues/7>
1.003_001 2022-07-21
[ Bug Fixes ]
- Correctly check Perl version is at least 5.37.2+ before supporting
-lexical option.
1.003_000 2022-07-21
- Updated: Provide a `-lexical` export option on Perl 5.37.2+.
Files: