summaryrefslogtreecommitdiff
path: root/ext/Devel/PPPort/t/uv.t
diff options
context:
space:
mode:
Diffstat (limited to 'ext/Devel/PPPort/t/uv.t')
-rw-r--r--ext/Devel/PPPort/t/uv.t2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/Devel/PPPort/t/uv.t b/ext/Devel/PPPort/t/uv.t
index 6b10ddd858..1272be7733 100644
--- a/ext/Devel/PPPort/t/uv.t
+++ b/ext/Devel/PPPort/t/uv.t
@@ -12,7 +12,7 @@ BEGIN {
@INC = ('../lib', '../ext/Devel/PPPort/t') if -d '../lib' && -d '../ext';
require Config; import Config;
use vars '%Config';
- if (" $Config{'extensions'} " !~ m[ Devel/PPPort ] ) {
+ if (" $Config{'extensions'} " !~ m[ Devel/PPPort ]) {
print "1..0 # Skip -- Perl configured without Devel::PPPort module\n";
exit 0;
}