remove a lying comment
Dave Rolsky [Thu, 17 Dec 2009 17:31:06 +0000 (11:31 -0600)]
lib/Moose/Meta/Attribute/Native/Trait/Bool.pm

index 8ee062f..c898a59 100644 (file)
@@ -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',