projects
/
p5sagit/p5-mst-13.2.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
b2d93eb
)
Re: [PATCH] Re: English.pm should do *PREMATCH = \$`
chromatic [Wed, 5 Sep 2001 18:08:07 +0000 (12:08 -0600)]
Message-Id: <
01090518080700
.19590@firewheel>
p4raw-id: //depot/perl@11896
lib/English.pm
patch
|
blob
|
blame
|
history
diff --git
a/lib/English.pm
b/lib/English.pm
index
3f22306
..
5383368
100644
(file)
--- a/
lib/English.pm
+++ b/
lib/English.pm
@@
-183,6
+183,8
@@
sub import {
*CHILD_ERROR = \$? ;
*OS_ERROR = \$! ;
*ERRNO = \$! ;
+ *OS_ERROR = \%! ;
+ *ERRNO = \%! ;
*EXTENDED_OS_ERROR = \$^E ;
*EVAL_ERROR = \$@ ;