matts       2003/02/04 14:03:13

  Modified:    .        Tag: AxKit-1_6_1 Makefile.PL
  Log:
  Fix for lost prompt() function in various places.
  
  Revision  Changes    Path
  No                   revision
  
  
  No                   revision
  
  
  1.13.2.1  +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.13.2.1
  diff -u -r1.13 -r1.13.2.1
  --- Makefile.PL       28 Jan 2003 09:40:49 -0000      1.13
  +++ Makefile.PL       4 Feb 2003 22:03:13 -0000       1.13.2.1
  @@ -7,6 +7,7 @@
   use Text::Wrap ();
   use Cwd;
   use Config;
  +use ExtUtils::MakeMaker qw(prompt);
   
   use vars qw($DEBUG $is_Win32 $DEVNULL);
   
  
  
  

Reply via email to