Commit Graph

12 Commits

Author SHA1 Message Date
Jitka Plesnikova
05ce3c8a8b Perl 5.24 rebuild 2016-05-15 20:28:42 +02:00
Fedora Release Engineering
29d7e39f3f - Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild 2016-02-04 13:32:13 +00:00
Dennis Gilmore
bf11b0af2f - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild 2015-06-18 02:59:11 +00:00
Jitka Plesnikova
ce07f8709f Perl 5.22 rebuild 2015-06-06 10:47:56 +02:00
Paul Howarth
beac3f9442 Correct license tagging (#1199491) 2015-03-06 15:15:28 +00:00
Paul Howarth
0d3c4c2b1c Update to 0.042
- New upstream release 0.042
  - Add an 'unimport' feature
  - Option validation needs to happen after expanding tags
  - Housekeeping on %TRACKED
2014-10-09 13:41:43 +01:00
Paul Howarth
660b26de04 Update to 0.040
- New upstream release 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 %license where possible
2014-09-17 15:05:03 +01:00
Jitka Plesnikova
491e988f9c Perl 5.20 rebuild 2014-08-27 10:45:53 +02:00
Dennis Gilmore
5c2df449a7 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild 2014-06-06 22:57:50 -05:00
Paul Howarth
3ebb26af17 Update to 0.038
- New upstream release 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!
2014-04-04 12:55:58 +01:00
Paul Howarth
51130138fe Initial import (perl-Exporter-Tiny-0.036-2)
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.
2014-03-20 12:12:27 +00:00
Fedora Release Engineering
41f588bc7f Initial setup of the repo 2014-03-20 11:50:10 +00:00