656547c80e
The Exporter module implements an "import" method which allows a module to export functions and variables to its users' namespaces. Many modules use Exporter rather than implementing their own "import" method because Exporter provides a highly flexible interface, with an implementation optimised for the common case. WWW: http://search.cpan.org/dist/Exporter/ PR: ports/166603 Submitted by: Tsung-Han Yeh <snowfly@yuntech.edu.tw>
5 lines
195 B
Text
5 lines
195 B
Text
%%SITE_PERL%%/Exporter.pm
|
|
%%SITE_PERL%%/Exporter/Heavy.pm
|
|
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Exporter/.packlist
|
|
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Exporter
|
|
@dirrmtry %%SITE_PERL%%/Exporter
|