From: Shawn M Moore Date: Sun, 10 May 2009 16:31:19 +0000 (-0400) Subject: Remove implementation notes X-Git-Tag: 0.06~6 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=gitmo%2FMooseX-Role-Parameterized.git;a=commitdiff_plain;h=373e62ce3010e1c00688f853aae6b0379325e64f Remove implementation notes --- diff --git a/lib/MooseX/Role/Parameterized/Tutorial.pod b/lib/MooseX/Role/Parameterized/Tutorial.pod index 1bfe955..d3b539a 100644 --- a/lib/MooseX/Role/Parameterized/Tutorial.pod +++ b/lib/MooseX/Role/Parameterized/Tutorial.pod @@ -78,8 +78,6 @@ C<< method name => sub { ... } >> instead of the usual C. 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