Skip to content

Commit

Permalink
fix some wordings
Browse files Browse the repository at this point in the history
  • Loading branch information
miyagawa committed Jun 30, 2009
1 parent 1504e9e commit 7320efc
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions Makefile.PL
Expand Up @@ -129,7 +129,8 @@ WriteAll;

# generate moose's test
if (HAVE_MOOSE) {
warn "generating to Moose's test... please wait few minutes";
$| = 1;
print "Generating tests with Moose: this could take up to minutes ";
my @testfiles;
require File::Find;
require File::Path;
Expand Down Expand Up @@ -170,5 +171,5 @@ if (HAVE_MOOSE) {
print $to_fh $_;
}
}
warn "... done";
print "... done\n";
}

0 comments on commit 7320efc

Please sign in to comment.