projects
/
gitmo/Moo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
85dbf30
)
fix minor whitespace issue in synopsis
Graham Knop [Mon, 25 Feb 2013 02:17:56 +0000 (21:17 -0500)]
lib/Moo.pm
patch
|
blob
|
blame
|
history
diff --git
a/lib/Moo.pm
b/lib/Moo.pm
index
fd9d886
..
2f7db1a
100644
(file)
--- a/
lib/Moo.pm
+++ b/
lib/Moo.pm
@@
-212,7
+212,7
@@
Moo - Minimalist Object Orientation (with Moose compatiblity)
isa => sub {
die "Only SWEET-TREATZ supported!" unless $_[0] eq 'SWEET-TREATZ'
},
-);
+ );
has pounds => (
is => 'rw',