Commit History - (may be incomplete: see SVNWeb link above for full details) |
Date | By | Description |
26 Apr 2020 11:56:49
1.002002

|
sunpoet  |
Update to 1.002002
Changes: https://metacpan.org/changes/distribution/Exporter-Tiny |
29 Jul 2018 19:11:34
1.002001

|
sunpoet  |
Update to 1.002001
Changes: https://metacpan.org/changes/distribution/Exporter-Tiny |
27 May 2018 20:15:20
1.000000

|
sunpoet  |
Update WWW
search.cpan.org is shutting down.
It will redirect to metacpan.org after June 25, 2018.
With hat: perl |
15 Sep 2017 08:58:50
1.000000

|
mat  |
Fix license information for portgs that use "the same license as Perl".
Sponsored by: Absolight |
22 May 2017 17:18:14
1.000000

|
sunpoet  |
Update to 1.000000
Changes: http://search.cpan.org/dist/Exporter-Tiny/Changes |
31 Jan 2017 15:33:07
0.044

|
sunpoet  |
Update to 0.044
- Add LICENSE_FILE
- Add NO_ARCH
Changes: http://search.cpan.org/dist/Exporter-Tiny/Changes |
01 Apr 2016 14:00:57
0.042_1

|
mat  |
Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.
With hat: portmgr
Sponsored by: Absolight |
26 Nov 2014 13:08:38
0.042_1

|
mat  |
Change the way Perl modules are installed, update the default Perl to 5.18.
Before, we had:
site_perl : lib/perl5/site_perl/5.18
site_perl/perl_arch : lib/perl5/site_perl/5.18/mach
perl_man3 : lib/perl5/5.18/man/man3
Now we have:
site_perl : lib/perl5/site_perl
site_arch : lib/perl5/site_perl/mach/5.18
perl_man3 : lib/perl5/site_perl/man/man3
Modules without any .so will be installed at the same place regardless of the (Only the first 15 lines of the commit message are shown above ) |
06 Oct 2014 23:06:44
0.042

|
sunpoet  |
- Update to 0.042
- Cleanup PLIST
Changes: http://search.cpan.org/dist/Exporter-Tiny/Changes |
18 Sep 2014 16:40:07
0.040

|
sunpoet  |
- Update to 0.040
- Add TEST_DEPENDS
Changes: http://search.cpan.org/dist/Exporter-Tiny/Changes |
06 Apr 2014 05:46:28
0.038

|
sunpoet  |
- Update to 0.038
Changes: http://search.cpan.org/dist/Exporter-Tiny/Changes |
14 Mar 2014 07:27:50
0.036

|
sunpoet  |
- Update to 0.036
Changes: http://search.cpan.org/dist/Exporter-Tiny/Changes |
27 Feb 2014 23:09:13
0.034

|
sunpoet  |
- Remove outdated PERL_LEVEL check |
20 Jan 2014 17:02:30
0.034

|
sunpoet  |
- Update to 0.034
Changes: http://search.cpan.org/dist/Exporter-Tiny/Changes |
31 Dec 2013 14:40:38
0.032

|
sunpoet  |
- Update to 0.032
Changes: http://search.cpan.org/dist/Exporter-Tiny/Changes |
20 Oct 2013 08:34:25
0.030

|
sunpoet  |
- Update to 0.030
Changes: http://search.cpan.org/dist/Exporter-Tiny/Changes |
01 Oct 2013 17:10:15
0.026

|
sunpoet  |
- Add p5-Exporter-Tiny 0.026
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
installler 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 behaviour.
WWW: http://search.cpan.org/dist/Exporter-Tiny/ |