1
0
mirror of synced 2026-02-23 15:12:13 +00:00

2007-06-12 14:05:25 by steve

Ignore the keys mirror_$dist
This commit is contained in:
steve
2007-06-12 14:05:25 +00:00
parent 177435bd65
commit 04f8a1e996

View File

@@ -5,7 +5,7 @@
#
# Steve
# --
# $Id: argument-check.t,v 1.5 2006-06-13 13:26:00 steve Exp $
# $Id: argument-check.t,v 1.6 2007-06-12 14:05:25 steve Exp $
#
use strict;
@@ -46,6 +46,8 @@ foreach my $key ( sort keys %OPTIONS )
}
}
next if ( $key =~ /mirror_/i );
is( $found, 1 , " Found documentation for '$key'" );
}