Preparing for rc4
Andy Grundman [Thu, 10 Nov 2005 03:46:48 +0000 (03:46 +0000)]
MANIFEST
lib/Catalyst.pm

index f15dc67..5f96529 100644 (file)
--- a/MANIFEST
+++ b/MANIFEST
@@ -124,7 +124,8 @@ t/optional/http-server.t
 t/optional/memleak.t
 t/optional/stress.t
 t/optional/stress.yml
+t/optional/threads.t
 t/unit/core/component.t
+t/unit/core/mvc.t
 t/unit/core/path_to.t
-t/unit/core/threads.t
 t/unit/core/uri_for.t
index 1adf557..528fbc5 100644 (file)
@@ -54,7 +54,7 @@ __PACKAGE__->engine_class('Catalyst::Engine::CGI');
 __PACKAGE__->request_class('Catalyst::Request');
 __PACKAGE__->response_class('Catalyst::Response');
 
-our $VERSION = '5.49_03';
+our $VERSION = '5.49_04';
 
 sub import {
     my ( $class, @arguments ) = @_;