You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
Glenn Becker c79ba7e017 perl/perl-Sub-Exporter-Progressive: Update EMAIL. 10 years ago
..
README perl/perl-Sub-Exporter-Progressive: Added (Perl module) 13 years ago
perl-Sub-Exporter-Progressive.SlackBuild perl/perl-Sub-Exporter-Progressive: Update EMAIL. 10 years ago
perl-Sub-Exporter-Progressive.info perl/perl-Sub-Exporter-Progressive: Update EMAIL. 10 years ago
slack-desc perl/perl-Sub-Exporter-Progressive: Updated for version 0.001011. 12 years ago

README

Sub::Exporter is an incredibly powerful module, but with that 
power comes great responsibility, as well as some runtime
penalties. This module is a Sub::Exporter wrapper that will
let your users just use Exporter if all they are doing is
picking exports, but use Sub::Exporter if your users try to
use Sub::Exporter's more advanced features features,
like renaming exports, if they try to use them.

Note that this module will export @EXPORT, @EXPORT_OK and
%EXPORT_TAGS package variables for Exporter to work.
Additionally, if your package uses advanced Sub::Exporter
features like currying, this module will only ever use
Sub::Exporter, so you might as well use it directly.