switchd.t: correct bug number
authorFather Chrysostomos <sprout@cpan.org>
Fri, 12 Jul 2013 05:01:39 +0000 (22:01 -0700)
committerFather Chrysostomos <sprout@cpan.org>
Fri, 12 Jul 2013 05:01:39 +0000 (22:01 -0700)
t/run/switchd.t

index 0a4553a..f160fd5 100644 (file)
@@ -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]',
 );