You are viewing a plain text version of this content. The canonical link for it is here.
Posted to axkit-dev@xml.apache.org by ma...@apache.org on 2003/01/28 10:40:51 UTC

cvs commit: xml-axkit Makefile.PL

matts       2003/01/28 01:40:50

  Modified:    .        Makefile.PL
  Log:
  check AutoInstall version number too
  
  Revision  Changes    Path
  1.13      +2 -2      xml-axkit/Makefile.PL
  
  Index: Makefile.PL
  ===================================================================
  RCS file: /home/cvs/xml-axkit/Makefile.PL,v
  retrieving revision 1.12
  retrieving revision 1.13
  diff -u -r1.12 -r1.13
  --- Makefile.PL	13 Aug 2002 17:30:26 -0000	1.12
  +++ Makefile.PL	28 Jan 2003 09:40:49 -0000	1.13
  @@ -24,7 +24,7 @@
   my $from_dir = cwd;
   
   eval { require ExtUtils::AutoInstall };
  -if ($@) {
  +if ($@ || $ExtUtils::AutoInstall::VERSION < 0.32) {
     warn( "\n",
           "==================================================================\n",
           "\n",