Exporter::VA

Exporter::VA is an improved exporter featuring Versioning and Aliasing.
Download

Exporter::VA Ranking & Summary

Advertisement

  • Rating:
  • License:
  • Perl Artistic License
  • Price:
  • FREE
  • Publisher Name:
  • John M. Dlugosz
  • Publisher web site:
  • http://search.cpan.org/~dlugosz/Exporter-VA-1.3.0.1/VA.pm

Exporter::VA Tags


Exporter::VA Description

Exporter::VA is an improved exporter featuring Versioning and Aliasing. Exporter::VA is an improved exporter featuring Versioning and Aliasing.SYNOPSISIn module ModuleName.pm: package ModuleName; use Exporter::VA qw/import AUTOLOAD VERSION/; our %EXPORT= ( # all configuration done in this one hash foo => , bar => 'bar_internal', baz => 'baz', fobble => &figure_it_out, # parameter list is (caller, version, symbol, param-list tail) bobble => \&_boble_internal, '$x' => '$x', '$y' => $y, # a hard reference rather than a name ':tagname' => , ':DEFAULT' => , ':_old_imports' => , ':_new_imports' => , '.option' => "value", '.default_VERSION' => v1.5, '.warnings' => 1 );In other files which wish to use ModuleName: use ModuleName; use ModuleName v2.1; use ModuleName v2.1 qw/ foo bar fobble $y/; Requirements: · Perl


Exporter::VA Related Software