Skip to content

Commit

Permalink
fixed incorrect diagnostic message
Browse files Browse the repository at this point in the history
git-svn-id: https://pause.perl.org:5460/svn/cpanpm/trunk@3037 81f69c26-07c4-0310-b1c3-f486c8728884
  • Loading branch information
xdg committed May 2, 2008
1 parent 7e05fb8 commit 54da04e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion t/42distroprefs.t
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ my $last = '0';
my @errors;
while (my $next = $finder->next) {
if ( $next->file lt $last ) {
push @errors, $next->file . " not lt $last\n";
push @errors, $next->file . " lt $last\n";
}
$last = $next->file;
}
Expand Down

0 comments on commit 54da04e

Please sign in to comment.