diff options
author | Karl Williamson <public@khwilliamson.com> | 2010-09-29 10:46:02 -0600 |
---|---|---|
committer | Father Chrysostomos <sprout@cpan.org> | 2010-09-29 12:53:08 -0700 |
commit | 5233ad255ae7fe1debb56a6b67e408e699ea4fe0 (patch) | |
tree | d2af690cf22dd912235878dda692d0e3d19380b6 | |
parent | 7dbe20440c71eeda40ed2093323a40884b1e62f5 (diff) | |
download | perl-5233ad255ae7fe1debb56a6b67e408e699ea4fe0.tar.gz |
re.t: Suppress warning
-rw-r--r-- | t/re/re.t | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -61,6 +61,7 @@ if ('1234'=~/(?:(?<A>\d)|(?<C>!))(?<B>\d)(?<A>\d)(?<B>\d)/){ # Bug #78058; this can loop watchdog(2); + no warnings; # Because the 8 may be warned on eval 'qr/\18/'; pass("qr/\18/ didn't loop"); } |