projects
/
gitmo/moose-dev-utils.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
855340b
)
Oops, left in a little hack I was using
Dave Rolsky [Mon, 27 Apr 2009 21:21:50 +0000 (16:21 -0500)]
cpan-stable-smolder
patch
|
blob
|
blame
|
history
diff --git
a/cpan-stable-smolder
b/cpan-stable-smolder
index
f7671ab
..
1bcfd83
100755
(executable)
--- a/
cpan-stable-smolder
+++ b/
cpan-stable-smolder
@@
-116,7
+116,7
@@
close $log;
exit;
sub test_all_modules {
- foreach my $project (grep {$_ eq 'Fey::ORM'}@_) {
+ foreach my $project (@_) {
my $dist = get_distro_from_cpan($project);
unless ($dist) {