Name: | perl-Sub-Exporter-Progressive |
---|---|
Version: | 0.001011 |
Release: | 1.el7 |
Architecture: | noarch |
Group: | Development/Libraries |
Size: | 10261 |
License: | GPL+ or Artistic |
RPM: | perl-Sub-Exporter-Progressive-0.001011-1.el7.noarch.rpm |
Source RPM: | perl-Sub-Exporter-Progressive-0.001011-1.el7.src.rpm |
Build Date: | Thu Oct 26 2017 |
Build Host: | x86-ol7-builder-03.us.oracle.com |
Vendor: | Oracle America |
URL: | http://search.cpan.org/dist/Sub-Exporter-Progressive/ |
Summary: | Only use Sub::Exporter if you need it |
Description: | Sub::Exporter is an incredibly powerful module, but with that power comes great responsibility, er- 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 and @EXPORT_OK 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. |
- Update to 0.001011 - Fix in global destruction - Fix SYNOPSIS - Fix duplicate word in DESCRIPTION (CPAN RT#86072)
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
- Perl 5.18 rebuild
- Update to 0.001010 - Fix module name in Makefile.PL (CPAN RT#83932) - Work around Exporter.pm not installable on perl < 5.8.0 - Update old Test::More patch
- Update to 0.001009 - Disallow version names in random parts of the import list for consistency with Sub::Exporter (CPAN RT#83491) - Update old Test::More patch, and apply if we have Test::More < 0.88
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
- Update to 0.001008 - Rewrite -tag to :tag for Exporter.pm - Fix prereqs - Update old Test::More patch, and apply if we have Test::More < 0.96 - Bump perl(Exporter) version requirement to 5.58
- Update to 0.001006 - Handle ':all' correctly - Update old Test::More patch - Drop redundant buildreq perl(Test::Pod)
- Update to 0.001005 - Add support for tags - Warn if defaults are not in exports - Add explicit dependency on Test::More 0.89 - This release by LEONT -> update source URL - Update old Test::More patch
- Update to 0.001004 (fix skipping when Sub::Exporter isn't installed) - This release by MSTROUT -> update source URL - No LICENSE file in this release - Update old Test::More patch