From: Dave Rolsky <autarch@urth.org>
Date: Mon, 7 Jun 2010 16:30:25 +0000 (-0500)
Subject: Remove use of Params::Util
X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=27fc36427d55e1b3d5713028ebb541fadfd44f6f;p=gitmo%2FMoose.git

Remove use of Params::Util
---

diff --git a/lib/Moose/Meta/Attribute/Native/MethodProvider/String.pm b/lib/Moose/Meta/Attribute/Native/MethodProvider/String.pm
index e61b581..187579b 100644
--- 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';