summaryrefslogtreecommitdiff
path: root/Porting
diff options
context:
space:
mode:
authorNicholas Clark <nick@ccl4.org>2013-07-02 17:15:01 +0200
committerNicholas Clark <nick@ccl4.org>2013-07-03 09:41:37 +0200
commit3110a05565c47ab3f781046c0a0c79eac7394ba9 (patch)
tree4d595f377949885967446243a25b552eef831d69 /Porting
parent1d268002215610157f95bd75662fb0d8fb6ebea3 (diff)
downloadperl-3110a05565c47ab3f781046c0a0c79eac7394ba9.tar.gz
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/
Diffstat (limited to 'Porting')
-rwxr-xr-xPorting/Maintainers.pl9
1 files changed, 1 insertions, 8 deletions
diff --git a/Porting/Maintainers.pl b/Porting/Maintainers.pl
index 22cd06a9b6..4b55d0c02b 100755
--- a/Porting/Maintainers.pl
+++ b/Porting/Maintainers.pl
@@ -634,19 +634,12 @@ use File::Glob qw(:case);
'Exporter' => {
'MAINTAINER' => 'ferreira',
'DISTRIBUTION' => 'TODDR/Exporter-5.68.tar.gz',
- 'FILES' => q[lib/Exporter.pm
- lib/Exporter.t
- lib/Exporter/Heavy.pm
- ],
+ 'FILES' => q[dist/Exporter],
'EXCLUDED' => [
qw( t/pod.t
t/use.t
),
],
- 'MAP' => {
- 't/' => 'lib/',
- 'lib/' => 'lib/',
- },
'UPSTREAM' => 'blead',
},