I'm looking to fork Modern::Perl, it's over a year old now, and far dated. I've created nextgen.pm (now on cpan) to take it place.
So far, I've added in:
I assert 5.10.1
, so no one trying to write modern Perl gets caught up in the mess that is 5.10.0
's smart match. I've also added conditional support for
Moose
,oose.pm
,- and
namespace::clean
What else can you think of that might be valuable in a replacement for Modern::Perl
? One thing that I've considered doing is trying to assert that a module was not included by the calling package (such as Class::Accessor
). Any other ideas?