Author: gozer
Date: Tue Dec 14 17:51:22 2004
New Revision: 111912

URL: http://svn.apache.org/viewcvs?view=rev&rev=111912
Log:
Ignore Apache-Test/META.yml in distribution tarballs until PAUSE
is capable of handling multiple META.yml files in one distro


Modified:
   perl/modperl/trunk/Changes
   perl/modperl/trunk/lib/ModPerl/Manifest.pm
   perl/modperl/trunk/todo/release

Modified: perl/modperl/trunk/Changes
Url: 
http://svn.apache.org/viewcvs/perl/modperl/trunk/Changes?view=diff&rev=111912&p1=perl/modperl/trunk/Changes&r1=111911&p2=perl/modperl/trunk/Changes&r2=111912
==============================================================================
--- perl/modperl/trunk/Changes  (original)
+++ perl/modperl/trunk/Changes  Tue Dec 14 17:51:22 2004
@@ -12,6 +12,9 @@
 
 =item 1.99_19-dev
 
+Ignore Apache-Test/META.yml in distribution tarballs until PAUSE
+is capable of handling multiple META.yml files in one distro [Gozer]
+
 modperl_exports.c now wraps all exported functions in a #ifndef
 function_name wrapper to help in weeding out functions that only
 make sense for certain Perl configurations (perlio, threads) [Gozer]

Modified: perl/modperl/trunk/lib/ModPerl/Manifest.pm
Url: 
http://svn.apache.org/viewcvs/perl/modperl/trunk/lib/ModPerl/Manifest.pm?view=diff&rev=111912&p1=perl/modperl/trunk/lib/ModPerl/Manifest.pm&r1=111911&p2=perl/modperl/trunk/lib/ModPerl/Manifest.pm&r2=111912
==============================================================================
--- perl/modperl/trunk/lib/ModPerl/Manifest.pm  (original)
+++ perl/modperl/trunk/lib/ModPerl/Manifest.pm  Tue Dec 14 17:51:22 2004
@@ -114,4 +114,6 @@
 t/response/TestPerl/ithreads.pm
 # incomplete
 t/apr-ext/perlio
+# PAUSE breaks if a dist has more than one META.yml
+Apache-Test/META.yml
 

Modified: perl/modperl/trunk/todo/release
Url: 
http://svn.apache.org/viewcvs/perl/modperl/trunk/todo/release?view=diff&rev=111912&p1=perl/modperl/trunk/todo/release&r1=111911&p2=perl/modperl/trunk/todo/release&r2=111912
==============================================================================
--- perl/modperl/trunk/todo/release     (original)
+++ perl/modperl/trunk/todo/release     Tue Dec 14 17:51:22 2004
@@ -4,9 +4,6 @@
 
 -- see also todo/api_status
 
-* for RC2 need to temporarily fix makemanifest to exclude
-  Apache-Test/META.yml
-
 * pools that go out of scope:
 
   perl -MApache2 -MAPR::Pool -MAPR::PerlIO -le '; 

Reply via email to