From: Andy Grundman Date: Thu, 4 May 2006 16:50:45 +0000 (+0000) Subject: 5.6902 release X-Git-Tag: 5.7099_04~603 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Runtime.git;a=commitdiff_plain;h=50f6a990e35f22a9037b1caf72bb8271bb556e78 5.6902 release --- diff --git a/Changes b/Changes index 89b82ab..df57233 100644 --- 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. diff --git a/MANIFEST.SKIP b/MANIFEST.SKIP index c53d4f4..c62cf44 100644 --- a/MANIFEST.SKIP +++ b/MANIFEST.SKIP @@ -33,3 +33,6 @@ t/conf/mime.types t/htdocs t/logs t/var + +# No tarballs! +\.gz$ diff --git a/lib/Catalyst.pm b/lib/Catalyst.pm index 881cf4c..b43ffcc 100644 --- a/lib/Catalyst.pm +++ b/lib/Catalyst.pm @@ -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 ) = @_;