Skip Menu |

This queue is for tickets about the MooseX-LazyLogDispatch CPAN distribution.

Report information
The Basics
Id: 51744
Status: new
Priority: 0/
Queue: MooseX-LazyLogDispatch

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

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



Subject: [Patch] POD nit
The attached patch fixes some POD, which renders wrong, at least at search.cpan.org.
Subject: pod.patch
diff --git a/lib/MooseX/LazyLogDispatch.pm b/lib/MooseX/LazyLogDispatch.pm index 3e0153c..c490c0f 100644 --- a/lib/MooseX/LazyLogDispatch.pm +++ b/lib/MooseX/LazyLogDispatch.pm @@ -164,7 +164,7 @@ You can also gain greater flexibility by defining your own complete L<Log::Dispatch::Configurator> subclass and having your C<log_dispatch_config> attribute be an instance of this class. -By lazy-loading either one (C<lazy => 1>), you can have the configuration +By lazy-loading either one (C<< lazy => 1 >>), you can have the configuration determined at runtime. This is nice if you want to change your log format and/or destination at runtime based on things like L<MooseX::Getopt> / L<MooseX::Daemonize> parameters. diff --git a/lib/MooseX/LazyLogDispatch/Levels.pm b/lib/MooseX/LazyLogDispatch/Levels.pm index 46d70c0..19a4f75 100644 --- a/lib/MooseX/LazyLogDispatch/Levels.pm +++ b/lib/MooseX/LazyLogDispatch/Levels.pm @@ -46,7 +46,7 @@ MooseX::LazyLogDispatch::Levels - Like MX::LazyLogDispatch, but with level-metho See L<MooseX::LazyLogDispatch> for the main docs. -This just adds level methods for the C<$self->logger> levels directly +This just adds level methods for the C<< $self->logger >> levels directly to your class, in addition to bringing in that role. =head1 LEVEL METHOD NAMES