X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FCatalyst.pm;h=5802c9e1813f7ed375329a16ad9ac8b7cb96dab1;hb=15f0b5b7ea5d857766be67ecaebc9e5369d5f699;hp=7c7717ebdb6fc763d3ba20945bbaf41eaa92e4eb;hpb=f56990fa9c318716c04de16af8f9dc19412fc226;p=catagits%2FCatalyst-Runtime.git diff --git a/lib/Catalyst.pm b/lib/Catalyst.pm index 7c7717e..5802c9e 100644 --- a/lib/Catalyst.pm +++ b/lib/Catalyst.pm @@ -13,7 +13,7 @@ our $CATALYST_SCRIPT_GEN = 4; __PACKAGE__->mk_classdata($_) for qw/arguments dispatcher engine log/; -our $VERSION = '5.30'; +our $VERSION = '5.31'; our @ISA; =head1 NAME @@ -246,13 +246,45 @@ Web: Sebastian Riedel, C -=head1 THANK YOU +=head1 CREDITS -Andy Grundman, Andrew Ford, Andrew Ruthven, Autrijus Tang, Christian Hansen, -Christopher Hicks, Dan Sully, Danijel Milicevic, David Naughton, -Gary Ashton Jones, Geoff Richards, Jesse Sheidlower, Jody Belka, -Johan Lindstrom, Juan Camacho, Leon Brocard, Marcus Ramberg, -Tatsuhiko Miyagawa and all the others who've helped. +Andy Grundman + +Andrew Ford + +Andrew Ruthven + +Autrijus Tang + +Christian Hansen + +Christopher Hicks + +Dan Sully + +Danijel Milicevic + +David Naughton + +Gary Ashton Jones + +Geoff Richards + +Jesse Sheidlower + +Jody Belka + +Johan Lindstrom + +Juan Camacho + +Leon Brocard + +Marcus Ramberg + +Matt S Trout + +Tatsuhiko Miyagawa =head1 LICENSE