You are viewing a plain text version of this content. The canonical link for it is here.
Posted to test-cvs@httpd.apache.org by st...@apache.org on 2002/01/24 11:02:05 UTC

cvs commit: httpd-test/perl-framework/Apache-Test/lib/Apache Test5005compat.pm

stas        02/01/24 02:02:04

  Modified:    perl-framework/Apache-Test/lib/Apache Test5005compat.pm
  Log:
  - removing redundant loading of Symbol.pm
  
  Revision  Changes    Path
  1.4       +0 -1      httpd-test/perl-framework/Apache-Test/lib/Apache/Test5005compat.pm
  
  Index: Test5005compat.pm
  ===================================================================
  RCS file: /home/cvs/httpd-test/perl-framework/Apache-Test/lib/Apache/Test5005compat.pm,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- Test5005compat.pm	17 Oct 2001 19:24:58 -0000	1.3
  +++ Test5005compat.pm	24 Jan 2002 10:02:04 -0000	1.4
  @@ -4,7 +4,6 @@
   use Symbol ();
   use File::Basename;
   use File::Path;
  -use Symbol ();
   
   my %compat_files = (
        'lib/warnings.pm' => \&warnings_pm,