Skip Menu |

This queue is for tickets about the Perl-MinimumVersion CPAN distribution.

Report information
The Basics
Id: 133245
Status: new
Priority: 0/
Queue: Perl-MinimumVersion

People
Owner: Nobody in particular
Requestors: alex.karelas [...] gmail.com
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: (no value)
Fixed in: (no value)



Subject: perlver does not detectpostderef syntax
Date: Sat, 29 Aug 2020 16:15:03 +0300
To: bug-Perl-MinimumVersion [...] rt.cpan.org
From: Alexander Karelas <alex.karelas [...] gmail.com>
#!/usr/bin/env perl use strict; use warnings; my $s = [10, 20, 30]; print foreach $s->@*; __END__ appuser@modules-new:~/modules/temp$ perlver --blame alex.pl ------------------------------------------------------------ File : alex.pl Line : 4 Char : 1 Rule : _perl_5006_pragmas Version : 5.006 ------------------------------------------------------------ use warnings; ------------------------------------------------------------

Message body is not shown because it is too large.