Package Perl::Critic::Policy::DE_EPAGES::Modules::ProhibitAutomaticExportationNonDAL
When using Exporter, symbols placed in the @EXPORT variable are automatically exported into the caller's namespace. Although convenient, this practice is not polite, and may cause serious problems if the caller declares the same symbols. The best practice is to place your symbols in @EXPORT_OK or %EXPORT_TAGS and let the caller choose exactly which symbols to export. In addition to Perl::Critic::Policy::Modules::ProhibitAutomaticExportation, this policy fires only on non-DAL modules. §parameters none