Skip Menu |

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

Report information
The Basics
Id: 128405
Status: new
Priority: 0/
Queue: Modern-Perl

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

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



Subject: Support strictures 2
It would be great if Modern::Perl either imported strictures 2, or supported it via a flag like: use Modern::Perl, -s; # or -strictures The top of my scripts always look like: user Modern::Perl; use strictures 2; It would be nice of use Modern::Perl covered everything :)