summaryrefslogtreecommitdiff
path: root/Porting
diff options
context:
space:
mode:
authorNicholas Clark <nick@ccl4.org>2009-10-02 17:57:13 +0100
committerNicholas Clark <nick@ccl4.org>2009-10-02 17:57:13 +0100
commit43aed010bf8b6e3fe32d5f9e8e086dda22b5b4c6 (patch)
tree8079ba2a658289bdccc9cff62d201268b0173612 /Porting
parent610892605b3814cdf4f5f2215ee00d25d7ffba45 (diff)
downloadperl-43aed010bf8b6e3fe32d5f9e8e086dda22b5b4c6.tar.gz
Move Win32 from ext/ to cpan/
Diffstat (limited to 'Porting')
-rwxr-xr-xPorting/Maintainers.pl4
1 files changed, 2 insertions, 2 deletions
diff --git a/Porting/Maintainers.pl b/Porting/Maintainers.pl
index 1697f763e4..4435348927 100755
--- a/Porting/Maintainers.pl
+++ b/Porting/Maintainers.pl
@@ -1698,9 +1698,9 @@ use File::Glob qw(:case);
{
'MAINTAINER' => 'jand',
'DISTRIBUTION' => "JDB/Win32-0.39.tar.gz",
- 'FILES' => q[ext/Win32],
+ 'FILES' => q[cpan/Win32],
'CPAN' => 1,
- 'UPSTREAM' => undef,
+ 'UPSTREAM' => 'cpan',
},
'Win32API::File' =>