projects
/
gitmo/Moose.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
22161b6
)
Fix a code typo
Dave Rolsky [Wed, 8 Apr 2009 02:05:08 +0000 (21:05 -0500)]
lib/Moose/Unsweetened.pod
patch
|
blob
|
blame
|
history
diff --git
a/lib/Moose/Unsweetened.pod
b/lib/Moose/Unsweetened.pod
index
41e0597
..
23967d1
100644
(file)
--- a/
lib/Moose/Unsweetened.pod
+++ b/
lib/Moose/Unsweetened.pod
@@
-153,7
+153,7
@@
helpers like C<Class::Accessor>.
local $Carp::CarpLevel = $Carp::CarpLevel + 1;
- $birth_date->isa('DateTime') )
+ $birth_date->isa('DateTime')
or confess 'birth_date must be a DateTime object';
}