prepared for 5.7001
Marcus Ramberg [Wed, 19 Jul 2006 21:55:22 +0000 (21:55 +0000)]
Changes
MANIFEST.SKIP
lib/Catalyst.pm
lib/Catalyst/Runtime.pm

diff --git a/Changes b/Changes
index 5a37428..aa16c6f 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,6 +1,6 @@
 This file documents the revision history for Perl extension Catalyst.
 
-5.7001   2006-07-15 18:07:54
+5.7001   2006-07-19 23:46:54
         - fix for component loading
         - uri_for and uri_with now behave as they used to with non-
           array references
index ef5fd17..10378bb 100644 (file)
@@ -36,3 +36,6 @@ t/var
 
 # No tarballs!
 \.gz$
+
+# Skip the roadmap
+lib/Catalyst/ROADMAP.pod
index c3b59b9..90d3610 100644 (file)
@@ -61,7 +61,7 @@ __PACKAGE__->response_class('Catalyst::Response');
 
 # Remember to update this in Catalyst::Runtime as well!
 
-our $VERSION = '5.7000';
+our $VERSION = '5.7001';
 
 sub import {
     my ( $class, @arguments ) = @_;
index eb5b3d2..9b5f742 100644 (file)
@@ -7,7 +7,7 @@ BEGIN { require 5.008001; }
 
 # Remember to update this in Catalyst as well!
 
-our $VERSION='5.7000';
+our $VERSION='5.7001';
 
 =head1 NAME