X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FCatalyst.pm;h=37c06d1de5bbc6937ff471ec83542bacc373fc67;hb=19a24dbb5b7329841b77ce80102c85c6bb137dee;hp=8805134d3b802db8495121558eea16943892f56f;hpb=2d9f9c8d29a7dc0c8c72458d04eb44f9fc2d8396;p=catagits%2FCatalyst-Runtime.git diff --git a/lib/Catalyst.pm b/lib/Catalyst.pm index 8805134..37c06d1 100644 --- a/lib/Catalyst.pm +++ b/lib/Catalyst.pm @@ -2051,7 +2051,7 @@ sub setup_components { my $deprecated_component_names = grep { /::[CMV]::/ } @comps; $class->log->warn(qq{Your application is using the deprecated ::[MVC]:: type naming scheme.\n}. qq{Please switch your class names to ::Model::, ::View:: and ::Controller: as appropriate.\n} - ); + ) if $deprecated_component_names; for my $component ( @comps ) {