diff options
author | yves orton <bugs-perl5@bugs6.perl.org> | 2006-11-17 16:07:00 +0000 |
---|---|---|
committer | H.Merijn Brand <h.m.brand@xs4all.nl> | 2006-11-17 19:54:49 +0000 |
commit | f0852a51af159e1bea17f91d673cfba18804cbb5 (patch) | |
tree | 5473473c5f8eeb1495e16e70d9d6a0861063674f /win32 | |
parent | f026e24baa3a7e847539858e94ce5f0945d6d5d8 (diff) | |
download | perl-f0852a51af159e1bea17f91d673cfba18804cbb5.tar.gz |
[perl #36909] $^R undefined on matches involving backreferences
From: yves orton via RT <bugs-perl5@bugs6.perl.org>
Date: Nov 17, 2006 4:07 PM
p4raw-id: //depot/perl@29308
Diffstat (limited to 'win32')
-rw-r--r-- | win32/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/win32/Makefile b/win32/Makefile index 99ca522d16..87b111cede 100644 --- a/win32/Makefile +++ b/win32/Makefile @@ -1363,7 +1363,7 @@ test-reonly : reonly utils $(XCOPY) $(PERLDLL) ..\t\$(NULL) $(XCOPY) $(GLOBEXE) ..\t\$(NULL) cd ..\t - $(PERLEXE) -I..\lib harness $(OPT) -re \bpat\b \breg \bre\b $(EXTRA) + $(PERLEXE) -I..\lib harness $(OPT) -re \bpat\b \breg \bre\b \bsubst $(EXTRA) cd ..\win32 regen : |