X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FMoose%2FMeta%2FMethod%2FAccessor%2FNative%2FArray%2Fsort.pm;h=510b07b662a0ccc5604861590c48d9a9fa8c818f;hb=efa728b4984ddf1611bc9931fbc209438459652c;hp=9f18cb7b29684fe45ebb023e9ef27672465b8b28;hpb=7767a8d9e764758094862f684201a7546ac40fbd;p=gitmo%2FMoose.git diff --git a/lib/Moose/Meta/Method/Accessor/Native/Array/sort.pm b/lib/Moose/Meta/Method/Accessor/Native/Array/sort.pm index 9f18cb7..510b07b 100644 --- a/lib/Moose/Meta/Method/Accessor/Native/Array/sort.pm +++ b/lib/Moose/Meta/Method/Accessor/Native/Array/sort.pm @@ -5,7 +5,7 @@ use warnings; use Params::Util (); -our $VERSION = '1.14'; +our $VERSION = '1.15'; $VERSION = eval $VERSION; our $AUTHORITY = 'cpan:STEVAN';