In my project (say Foo), instead of writing:
use 5.010; use autodie; use strict; use warnings;
and perhaps a few more lines in the future, I want to consolidate this into a single use statement, much like 'use Modern::Perl'. So all my project modules (and scripts) will begin with this preamble.
What would be a good name for this module? Foo? Modern::Foo?
In reply to Module name suggestion by Anonymous Monk
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |