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