Remove implementation notes
Shawn M Moore [Sun, 10 May 2009 16:31:19 +0000 (12:31 -0400)]
lib/MooseX/Role/Parameterized/Tutorial.pod

index 1bfe955..d3b539a 100644 (file)
@@ -78,8 +78,6 @@ C<< method name => sub { ... } >> instead of the usual C<sub name { ... }>.
 Your methods may, of course, close over the parameter object. This means that
 your methods may use parameters however they wish!
 
-=head1 IMPLEMENTATION NOTES
-
 =head1 USES
 
 Ideally these will become fully-explained examples in something resembling