Skip to content

Commit

Permalink
bump version; changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
tobyink committed Jul 2, 2014
1 parent 7355b8d commit 2b89bb4
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/match/simple.pm
Expand Up @@ -10,7 +10,7 @@ use Scalar::Util qw(blessed);

BEGIN {
$match::simple::AUTHORITY = 'cpan:TOBYINK';
$match::simple::VERSION = '0.008';
$match::simple::VERSION = '0.009';
}

our @ISA = qw( Exporter::Tiny );
Expand Down
2 changes: 1 addition & 1 deletion lib/match/smart.pm
Expand Up @@ -11,7 +11,7 @@ use Scalar::Util qw(blessed looks_like_number refaddr);

BEGIN {
$match::smart::AUTHORITY = 'cpan:TOBYINK';
$match::smart::VERSION = '0.008';
$match::smart::VERSION = '0.009';
}

our @ISA = qw( Exporter::Tiny );
Expand Down
7 changes: 7 additions & 0 deletions meta/changes.pret
Expand Up @@ -61,3 +61,10 @@
item "Bump recommended version of match::simple::XS to 0.001."^^Packaging;
item "Don't use match::simple::XS if it's too old, or is unstable."^^Change;
].

`match-simple 0.009 cpan:TOBYINK`
issued 2014-07-02;
changeset [
item "Don't load Sub::Infix unless needed."^^Change;
item "Backport to Perl 5.6."^^Change;
].

0 comments on commit 2b89bb4

Please sign in to comment.