X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FCatalyst.pm;h=22deaf11b336e1665a723f82d11bf17db225ed1a;hb=attic%2Fcontext_go;hp=c20ceca6b417f2ef27aae2a55d5d02f655f49071;hpb=15f1c98d0d0887ed21889f4f392afc6e536b19d5;p=catagits%2FCatalyst-Runtime.git diff --git a/lib/Catalyst.pm b/lib/Catalyst.pm index c20ceca..22deaf1 100644 --- a/lib/Catalyst.pm +++ b/lib/Catalyst.pm @@ -64,7 +64,7 @@ __PACKAGE__->stats_class('Catalyst::Stats'); # Remember to update this in Catalyst::Runtime as well! -our $VERSION = '5.7099_02'; +our $VERSION = '5.7014'; sub import { my ( $class, @arguments ) = @_; @@ -525,7 +525,7 @@ Gets a L instance by name. Any extra arguments are directly passed to ACCEPT_CONTEXT. If the name is omitted, it will look for - - a model object in $c->stash->{current_model_instance}, then + - a model object in $c->stash{current_model_instance}, then - a model name in $c->stash->{current_model}, then - a config setting 'default_model', or - check if there is only one model, and return it if that's the case. @@ -578,7 +578,7 @@ Gets a L instance by name. Any extra arguments are directly passed to ACCEPT_CONTEXT. If the name is omitted, it will look for - - a view object in $c->stash->{current_view_instance}, then + - a view object in $c->stash{current_view_instance}, then - a view name in $c->stash->{current_view}, then - a config setting 'default_view', or - check if there is only one view, and return it if that's the case. @@ -1906,11 +1906,6 @@ search paths, specify a key named C as an array reference. Items in the array beginning with C<::> will have the application class name prepended to them. -All components found will also have any -L loaded and set up as components. -Note, that modules which are B an I of the main -file namespace loaded will not be instantiated as components. - =cut sub setup_components { @@ -2416,15 +2411,13 @@ Wiki: =head2 L - The test suite. -=head1 PROJECT FOUNDER - -sri: Sebastian Riedel +=head1 CREDITS -=head1 CONTRIBUTORS +Andy Grundman -abw: Andy Wardley +Andy Wardley -acme: Leon Brocard +Andreas Marienborg Andrew Bramble @@ -2432,67 +2425,65 @@ Andrew Ford Andrew Ruthven -andyg: Andy Grundman +Arthur Bergman -audreyt: Audrey Tang +Autrijus Tang -bricas: Brian Cassidy +Brian Cassidy -chansen: Christian Hansen +Carl Franks -chicks: Christopher Hicks +Christian Hansen -dkubb: Dan Kubb +Christopher Hicks -Drew Taylor +Dan Sully -esskar: Sascha Kiefer +Danijel Milicevic -fireartist: Carl Franks +David Kamholz -gabb: Danijel Milicevic +David Naughton + +Drew Taylor Gary Ashton Jones Geoff Richards -jcamacho: Juan Camacho +Jesse Sheidlower + +Jesse Vincent Jody Belka Johan Lindstrom -jon: Jon Schutz +Juan Camacho -marcus: Marcus Ramberg +Leon Brocard -miyagawa: Tatsuhiko Miyagawa +Marcus Ramberg -mst: Matt S. Trout +Matt S Trout -mugwump: Sam Vilain +Robert Sedlacek -naughton: David Naughton +Sam Vilain -ningu: David Kamholz +Sascha Kiefer -nothingmuch: Yuval Kogman +Sebastian Willert -numa: Dan Sully +Tatsuhiko Miyagawa -obra: Jesse Vincent - -omega: Andreas Marienborg - -phaylon: Robert Sedlacek - -sky: Arthur Bergman +Ulf Edvinsson -the_jester: Jesse Sheidlower +Yuval Kogman -Ulf Edvinsson +=head1 AUTHOR -willert: Sebastian Willert +Sebastian Riedel, C =head1 LICENSE