File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -1126,7 +1126,7 @@ C<sysopen()>:
1126
1126
1127
1127
use Fcntl;
1128
1128
sysopen(my $fh, "/foo/somefile", O_WRONLY|O_NDELAY|O_CREAT, 0644)
1129
- or die "can't open /foo/somefile: $!":
1129
+ or die "can't open /foo/somefile: $!";
1130
1130
1131
1131
=head2 How do I tell the difference between errors from the shell and perl?
1132
1132
@@ -1316,7 +1316,7 @@ L<ExtUtils::MakeMaker> advocated. INSTALL_BASE does not support
1316
1316
installing modules for multiple versions of Perl or different
1317
1317
architectures under the same directory. You should consider whether you
1318
1318
really want that and, if you do, use the older PREFIX and LIB
1319
- settings. See the L<ExtUtils::Makemaker > documentation for more details.
1319
+ settings. See the L<ExtUtils::MakeMaker > documentation for more details.
1320
1320
1321
1321
=head2 How do I add the directory my program lives in to the module/library search path?
1322
1322
You can’t perform that action at this time.
0 commit comments