Subject: | [Patch] POD nit |
The attached patch (against 0.08) fixes some POD, which renders wrong,
at least at search.cpan.org.
Subject: | pod.patch |
diff --git a/lib/Catalyst/Model/File.pm b/lib/Catalyst/Model/File.pm
index e857463..2a86fb9 100644
--- a/lib/Catalyst/Model/File.pm
+++ b/lib/Catalyst/Model/File.pm
@@ -261,7 +261,7 @@ sub slurp {
=head2 $self->splat($file, PRINT_ARGS)
Does a print to C<$file> with the specified C<PRINT_ARGS>. Does the same as
-C<$self->file->openw->print(@_)>
+C<< $self->file->openw->print(@_) >>.
=cut