projects
/
gitmo/Mouse.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
c9ef7f3
)
Don't need to filter out MouseX any more
Shawn M Moore [Thu, 5 Feb 2009 16:53:28 +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
f594601
..
265cd16
100755
(executable)
--- a/
author/generate-mouse-tiny.pl
+++ b/
author/generate-mouse-tiny.pl
@@
-13,8
+13,9
@@
find({
wanted => sub {
push @files, $_
if -f $_
- && !/Squirrel|MouseX|\.sw[po]$/
+ && !/Squirrel/
&& !/\bouse/
+ && !/\.sw[po]$/
},
no_chdir => 1,
}, 'lib');