http://www.perlmonks.org?node_id=739629

I now have a new answer to my question about how to use strict; use warnings ... and it is the modern perl idea of chromatic.

Now, my brainstorm on this is:

  1. perhaps there should be a way for this module to gracefully age... use modern qw(5.10) selects the things that are modern now, but a different argument to use selects a different modern.
  2. in the name of saving typing, I clearly like use modern over use Modern::Perl... it is obvious we are using perl right? or will there be Modern::Ruby, Modern::Python, etc.