This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Move Exporter from lib/ to dist/Exporter/
authorNicholas Clark <nick@ccl4.org>
Tue, 2 Jul 2013 15:15:01 +0000 (17:15 +0200)
committerNicholas Clark <nick@ccl4.org>
Wed, 3 Jul 2013 07:41:37 +0000 (09:41 +0200)
commit3110a05565c47ab3f781046c0a0c79eac7394ba9
tree4d595f377949885967446243a25b552eef831d69
parent1d268002215610157f95bd75662fb0d8fb6ebea3
Move Exporter from lib/ to dist/Exporter/

Exporter has been considered dual life, upstream blead, since commit
6295adb525682844 (Sep 2006), but it was not moved to dist/ in 2009 with
the other dual-life modules because it was not possible to disentangle it
from the early stages of the build bootstrapping.

The build bootstrapping is now sufficiently simplified that it's possible
to move it to dist/
MANIFEST
META.json
META.yml
Makefile.SH
Porting/Maintainers.pl
dist/Exporter/lib/Exporter.pm [moved from lib/Exporter.pm with 100% similarity]
dist/Exporter/lib/Exporter/Heavy.pm [moved from lib/Exporter/Heavy.pm with 100% similarity]
dist/Exporter/t/Exporter.t [moved from lib/Exporter.t with 98% similarity]
write_buildcustomize.pl