projects
/
gitmo/Moose.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
c373cc5
)
Might as well be explicit about requiring namespace::clean 0.08 since
Dave Rolsky [Wed, 6 Aug 2008 18:56:51 +0000 (18:56 +0000)]
we really don't want the source filter version.
lib/Moose/Exporter.pm
patch
|
blob
|
blame
|
history
diff --git
a/lib/Moose/Exporter.pm
b/lib/Moose/Exporter.pm
index
38d9c83
..
2fad886
100644
(file)
--- a/
lib/Moose/Exporter.pm
+++ b/
lib/Moose/Exporter.pm
@@
-4,7
+4,7
@@
use strict;
use warnings;
use Class::MOP;
-use namespace::clean ();
+use namespace::clean 0.08 ();
use Sub::Exporter;