/[Apache-SVN]/httpd/test/trunk/perl-framework/Apache-Test/Makefile.PL
ViewVC logotype

Diff of /httpd/test/trunk/perl-framework/Apache-Test/Makefile.PL

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

--- httpd/test/trunk/perl-framework/Apache-Test/Makefile.PL	2004/12/20 03:28:48	122797
+++ httpd/test/trunk/perl-framework/Apache-Test/Makefile.PL	2004/12/20 03:41:37	122798
@@ -145,7 +145,6 @@ if (TOP_LEVEL && $ExtUtils::MakeMaker::V
     # now that we're using subversion, make sure that
     # .svn directories are skipped during the build process
     # for old versions of MakeMaker
-
     *MY::libscan = sub {
         my $self = shift;
 
@@ -155,6 +154,8 @@ if (TOP_LEVEL && $ExtUtils::MakeMaker::V
 
         return $path;
     };
+    # avoid warning: used only once: possible typo at ...
+    *MY::libscan = *MY::libscan;
 }
 
 sub MY::postamble {
@@ -207,7 +208,7 @@ sub add_Apache__test_target {
         $string;
     };
 
-    *MY::top_targets  = sub {
+    *MY::top_targets = sub {
         my $self = shift;
         my $string = $self->MM::top_targets;
 

 

infrastructure at apache.org
ViewVC Help
Powered by ViewVC 1.1.26