From owner-freebsd-ports-bugs@freebsd.org Tue Oct 17 14:49:42 2017 Return-Path: Delivered-To: freebsd-ports-bugs@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id DF946E3C353 for ; Tue, 17 Oct 2017 14:49:42 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id CE3836F97F for ; Tue, 17 Oct 2017 14:49:42 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id v9HEngZF031822 for ; Tue, 17 Oct 2017 14:49:42 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 223066] lang/perl5.24: "Assuming NOT a POSIX class" with perlcritic Date: Tue, 17 Oct 2017 14:49:42 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: ben.rubson@gmail.com X-Bugzilla-Status: New X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: perl@FreeBSD.org X-Bugzilla-Flags: maintainer-feedback? X-Bugzilla-Changed-Fields: bug_id short_desc product version rep_platform op_sys bug_status bug_severity priority component assigned_to reporter flagtypes.name Message-ID: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 17 Oct 2017 14:49:43 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D223066 Bug ID: 223066 Summary: lang/perl5.24: "Assuming NOT a POSIX class" with perlcritic Product: Ports & Packages Version: Latest Hardware: Any OS: Any Status: New Severity: Affects Only Me Priority: --- Component: Individual Port(s) Assignee: perl@FreeBSD.org Reporter: ben.rubson@gmail.com Assignee: perl@FreeBSD.org Flags: maintainer-feedback?(perl@FreeBSD.org) Hello, I upgraded Perl from 5.24.1_1 to 5.24.3. I now get the messages below when I run perlcritic, even on an empty file. Any idea why ? Thank you very much ! Ben Assuming NOT a POSIX class since it doesn't start with a '[' in regex; mark= ed by <-- HERE in m/ \A \\ (?: [^\w\s] | # delimiters/metas [tnrfae] | # C-style escapes 0 [01234567]{0,2} | # octal # [01234567]{1,3} | # made from backref by lexer c [][[:alpha:]\@\\ <-- HERE ^_?] | # control characters x (?: \{ [[:xdigit:]]* \} | [[:xdigit:]]{0,2} ) | # hex o [{] [01234567]+ [}] | # octal as of 5.13.3 ## N (?: \{ (?: [[:alpha:]] [\w\s:()-]* | # must begin w/ alpha ## U [+] [[:xdigit:]]+ ) \} ) | # unicode N (?: [{] (?=3D \D ) [^\}]+ [}] ) # unicode ) / at /usr/local/lib/perl5/site_perl/PPIx/Regexp/Token/Literal= .pm line 232. Assuming NOT a POSIX class since the '^' must come after the colon in regex; marked by <-- HERE in m/ \A \\ (?: [^\w\s] | # delimiters/metas [tnrfae] | # C-style escapes 0 [01234567]{0,2} | # octal # [01234567]{1,3} | # made from backref by lexer c [][[:alpha:]\@\\^ <-- HERE _?] | # control characters x (?: \{ [[:xdigit:]]* \} | [[:xdigit:]]{0,2} ) | # hex o [{] [01234567]+ [}] | # octal as of 5.13.3 ## N (?: \{ (?: [[:alpha:]] [\w\s:()-]* | # must begin w/ alpha ## U [+] [[:xdigit:]]+ ) \} ) | # unicode N (?: [{] (?=3D \D ) [^\}]+ [}] ) # unicode ) / at /usr/local/lib/perl5/site_perl/PPIx/Regexp/Token/Literal= .pm line 232. Assuming NOT a POSIX class since there must be a starting ':' in regex; mar= ked by <-- HERE in m/ \A \\ (?: [^\w\s] | # delimiters/metas [tnrfae] | # C-style escapes 0 [01234567]{0,2} | # octal # [01234567]{1,3} | # made from backref by lexer c [][[:alpha:]\@\\^ <-- HERE _?] | # control characters x (?: \{ [[:xdigit:]]* \} | [[:xdigit:]]{0,2} ) | # hex o [{] [01234567]+ [}] | # octal as of 5.13.3 ## N (?: \{ (?: [[:alpha:]] [\w\s:()-]* | # must begin w/ alpha ## U [+] [[:xdigit:]]+ ) \} ) | # unicode N (?: [{] (?=3D \D ) [^\}]+ [}] ) # unicode ) / at /usr/local/lib/perl5/site_perl/PPIx/Regexp/Token/Literal= .pm line 232. --=20 You are receiving this mail because: You are the assignee for the bug.=