X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FMoose%2FMeta%2FMethod%2FAccessor%2FNative%2FArray%2Freduce.pm;h=f00d3a9f5dea3f4dc23c64cc91ffc99f04021838;hb=245478d5ee6b5343e4d591be811582963e177bef;hp=1304affa8490c18cf67793aac8ec03956b8c7109;hpb=aff6aafcfff96c2a91bd044e35010757feae584c;p=gitmo%2FMoose.git diff --git a/lib/Moose/Meta/Method/Accessor/Native/Array/reduce.pm b/lib/Moose/Meta/Method/Accessor/Native/Array/reduce.pm index 1304aff..f00d3a9 100644 --- a/lib/Moose/Meta/Method/Accessor/Native/Array/reduce.pm +++ b/lib/Moose/Meta/Method/Accessor/Native/Array/reduce.pm @@ -6,7 +6,7 @@ use warnings; use List::Util (); use Params::Util (); -our $VERSION = '1.18'; +our $VERSION = '1.19'; $VERSION = eval $VERSION; our $AUTHORITY = 'cpan:STEVAN';