in reply to CPAN Autobundle and Lowercase CPAN Modules
By convention, modules with lowercase names are typically "pragma" modules. Pragmas are loosely defined to be modules that affect Perl's behaviour. Their effect is usually lexically scoped.
Perl itself comes with many (including the three you listed), but there are some on CPAN aren't part of the Perl distribution (e.g. feature::qw_comments).
|
|---|