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 2004/12/18 21:10:03 UTC

svn commit: r122719 - /httpd/test/trunk/perl-framework/Apache-Test /httpd/test/trunk/perl-framework/Apache-Test/Changes /httpd/test/trunk/perl-framework/Apache-Test/MANIFEST /httpd/test/trunk/perl-framework/Apache-Test/META.yml

Author: stas
Date: Sat Dec 18 12:10:02 2004
New Revision: 122719

URL: http://svn.apache.org/viewcvs?view=rev&rev=122719
Log:
META.yml is now locally maintained. we need to tell PAUSE indexer not
to try to index HTTP::Request::Common and warnings packages, which
happen to be used by A-T

Added:
   httpd/test/trunk/perl-framework/Apache-Test/META.yml
Modified:
   httpd/test/trunk/perl-framework/Apache-Test/   (props changed)
   httpd/test/trunk/perl-framework/Apache-Test/Changes
   httpd/test/trunk/perl-framework/Apache-Test/MANIFEST

Modified: httpd/test/trunk/perl-framework/Apache-Test/Changes
Url: http://svn.apache.org/viewcvs/httpd/test/trunk/perl-framework/Apache-Test/Changes?view=diff&rev=122719&p1=httpd/test/trunk/perl-framework/Apache-Test/Changes&r1=122718&p2=httpd/test/trunk/perl-framework/Apache-Test/Changes&r2=122719
==============================================================================
--- httpd/test/trunk/perl-framework/Apache-Test/Changes	(original)
+++ httpd/test/trunk/perl-framework/Apache-Test/Changes	Sat Dec 18 12:10:02 2004
@@ -8,6 +8,9 @@
   
 =item 1.18-dev
 
+META.yml is now locally maintained. we need to tell PAUSE indexer not
+to try to index HTTP::Request::Common and warnings packages, which
+happen to be used by A-T [Stas]
 
 
 

Modified: httpd/test/trunk/perl-framework/Apache-Test/MANIFEST
Url: http://svn.apache.org/viewcvs/httpd/test/trunk/perl-framework/Apache-Test/MANIFEST?view=diff&rev=122719&p1=httpd/test/trunk/perl-framework/Apache-Test/MANIFEST&r1=122718&p2=httpd/test/trunk/perl-framework/Apache-Test/MANIFEST&r2=122719
==============================================================================
--- httpd/test/trunk/perl-framework/Apache-Test/MANIFEST	(original)
+++ httpd/test/trunk/perl-framework/Apache-Test/MANIFEST	Sat Dec 18 12:10:02 2004
@@ -2,6 +2,7 @@
 CONTRIBUTORS
 LICENSE
 MANIFEST
+META.yml
 Makefile.PL
 README
 INSTALL

Added: httpd/test/trunk/perl-framework/Apache-Test/META.yml
Url: http://svn.apache.org/viewcvs/httpd/test/trunk/perl-framework/Apache-Test/META.yml?view=auto&rev=122719
==============================================================================
--- (empty file)
+++ httpd/test/trunk/perl-framework/Apache-Test/META.yml	Sat Dec 18 12:10:02 2004
@@ -0,0 +1,17 @@
+name:         Apache-Test
+version_from: lib/Apache/Test.pm
+installdirs:  site
+
+requires:
+    Cwd:                           2.06
+    File::Spec:                    0.8
+
+distribution_type: module
+
+no_index:
+    package:
+        - HTTP::Request::Common
+        - warnings
+
+
+