Skip Menu |

This queue is for tickets about the Catalyst-Model-File CPAN distribution.

Report information
The Basics
Id: 51707
Status: new
Priority: 0/
Queue: Catalyst-Model-File

People
Owner: Nobody in particular
Requestors: FWIE [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: 0.08
Fixed in: (no value)



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