From: Dave Rolsky Date: Fri, 26 Jun 2009 20:47:10 +0000 (-0500) Subject: No need to specify a Moose version now that we're in core. X-Git-Tag: 0.89_02~110 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=792d7b13878e9585706b58055f288020a2babd2c;p=gitmo%2FMoose.git No need to specify a Moose version now that we're in core. --- diff --git a/lib/Moose/AttributeHelpers.pm b/lib/Moose/AttributeHelpers.pm index 038f891..3b58c8d 100644 --- a/lib/Moose/AttributeHelpers.pm +++ b/lib/Moose/AttributeHelpers.pm @@ -5,7 +5,7 @@ our $VERSION = '0.84'; $VERSION = eval $VERSION; our $AUTHORITY = 'cpan:STEVAN'; -use Moose 0.56 (); +use Moose; use Moose::AttributeHelpers::Trait::Bool; use Moose::AttributeHelpers::Trait::Counter;