Codebase list libexporter-tiny-perl / d2826e9
bump version; changelog Toby Inkster 1 year, 6 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.004003';
9 our $VERSION = '1.004004';
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.004003';
7 our $VERSION = '1.004004';
88 our @EXPORT_OK = qw< mkopt mkopt_hash _croak _carp >;
99
1010 sub _croak ($;@) { require Carp; my $fmt = shift; @_ = sprintf($fmt, @_); goto \&Carp::croak }
313313 dcs:thanks cpan:DJERIUS;
314314 ];
315315 ].
316
317 `Exporter-Tiny 1.004004 cpan:TOBYINK`
318 issued 2022-10-15;
319 changeset [
320 dcs:versus `Exporter-Tiny 1.004003 cpan:TOBYINK`;
321 item [
322 a dcs:Documentation;
323 label "Minor corrections to QuickStart page in the manual.";
324 ];
325 ].