Name: | perl-Exporter-Tiny |
---|---|
Version: | 0.038 |
Release: | 1.el7 |
Architecture: | noarch |
Group: | Development/Libraries |
Size: | 71443 |
License: | GPL+ or Artistic |
RPM: | perl-Exporter-Tiny-0.038-1.el7.noarch.rpm |
Source RPM: | perl-Exporter-Tiny-0.038-1.el7.src.rpm |
Build Date: | Thu Nov 02 2017 |
Build Host: | x86-ol7-builder-01.us.oracle.com |
Vendor: | Oracle America |
URL: | http://search.cpan.org/dist/Exporter-Tiny/ |
Summary: | An exporter with the features of Sub::Exporter but only core dependencies |
Description: | Exporter::Tiny supports many of Sub::Exporter's external-facing features including renaming imported functions with the -as, -prefix and -suffix options; explicit destinations with the into option; and alternative installers with the installer option. But it's written in only about 40% as many lines of code and with zero non-core dependencies. Its internal-facing interface is closer to Exporter.pm, with configuration done through the @EXPORT, @EXPORT_OK and %EXPORT_TAGS package variables. Exporter::Tiny performs most of its internal duties (including resolution of tag names to sub names, resolution of sub names to coderefs, and installation of coderefs into the target package) as method calls, which means they can be overridden to provide interesting behavior. |
- Update to 0.038 - Added: Support Exporter.pm's import negation syntax qw( !foo ) - Added: Support Exporter.pm's regexp import syntax qw( /foo/ ) - Fix minor error in documentation of generators - Improved handling of hashrefs of options passed to tags, and hashrefs of options found within %EXPORT_TAGS arrayrefs - Only attempt to merge hashes if we're sure they're both really hashes!
- Sanitize for Fedora submission
- Initial RPM version