Filter repoquery results better.

This commit is contained in:
stevenpritchard
2007-07-16 16:10:40 +00:00
parent 3a9284694b
commit 2856cf4417
2 changed files with 7 additions and 3 deletions
+4
View File
@@ -1,3 +1,7 @@
1.73
* Filter repoquery results better.
1.72 2007-07-13
* Get rid of the word "Extras".
+3 -3
View File
@@ -10,10 +10,10 @@
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
#
# $Id: cpanspec,v 1.52 2007/07/10 16:43:46 stevenpritchard Exp $
# $Id: cpanspec,v 1.53 2007/07/16 16:10:40 stevenpritchard Exp $
our $NAME="cpanspec";
our $VERSION='1.72';
our $VERSION='1.73';
=head1 NAME
@@ -499,7 +499,7 @@ sub check_repo($) {
return undef;
}
return grep { !/^Loading.*plugin$/ } @out;
return grep { /^\S+-[^-]+-[^-]+$/ } @out;
}
sub check_dep($) {