This is a live mirror of the Perl 5 development currently hosted at
https://github.com/perl/perl5
https://perl5.git.perl.org
/
perl5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ffb73d6
)
Porting/bisect.pl: Typos in diag msg
author
Father Chrysostomos
<sprout@cpan.org>
Fri, 2 Mar 2012 04:28:20 +0000
(20:28 -0800)
committer
Father Chrysostomos
<sprout@cpan.org>
Wed, 7 Mar 2012 22:12:50 +0000
(14:12 -0800)
Porting/bisect.pl
patch
|
blob
|
blame
|
history
diff --git
a/Porting/bisect.pl
b/Porting/bisect.pl
index
da19721
..
29e3ded
100755
(executable)
--- a/
Porting/bisect.pl
+++ b/
Porting/bisect.pl
@@
-44,7
+44,7
@@
my @stable = qw(perl-5.005 perl-5.6.0 perl-5.8.0 v5.10.0 v5.12.0 v5.14.0);
my ($dev_c, $ino_c) = stat 'configure';
if (defined $dev_C && defined $dev_c
&& $dev_C == $dev_c && $ino_C == $ino_c) {
- print "You seem to
to be on a case
insensitive file system.\n\n";
+ print "You seem to
be on a case-
insensitive file system.\n\n";
} else {
unshift @stable, qw(perl-5.002 perl-5.003 perl-5.004)
}