Skip Menu |

This queue is for tickets about the Module-CPANTS-Analyse CPAN distribution.

Report information
The Basics
Id: 83851
Status: resolved
Priority: 0/
Queue: Module-CPANTS-Analyse

People
Owner: Nobody in particular
Requestors: KENTNL [...] cpan.org
Cc:
AdminCc:

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



Subject: 'use v5.16' and greater not deemed "strict"
 
As of perl v5.16, 'use $VERSION' is deemed to imply 'use strict'

This is likely more difficult to add handling for because it means you'll likely need to parse the declared version to determine which version of Perl it refers to.

On Sun Mar 10 01:04:52 2013, KENTNL wrote: Show quoted text
> As of perl v5.16, 'use $VERSION' is deemed to imply 'use strict' > > This is likely more difficult to add handling for because it means > you'll > likely need to parse the declared version to determine which version > of Perl it > refers to.
Fixed in the repository. Thanks. https://github.com/cpants/Module-CPANTS-Analyse/commit/44983953d00fe4899528b751115a06667539ac6f
Closed as 0.91 was released. Thanks. On Thu Sep 05 11:38:21 2013, ISHIGAKI wrote: Show quoted text
> On Sun Mar 10 01:04:52 2013, KENTNL wrote:
> > As of perl v5.16, 'use $VERSION' is deemed to imply 'use strict' > > > > This is likely more difficult to add handling for because it means > > you'll > > likely need to parse the declared version to determine which version > > of Perl it > > refers to.
> > > Fixed in the repository. Thanks. > > https://github.com/cpants/Module-CPANTS- > Analyse/commit/44983953d00fe4899528b751115a06667539ac6f