X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FMooseX%2FRole%2FParameterized%2FTutorial.pod;h=d3b539ac2f12c4dd4e496bca048bb45eb5acb156;hb=373e62ce3010e1c00688f853aae6b0379325e64f;hp=1bfe955b07917d155eafe1b381f74b01744996a5;hpb=f2ef35470724da19827b1db7774f2616d199ff2d;p=gitmo%2FMooseX-Role-Parameterized.git 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