Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
minor tweaks.
  • Loading branch information
agentzh committed Feb 24, 2010
1 parent 9a05fb6 commit d06ed25
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion bin/reindex
Expand Up @@ -21,7 +21,7 @@ $init = 1 if not defined $init;

my @files = map glob, @ARGV;
for my $file (@files) {
next if -d $file or $file !~ /\.t$/;
next if -d $file or $file !~ /\.t_?$/;
reindex($file);
}

Expand Down
1 change: 1 addition & 0 deletions bin/releng
Expand Up @@ -76,6 +76,7 @@ file_found 't/pod-coverage.t', 't/00-pod-coverage.t', 't/99-pod-coverage.t';
##
# check META.yml related issues
system('rm -rf *.tar.gz');
run 'rm -rf inc META.yml';
run 'make veryclean';
run_and_check 'perl Makefile.PL releng';
file_found 'META.yml';
Expand Down

0 comments on commit d06ed25

Please sign in to comment.