Skip to content

Commit

Permalink
bump version; changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
tobyink committed Aug 26, 2022
1 parent 47facfb commit f4bf183
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/Exporter/Shiny.pm
Expand Up @@ -7,7 +7,7 @@ use warnings;
use Exporter::Tiny ();

our $AUTHORITY = 'cpan:TOBYINK';
our $VERSION = '1.003_002';
our $VERSION = '1.004000';

sub import {
my $me = shift;
Expand Down
2 changes: 1 addition & 1 deletion lib/Exporter/Tiny.pm
Expand Up @@ -5,7 +5,7 @@ use strict;
use warnings; no warnings qw(void once uninitialized numeric redefine);

our $AUTHORITY = 'cpan:TOBYINK';
our $VERSION = '1.003_002';
our $VERSION = '1.004000';
our @EXPORT_OK = qw< mkopt mkopt_hash _croak _carp >;

sub _croak ($;@) { require Carp; my $fmt = shift; @_ = sprintf($fmt, @_); goto \&Carp::croak }
Expand Down
14 changes: 14 additions & 0 deletions meta/changes.pret
Expand Up @@ -262,3 +262,17 @@
dcs:thanks <urn:uuid:b9949163-3436-4e80-93f4-8be211e644c4>;
];
].

`Exporter-Tiny 1.004000 cpan:TOBYINK`
issued 2022-08-26;
changeset [
dcs:versus `Exporter-Tiny 1.003_002 cpan:TOBYINK`;
item [
a dcs:Packaging;
label "No functional changes; repackage as stable.";
];
item [
a dcs:Documentation;
label "Document that the `-lexical` export option is experimental.";
];
].

0 comments on commit f4bf183

Please sign in to comment.