projects
/
gitmo/MooseX-Role-Parameterized.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
f2ef354
)
Remove implementation notes
Shawn M Moore [Sun, 10 May 2009 16:31:19 +0000 (12:31 -0400)]
lib/MooseX/Role/Parameterized/Tutorial.pod
patch
|
blob
|
blame
|
history
diff --git
a/lib/MooseX/Role/Parameterized/Tutorial.pod
b/lib/MooseX/Role/Parameterized/Tutorial.pod
index
1bfe955
..
d3b539a
100644
(file)
--- 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<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