Thu Sep 10 07:31:08 2009KSURI [...] cpan.org - Ticket created
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
}
# ...
Thu Oct 07 00:35:14 2010perl [...] evancarroll.com - Correspondence added
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
Thu Oct 07 00:35:15 2010The RT System itself - Status changed from 'new' to 'open'
Sun Jan 15 15:41:45 2017chromatic [...] cpan.org - Correspondence added
Unimporting was added for pragmas in 2012. Closing ticket.
(If unimporting doesn't work correctly for MRO, please open a new ticket.)
Sun Jan 15 15:41:45 2017chromatic [...] cpan.org - Status changed from 'open' to 'resolved'