Remove use of Params::Util
Dave Rolsky [Mon, 7 Jun 2010 16:30:25 +0000 (11:30 -0500)]
lib/Moose/Meta/Attribute/Native/MethodProvider/String.pm

index e61b581..187579b 100644 (file)
@@ -1,8 +1,6 @@
 package Moose::Meta::Attribute::Native::MethodProvider::String;
 use Moose::Role;
 
-use Params::Util qw( _HASH0 );
-
 our $VERSION   = '1.07';
 $VERSION = eval $VERSION;
 our $AUTHORITY = 'cpan:STEVAN';