Author: autarch Date: Wed Jul 5 11:14:27 2006 New Revision: 419304 URL: http://svn.apache.org/viewvc?rev=419304&view=rev Log: Add deprecated.pm to MANIFEST.
Remove RELEASE and make sure we skip it, since that's for us, not the world. Modified: perl/Apache-SizeLimit/trunk/MANIFEST perl/Apache-SizeLimit/trunk/MANIFEST.SKIP Modified: perl/Apache-SizeLimit/trunk/MANIFEST URL: http://svn.apache.org/viewvc/perl/Apache-SizeLimit/trunk/MANIFEST?rev=419304&r1=419303&r2=419304&view=diff ============================================================================== --- perl/Apache-SizeLimit/trunk/MANIFEST (original) +++ perl/Apache-SizeLimit/trunk/MANIFEST Wed Jul 5 11:14:27 2006 @@ -5,9 +5,9 @@ MANIFEST.SKIP Makefile.PL README -RELEASE SUPPORT lib/Apache/SizeLimit.pm t/pod.t t/response/TestApache/basic.pm +t/response/TestApache/deprecated.pm t/apache/all.t Modified: perl/Apache-SizeLimit/trunk/MANIFEST.SKIP URL: http://svn.apache.org/viewvc/perl/Apache-SizeLimit/trunk/MANIFEST.SKIP?rev=419304&r1=419303&r2=419304&view=diff ============================================================================== --- perl/Apache-SizeLimit/trunk/MANIFEST.SKIP (original) +++ perl/Apache-SizeLimit/trunk/MANIFEST.SKIP Wed Jul 5 11:14:27 2006 @@ -13,4 +13,5 @@ t/conf.* t/htdocs.* t/logs.* -t/response.* \ No newline at end of file +t/response.* +RELEASE