P::S::XS buggery strikes again
Peter Rabbitson [Wed, 21 Dec 2011 09:51:04 +0000 (10:51 +0100)]
t/07-debugger.t

index decd452..0d40f0e 100644 (file)
@@ -1,7 +1,12 @@
 use Test::More;
 
 BEGIN {
+  # shut up the debugger
   $ENV{PERLDB_OPTS} = 'NonStop';
+
+  # work aroud the regex + P::S::XS buggery on
+  # < 5.8.6
+  require Package::Stash;
 }
 
 BEGIN {