Codebase list libexporter-tiny-perl / 1.003_001
bump version; changelog Toby Inkster 1 year, 9 months ago
3 changed file(s) with 11 addition(s) and 2 deletion(s). Raw diff Collapse all Expand all
66 use Exporter::Tiny ();
77
88 our $AUTHORITY = 'cpan:TOBYINK';
9 our $VERSION = '1.003_000';
9 our $VERSION = '1.003_001';
1010
1111 sub import {
1212 my $me = shift;
44 use warnings; no warnings qw(void once uninitialized numeric redefine);
55
66 our $AUTHORITY = 'cpan:TOBYINK';
7 our $VERSION = '1.003_000';
7 our $VERSION = '1.003_001';
88 our @EXPORT_OK = qw< mkopt mkopt_hash _croak _carp >;
99
1010 sub _croak ($;@) { require Carp; my $fmt = shift; @_ = sprintf($fmt, @_); goto \&Carp::croak }
240240 ];
241241 ].
242242
243 `Exporter-Tiny 1.003_001 cpan:TOBYINK`
244 issued 2022-07-21;
245 changeset [
246 dcs:versus `Exporter-Tiny 1.003_000 cpan:TOBYINK`;
247 item [
248 a dcs:Bugfix;
249 label "Correctly check Perl version is at least 5.37.2+ before supporting -lexical option.";
250 ];
251 ].