projects
/
gitmo/Moose.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
5826183
)
Fix missing whitespace
Dave Rolsky [Mon, 14 Sep 2009 22:01:25 +0000 (17:01 -0500)]
lib/Moose.pm
patch
|
blob
|
blame
|
history
diff --git
a/lib/Moose.pm
b/lib/Moose.pm
index
5edf245
..
7e34647
100644
(file)
--- a/
lib/Moose.pm
+++ b/
lib/Moose.pm
@@
-120,7
+120,7
@@
sub augment {
Moose::Exporter->setup_import_methods(
with_meta => [
- qw( extends with has before after around override augment)
+ qw( extends with has before after around override augment )
],
as_is => [
qw( super inner ),