Skip Menu |

This queue is for tickets about the Test-Verbose CPAN distribution.

Report information
The Basics
Id: 51991
Status: new
Priority: 0/
Queue: Test-Verbose

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

Bug Information
Severity: (no value)
Broken in: 0.01
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/Test/Verbose.pm b/lib/Test/Verbose.pm index 8aaf811..9667d42 100644 --- a/lib/Test/Verbose.pm +++ b/lib/Test/Verbose.pm @@ -786,7 +786,7 @@ sub test_scripts_for_pod_file { $self->test( @test_scripts ); -chdir()s to C<$self->dir> and C<exec()>s make test. +chdir()s to C<< $self->dir >> and C<exec()>s make test. =cut