This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Fix Compress::Zlib test boilerplate
[perl5.git] / ext / Compress / Zlib / t / 20tied.t
index 778075d..ded4edb 100644 (file)
@@ -1,5 +1,5 @@
 BEGIN {
-    if ($ENV{PERL_CORE} {
+    if ($ENV{PERL_CORE}) {
        chdir 't' if -d 't';
        @INC = '../lib';
     }