projects
/
p5sagit/namespace-clean.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
80e4e26
)
P::S::XS buggery strikes again
Peter Rabbitson [Wed, 21 Dec 2011 09:51:04 +0000 (10:51 +0100)]
t/07-debugger.t
patch
|
blob
|
blame
|
history
diff --git
a/t/07-debugger.t
b/t/07-debugger.t
index
decd452
..
0d40f0e
100644
(file)
--- a/
t/07-debugger.t
+++ b/
t/07-debugger.t
@@
-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 {