Sat, 11 May 2024 14:38:02 UTC | login

Information for build rh-perl520-perl-Exporter-Tiny-0.042-0.bootstrap1.3.el7

ID1912
Package Namerh-perl520-perl-Exporter-Tiny
Version0.042
Release0.bootstrap1.3.el7
Epoch
SummaryAn exporter with the features of Sub::Exporter but only core dependencies
DescriptionExporter::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.
Built byhhorak
State complete
Volume DEFAULT
StartedTue, 18 Aug 2015 15:47:13 UTC
CompletedTue, 18 Aug 2015 15:51:57 UTC
Taskbuild (sclo7-rh-perl520-rh-el7, rh-perl520-perl-Exporter-Tiny-0.042-0.bootstrap1.3.el7.src.rpm)
Tags
sclo7-rh-perl520-rh-candidate
RPMs
src
rh-perl520-perl-Exporter-Tiny-0.042-0.bootstrap1.3.el7.src.rpm (info) (download)
noarch
rh-perl520-perl-Exporter-Tiny-0.042-0.bootstrap1.3.el7.noarch.rpm (info) (download)
Logs
noarch
root.log
build.log
state.log
Changelog * Wed Mar 11 2015 Petr Ĺ abata <contyk@redhat.com> - 0.042-3 - Correct the license tag (#1199489) * Tue Jan 27 2015 Petr Pisar <ppisar@redhat.com> - 0.042-2 - Do not use rhel macro to control dependencies * Thu Oct 09 2014 Paul Howarth <paul@city-fan.org> - 0.042-1 - Update to 0.042 - Add an 'unimport' feature - Option validation needs to happen after expanding tags - Housekeeping on %TRACKED * Wed Sep 17 2014 Paul Howarth <paul@city-fan.org> - 0.040-1 - Update to 0.040 - Document warning and error messages produced by Exporter::Tiny - Exporter::Tiny would previously cause B.pm to be loaded into memory any time it exported anything: it no longer does - No longer die when redefining locally defined subs - Warn when redefining any subs - Use %doc where possible * Wed Aug 27 2014 Jitka Plesnikova <jplesnik@redhat.com> - 0.038-3 - Perl 5.20 rebuild * Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.038-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild * Fri Apr 04 2014 Paul Howarth <paul@city-fan.org> - 0.038-1 - 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! * Mon Mar 17 2014 Paul Howarth <paul@city-fan.org> - 0.036-2 - Sanitize for Fedora submission * Thu Mar 13 2014 Paul Howarth <paul@city-fan.org> - 0.036-1 - Initial RPM version