From: Dave Rolsky Date: Tue, 21 Sep 2010 18:28:19 +0000 (-0500) Subject: Whitespace tweak X-Git-Tag: 1.15~124 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=422f44ae251a9243e56bed4d322f1fd485f3f362;hp=664e417b261192c01990eaaa5dd77703f713a8a2;p=gitmo%2FMoose.git Whitespace tweak --- diff --git a/lib/Moose/Meta/Attribute/Native/Trait/Bool.pm b/lib/Moose/Meta/Attribute/Native/Trait/Bool.pm index f767bf2..6ef82ac 100644 --- a/lib/Moose/Meta/Attribute/Native/Trait/Bool.pm +++ b/lib/Moose/Meta/Attribute/Native/Trait/Bool.pm @@ -10,7 +10,6 @@ use Moose::Meta::Method::Accessor::Native::Bool::set; use Moose::Meta::Method::Accessor::Native::Bool::toggle; use Moose::Meta::Method::Accessor::Native::Bool::unset; - with 'Moose::Meta::Attribute::Native::Trait'; sub _default_is { 'rw' }