X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FMoose%2FMeta%2FMethod%2FAccessor%2FNative%2FArray%2Fpush.pm;h=3e1b21c38345795ea3f9d71a3c97cf25ac7e630e;hb=bb09ad9144e7ee7b2cad8a90725267f591346406;hp=ce6a11a23118d4aa4e9084b6497f62c06cded924;hpb=1d06edbfadf08687599bd8c8fd711f8c14cc2363;p=gitmo%2FMoose.git diff --git a/lib/Moose/Meta/Method/Accessor/Native/Array/push.pm b/lib/Moose/Meta/Method/Accessor/Native/Array/push.pm index ce6a11a..3e1b21c 100644 --- a/lib/Moose/Meta/Method/Accessor/Native/Array/push.pm +++ b/lib/Moose/Meta/Method/Accessor/Native/Array/push.pm @@ -3,7 +3,7 @@ package Moose::Meta::Method::Accessor::Native::Array::push; use strict; use warnings; -our $VERSION = '1.16'; +our $VERSION = '1.17'; $VERSION = eval $VERSION; our $AUTHORITY = 'cpan:STEVAN';