Added CDBI helper and added some documentation
[catagits/Catalyst-Runtime.git] / lib / Catalyst.pm
index 8cae33d..5883f09 100644 (file)
@@ -7,7 +7,7 @@ use Catalyst::Log;
 
 __PACKAGE__->mk_classdata($_) for qw/_config log/;
 
-our $VERSION = '4.00';
+our $VERSION = '4.01';
 our @ISA;
 
 =head1 NAME
@@ -187,8 +187,8 @@ Sebastian Riedel, C<sri@oook.de>
 
 =head1 THANK YOU
 
-David Naughton, Gary Ashton Jones, Marcus Ramberg and all the others who've
-helped.
+Danijel Milicevic, David Naughton, Gary Ashton Jones, Jesse Sheidlower,
+Marcus Ramberg and all the others who've helped.
 
 =head1 LICENSE