projects
/
gitmo/Moose.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
382338e
)
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
patch
|
blob
|
blame
|
history
diff --git
a/lib/Moose/Meta/Attribute/Native/MethodProvider/String.pm
b/lib/Moose/Meta/Attribute/Native/MethodProvider/String.pm
index
e61b581
..
187579b
100644
(file)
--- a/
lib/Moose/Meta/Attribute/Native/MethodProvider/String.pm
+++ b/
lib/Moose/Meta/Attribute/Native/MethodProvider/String.pm
@@
-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';