This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
separate the 0755 from the . $TAINT0. this silences the warning "Dot after octal...
[perl5.git] / README.ce
index 5d338c8..25cef84 100644 (file)
--- a/README.ce
+++ b/README.ce
@@ -39,7 +39,7 @@ File C<Cross.pm> is dead simple: for given cross-architecture places in @INC
 a path where perl modules are, and right C<Config.pm> in that place.
 
 That said, C<miniperl -Ilib -MConfig -we 1> should report an error, because
-it can not find C<Config.pm>. If it does not gives an error -- wrong C<Config.pm>
+it can not find C<Config.pm>. If it does not give an error -- wrong C<Config.pm>
 is substituted, and resulting binaries will be a mess.
 
 C<miniperl -MCross -MConfig -we 1> should run okay, and it will provide right