matts 2003/02/04 14:03:34
Modified: . Makefile.PL Log: Fix for lost prompt() function in various places. Revision Changes Path 1.14 +2 -1 xml-axkit/Makefile.PL Index: Makefile.PL =================================================================== RCS file: /home/cvs/xml-axkit/Makefile.PL,v retrieving revision 1.13 retrieving revision 1.14 diff -u -r1.13 -r1.14 --- Makefile.PL 28 Jan 2003 09:40:49 -0000 1.13 +++ Makefile.PL 4 Feb 2003 22:03:34 -0000 1.14 @@ -7,6 +7,7 @@ use Text::Wrap (); use Cwd; use Config; +use ExtUtils::MakeMaker qw(prompt); use vars qw($DEBUG $is_Win32 $DEVNULL);