Version 5.80020. 5.80020
Florian Ragwitz [Thu, 4 Feb 2010 06:18:46 +0000 (06:18 +0000)]
Changes
lib/Catalyst.pm
lib/Catalyst/Runtime.pm

diff --git a/Changes b/Changes
index b0a04fb..9023525 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,5 +1,11 @@
 # This file documents the revision history for Perl extension Catalyst.
 
+5.80020 2010-02-04 06:51:18
+
+  New features:
+    - Allow components to specify additional components to be set up by
+      overriding the expand_modules method. (Oliver Charles)
+
 5.80019 2010-01-29 01:04:09
 
   Bug fixed:
index 24e45bd..25f4caf 100644 (file)
@@ -78,7 +78,7 @@ __PACKAGE__->stats_class('Catalyst::Stats');
 
 # Remember to update this in Catalyst::Runtime as well!
 
-our $VERSION = '5.80019';
+our $VERSION = '5.80020';
 $VERSION = eval $VERSION;
 
 sub import {
index b1bbaae..cc994d2 100644 (file)
@@ -7,7 +7,7 @@ BEGIN { require 5.008004; }
 
 # Remember to update this in Catalyst as well!
 
-our $VERSION='5.80019';
+our $VERSION='5.80020';
 
 $VERSION = eval $VERSION;