5.6902 release
Andy Grundman [Thu, 4 May 2006 16:50:45 +0000 (16:50 +0000)]
Changes
MANIFEST.SKIP
lib/Catalyst.pm

diff --git a/Changes b/Changes
index 89b82ab..df57233 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,9 +1,12 @@
 This file documents the revision history for Perl extension Catalyst.
 
-5.6900   2006-05-03 11.17:00
+5.6902  2006-05-04 13:00:00
+        - Remove tarballs and OSX metadata files.
+
+5.6901  2006-05-03 11.17:00
         - Module::Install didn't overwrite META.yml. 
 
-5.6900   2006-05-03 11.17:00
+5.6900  2006-05-03 11.17:00
         - Stupid pause indexer can't count.
         - Better fix for Catalyst::Test
         - more tests.
index c53d4f4..c62cf44 100644 (file)
@@ -33,3 +33,6 @@ t/conf/mime.types
 t/htdocs
 t/logs
 t/var
+
+# No tarballs!
+\.gz$
index 881cf4c..b43ffcc 100644 (file)
@@ -61,7 +61,7 @@ __PACKAGE__->engine_class('Catalyst::Engine::CGI');
 __PACKAGE__->request_class('Catalyst::Request');
 __PACKAGE__->response_class('Catalyst::Response');
 
-our $VERSION = '5.6901';
+our $VERSION = '5.6902';
 
 sub import {
     my ( $class, @arguments ) = @_;