projects
/
gitmo/Moose.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
fdba968
)
Add a missing comma.
Shlomi Fish [Thu, 10 Dec 2009 12:34:47 +0000 (14:34 +0200)]
lib/Moose/Cookbook/Basics/Recipe6.pod
patch
|
blob
|
blame
|
history
diff --git
a/lib/Moose/Cookbook/Basics/Recipe6.pod
b/lib/Moose/Cookbook/Basics/Recipe6.pod
index
dcbc07f
..
c98981b
100644
(file)
--- a/
lib/Moose/Cookbook/Basics/Recipe6.pod
+++ b/
lib/Moose/Cookbook/Basics/Recipe6.pod
@@
-116,7
+116,7
@@
easily subclass C<TPSReport> in the future.
The C<augment> modifier is a powerful tool for creating a set of
nested wrappers. It's not something you will need often, but when you
-do it is very handy.
+do, it is very handy.
=head1 AUTHOR