projects
/
gitmo/Mouse.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
df9418c
)
autodie in generate-mouse-tiny.pl
Shawn M Moore [Thu, 2 Jul 2009 20:23:28 +0000 (16:23 -0400)]
author/generate-mouse-tiny.pl
patch
|
blob
|
blame
|
history
diff --git
a/author/generate-mouse-tiny.pl
b/author/generate-mouse-tiny.pl
index
e292543
..
1cc4237
100755
(executable)
--- a/
author/generate-mouse-tiny.pl
+++ b/
author/generate-mouse-tiny.pl
@@
-4,6
+4,7
@@
use warnings;
use File::Find;
use File::Slurp 'slurp';
use List::MoreUtils 'uniq';
+use autodie;
unlink 'lib/Mouse/Tiny.pm';