Skip Menu |

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

Report information
The Basics
Id: 56738
Status: resolved
Priority: 0/
Queue: Catalyst-Manual

People
Owner: Nobody in particular
Requestors: frank.wiegand [...] gmail.com
Cc:
AdminCc:

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



Subject: [patch] POD nits
The attached patch against 5.8004 fixes some POD, which renders not as intended (at least using perldoc and search.cpan.org). Thanks, Frank
Subject: Catalyst-Manual.patch
diff --git a/lib/Catalyst/Manual/CatalystAndMoose.pod b/lib/Catalyst/Manual/CatalystAndMoose.pod index cf2acd9..3870d7a 100644 --- a/lib/Catalyst/Manual/CatalystAndMoose.pod +++ b/lib/Catalyst/Manual/CatalystAndMoose.pod @@ -38,13 +38,13 @@ A Moose-ified version of the context class should look like this: $c->log->info( 'done!' ); } -You should also be aware that roles in C<< $c-E<gt>setup >> are applied +You should also be aware that roles in C<< $c->setup >> are applied after the last plugin with all the benefits of using a single L<with()|Moose/"with (@roles)"> statement in an ordinary L<Moose> class. Your class is automatically made immutable at the end of the current file. -CAVEAT: Using roles in C<< $c-E<gt>setup >> was implemented in Catalyst +CAVEAT: Using roles in C<< $c->setup >> was implemented in Catalyst version 5.80004. In prior versions you might get away with after 'setup_plugins' => sub{ with(
On 2010-04-20 03:55:24, frank.wiegand wrote: Show quoted text
> The attached patch against 5.8004 fixes some POD, which renders not as > intended (at least using perldoc and search.cpan.org). >
This is a bug in Pod::Simple 3.13, not in the Pod. Pod::Simple 3.14, coming soon, fixes this problem. -- rjbs
As per comment from RJBS that this is an issue in Pod::Simple 3.13, I'm closing this.