projects
/
gitmo/Moose.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
6fde788
)
make Moose::Exporter import strict and warnings
Jesse Luehrs [Sun, 3 May 2009 00:21:18 +0000 (19:21 -0500)]
lib/Moose/Exporter.pm
patch
|
blob
|
blame
|
history
diff --git
a/lib/Moose/Exporter.pm
b/lib/Moose/Exporter.pm
index
15e8169
..
6fb3ab9
100644
(file)
--- a/
lib/Moose/Exporter.pm
+++ b/
lib/Moose/Exporter.pm
@@
-386,6
+386,11
@@
sub _remove_keywords {
}
}
+sub import {
+ strict->import;
+ warnings->import;
+}
+
1;
__END__