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 2002/08/13 19:22:38 UTC

cvs commit: xml-axkit/install/ExtUtils AutoInstall.pm

matts       2002/08/13 10:22:38

  Modified:    install/ExtUtils AutoInstall.pm
  Log:
  Fixed ExtUtils::AutoInstall so it actually works. (maybe should update to CPAN version?)
  
  Revision  Changes    Path
  1.2       +2 -2      xml-axkit/install/ExtUtils/AutoInstall.pm
  
  Index: AutoInstall.pm
  ===================================================================
  RCS file: /home/cvs/xml-axkit/install/ExtUtils/AutoInstall.pm,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- AutoInstall.pm	8 Jun 2002 12:01:52 -0000	1.1
  +++ AutoInstall.pm	13 Aug 2002 17:22:38 -0000	1.2
  @@ -190,8 +190,8 @@
   );
   
   # missing modules, existing modules, disabled tests
  -my (@Missing, @Existing, %DisabledTests, $UnderCPAN, $HasCPANPLUS);
  -my ($Config, $CheckOnly, $SkipInstall, $AcceptDefault, $TestOnly); 
  +use vars qw(@Missing @Existing %DisabledTests $UnderCPAN $HasCPANPLUS);
  +use vars qw($Config $CheckOnly $SkipInstall $AcceptDefault $TestOnly); 
   
   $AcceptDefault = 1 unless -t STDIN; # non-interactive session