From: Dave Rolsky Date: Thu, 17 Dec 2009 17:31:06 +0000 (-0600) Subject: remove a lying comment X-Git-Tag: 0.93_01~28 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=43a376603d2bfc5f83f2ab5fb53f3a73706a6074;p=gitmo%2FMoose.git remove a lying comment --- diff --git a/lib/Moose/Meta/Attribute/Native/Trait/Bool.pm b/lib/Moose/Meta/Attribute/Native/Trait/Bool.pm index 8ee062f..c898a59 100644 --- a/lib/Moose/Meta/Attribute/Native/Trait/Bool.pm +++ b/lib/Moose/Meta/Attribute/Native/Trait/Bool.pm @@ -11,9 +11,6 @@ with 'Moose::Meta::Attribute::Native::Trait'; sub _default_is { 'rw' } sub _helper_type { 'Bool' } -# NOTE: we don't use the method provider for this module since many of -# the names of the provided methods would conflict with keywords - SL - has 'method_provider' => ( is => 'ro', isa => 'ClassName',