From a4b7076f30af0a34ee236645e8ddc760181b9c01 Mon Sep 17 00:00:00 2001 From: Tudor Marghidanu Date: Fri, 7 Aug 2020 17:15:27 +0200 Subject: [PATCH] Updating expected PERL report --- .automation/test/perl/reports/expected-PERL.tap | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.automation/test/perl/reports/expected-PERL.tap b/.automation/test/perl/reports/expected-PERL.tap index 932c3621..5c443e71 100644 --- a/.automation/test/perl/reports/expected-PERL.tap +++ b/.automation/test/perl/reports/expected-PERL.tap @@ -2,6 +2,6 @@ TAP version 13 1..2 not ok 1 - perl_bad_1.pl --- - message: Global symbol "$here" requires explicit package name (did you forget to declare "my $here"?) at /tmp/lint/.automation/test/perl/perl_bad_1.pl line 37.\n/tmp/lint/.automation/test/perl/perl_bad_1.pl had compilation errors.\n + message: Code before strictures are enabled at line 14, column 1. See page 429 of PBP. (Severity 5) ... ok 2 - perl_good_1.pl