X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FMoose%2FMeta%2FMethod%2FAccessor%2FNative%2FArray%2Funshift.pm;h=698025d58d55f26565b50d49ffbd4cac91cad578;hb=245478d5ee6b5343e4d591be811582963e177bef;hp=9760771630bd25bccb26fd856b101357f6d5ccfd;hpb=a88a4fdce31e54d735194add112ffc61b1b26e3f;p=gitmo%2FMoose.git diff --git a/lib/Moose/Meta/Method/Accessor/Native/Array/unshift.pm b/lib/Moose/Meta/Method/Accessor/Native/Array/unshift.pm index 9760771..698025d 100644 --- a/lib/Moose/Meta/Method/Accessor/Native/Array/unshift.pm +++ b/lib/Moose/Meta/Method/Accessor/Native/Array/unshift.pm @@ -3,7 +3,7 @@ package Moose::Meta::Method::Accessor::Native::Array::unshift; use strict; use warnings; -our $VERSION = '1.18'; +our $VERSION = '1.19'; $VERSION = eval $VERSION; our $AUTHORITY = 'cpan:STEVAN';