in reply to Which pragmas are activated with a specific perl version?

See also chromatic's Modern::Perl module.

For example:

use Modern::Perl '2012";
will activate the 5.12 features as well as both strict and warnings.