Remove implementation notes
[gitmo/MooseX-Role-Parameterized.git] / 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