X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Runtime.git;a=blobdiff_plain;f=lib%2FCatalyst%2FManual%2FTutorial.pod;h=bb974f688b1cf7558cc6b0a835a615d918c339d6;hp=ef0db085b0d2ae9f63b3382ed6c78c2e002ad750;hb=f63c03e47ae0278e50d513b90ecbbdfd67d1a021;hpb=e6dc30598e2f06e4680c360c86c72d08c4104b97 diff --git a/lib/Catalyst/Manual/Tutorial.pod b/lib/Catalyst/Manual/Tutorial.pod index ef0db08..bb974f6 100644 --- a/lib/Catalyst/Manual/Tutorial.pod +++ b/lib/Catalyst/Manual/Tutorial.pod @@ -177,8 +177,8 @@ the built-in mini-server as described in L. If you want to output any debugging information to the console, then call C<< $c->log->debug() >>, passing it a string to output. For data -structures, C L and call C<< -$c->log->debug(Dumper($structure)) >> +structures, C L qw/dump/; and call +C<< $c->log->debug(dump($structure)) >> =head2 Model/View/Controller