projects
/
gitmo/Mouse.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
4d33522
)
Don't put ouse.pm into Mouse::Tiny
Shawn M Moore [Thu, 5 Feb 2009 16:53:21 +0000 (16:53 +0000)]
author/generate-mouse-tiny.pl
patch
|
blob
|
blame
|
history
diff --git
a/author/generate-mouse-tiny.pl
b/author/generate-mouse-tiny.pl
index
3719a28
..
04a46f9
100755
(executable)
--- a/
author/generate-mouse-tiny.pl
+++ b/
author/generate-mouse-tiny.pl
@@
-10,7
+10,12
@@
unlink 'lib/Mouse/Tiny.pm';
my @files;
find({
- wanted => sub { push @files, $_ if -f $_ && !/Squirrel|MouseX|\.sw[po]$/ },
+ wanted => sub {
+ push @files, $_
+ if -f $_
+ && !/Squirrel|MouseX|\.sw[po]$/
+ && !/\bouse/
+ },
no_chdir => 1,
}, 'lib');