Codebase list libexporter-tiny-perl / 47f85c3
bump version; changelog Toby Inkster 1 year, 9 months ago
3 changed file(s) with 12 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.002002';
9 our $VERSION = '1.003_000';
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.002002';
7 our $VERSION = '1.003_000';
88 our @EXPORT_OK = qw< mkopt mkopt_hash _croak _carp >;
99
1010 sub _croak ($;@) { require Carp; my $fmt = shift; @_ = sprintf($fmt, @_); goto \&Carp::croak }
230230 ];
231231 ].
232232
233 `Exporter-Tiny 1.003_000 cpan:TOBYINK`
234 issued 2022-07-21;
235 changeset [
236 dcs:versus `Exporter-Tiny 1.002002 cpan:TOBYINK`;
237 item [
238 a dcs:Update;
239 label "Provide a `-lexical` export option on Perl 5.37.2+.";
240 ];
241 ].
242