From 135277f1a6d67eb1f41aaec95616f52cb016cba1 Mon Sep 17 00:00:00 2001 From: Nicholas Clark Date: Thu, 10 Sep 2009 13:26:22 +0100 Subject: Move ExtUtils::Manifest from lib to ext. --- make_ext.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'make_ext.pl') diff --git a/make_ext.pl b/make_ext.pl index 752fedd140..7783688e00 100644 --- a/make_ext.pl +++ b/make_ext.pl @@ -12,7 +12,7 @@ use Cwd; # allow miniperl to build everything else. my @toolchain = qw(ext/constant/lib ext/ExtUtils-Command/lib - ext/ExtUtils-Install/lib + ext/ExtUtils-Install/lib ext/ExtUtils-Manifest/lib ext/Text-ParseWords/lib); # This script acts as a simple interface for building extensions. -- cgit v1.2.1