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:
1e7d094
)
switchd.t: correct bug number
author
Father Chrysostomos
<sprout@cpan.org>
Fri, 12 Jul 2013 05:01:39 +0000
(22:01 -0700)
committer
Father Chrysostomos
<sprout@cpan.org>
Fri, 12 Jul 2013 05:01:39 +0000
(22:01 -0700)
t/run/switchd.t
patch
|
blob
|
blame
|
history
diff --git
a/t/run/switchd.t
b/t/run/switchd.t
index
0a4553a
..
f160fd5
100644
(file)
--- a/
t/run/switchd.t
+++ b/
t/run/switchd.t
@@
-172,5
+172,5
@@
like(
),
qr "use Devel::switchd_empty;(?:BEGIN|\r?\nprint)",
# miniperl tacks a BEGIN block on to the same line
- 'Copy on write does not mangle ${"_<-e"}[0] [perl #
48332
]',
+ 'Copy on write does not mangle ${"_<-e"}[0] [perl #
118627
]',
);