Codebase list libexporter-tiny-perl / 199bc20
bump version; changelog Toby Inkster 5 years ago
3 changed file(s) with 9 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.000000';
9 our $VERSION = '1.001_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.000000';
7 our $VERSION = '1.001_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 }
182182 item "Repackage as 1.000000."^^Packaging;
183183 ].
184184
185 `Exporter-Tiny 1.001_000 cpan:TOBYINK`
186 issued 2018-06-26;
187 changeset [
188 dcs:versus `Exporter-Tiny 1.000000 cpan:TOBYINK`;
189 item "Support for exporting non-code symbols such as $Foo, @Bar, and %Baz."^^Addition;
190 item "Support for generating non-code symbols."^^Addition;
191 ].