Skip Menu |

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

Report information
The Basics
Id: 49592
Status: resolved
Priority: 0/
Queue: Modern-Perl

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

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



Subject: lexical scope support
It would be nice to have proper localisation support: use Modern::Perl; # ... { no Modern::Perl 'strict'; # mro, warnings, etc. # some unstrict code goes here } # ...
On Thu Sep 10 06:31:08 2009, KSURI wrote: Show quoted text
> It would be nice to have proper localisation support:
As the author of nextgen.pm, I'd be glad to build in that functionality. Are you just looking for an unimport to do the best it can? -- Evan Carroll System Lord of the Internets http://www.evancarroll.com
Unimporting was added for pragmas in 2012. Closing ticket. (If unimporting doesn't work correctly for MRO, please open a new ticket.)