From 2b89bb459c31b529a92a540085992ec342d0c1fd Mon Sep 17 00:00:00 2001 From: Toby Inkster Date: Wed, 2 Jul 2014 21:09:36 +0100 Subject: [PATCH] bump version; changelog --- lib/match/simple.pm | 2 +- lib/match/smart.pm | 2 +- meta/changes.pret | 7 +++++++ 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/lib/match/simple.pm b/lib/match/simple.pm index b4903be..8658aab 100644 --- a/lib/match/simple.pm +++ b/lib/match/simple.pm @@ -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 ); diff --git a/lib/match/smart.pm b/lib/match/smart.pm index da5b244..d63dbc4 100644 --- a/lib/match/smart.pm +++ b/lib/match/smart.pm @@ -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 ); diff --git a/meta/changes.pret b/meta/changes.pret index 1d60d02..5bf308c 100644 --- a/meta/changes.pret +++ b/meta/changes.pret @@ -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; + ].