updated manifest.
Marcus Ramberg [Sat, 9 Apr 2005 00:41:48 +0000 (00:41 +0000)]
MANIFEST

index bd11672..ed91f27 100644 (file)
--- a/MANIFEST
+++ b/MANIFEST
@@ -3,9 +3,11 @@ lib/Catalyst.pm
 lib/Catalyst/Base.pm
 lib/Catalyst/Engine.pm
 lib/Catalyst/Engine/Apache.pm
+lib/Catalyst/Engine/Apache/MP1.pm
+lib/Catalyst/Engine/Apache/MP2.pm
 lib/Catalyst/Engine/CGI.pm
-lib/Catalyst/Engine/CGI/NPH.pm
 lib/Catalyst/Engine/FCGI.pm
+lib/Catalyst/Engine/HTTP.pm
 lib/Catalyst/Engine/Server.pm
 lib/Catalyst/Engine/Test.pm
 lib/Catalyst/Helper.pm
@@ -27,18 +29,20 @@ META.yml
 README
 script/catalyst.pl
 t/01use.t
-t/02podcoverage.t
-t/03plainaction.t
-t/04regexaction.t
-t/05parameters.t
-t/06arguments.t
-t/07headers.t
-t/08cookies.t
-t/09forward.t
-t/10redirect.t
-t/11stash.t
-t/12default.t
-t/13beginend.t
-t/14connection.t
-t/15post.t
-t/16uri.t
+t/02pod.t
+t/03podcoverage.t
+t/04plainaction.t
+t/05regexaction.t
+t/06parameters.t
+t/07arguments.t
+t/08headers.t
+t/09cookies.t
+t/10forward.t
+t/11redirect.t
+t/12stash.t
+t/13default.t
+t/14beginend.t
+t/15connection.t
+t/16post.t
+t/17uri.t
+t/18inheritance.t