X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FMoose%2FMeta%2FMethod%2FAccessor%2FNative%2FArray%2Fshuffle.pm;h=cd3ceddd2a2067c6e97b17f75b190d7b886e30b8;hb=d5f6cadef8d83deaf7dd95302908cd4f61aeab8a;hp=b368f3f31a1b270c2ebb1bd8d78d8f74dd196b0e;hpb=017eb15a5272a878d8694a158701da1e79e0ff9f;p=gitmo%2FMoose.git diff --git a/lib/Moose/Meta/Method/Accessor/Native/Array/shuffle.pm b/lib/Moose/Meta/Method/Accessor/Native/Array/shuffle.pm index b368f3f..cd3cedd 100644 --- a/lib/Moose/Meta/Method/Accessor/Native/Array/shuffle.pm +++ b/lib/Moose/Meta/Method/Accessor/Native/Array/shuffle.pm @@ -5,8 +5,6 @@ use warnings; use List::Util (); -our $AUTHORITY = 'cpan:STEVAN'; - use Moose::Role; with 'Moose::Meta::Method::Accessor::Native::Reader' =>