Skip Menu |

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

Report information
The Basics
Id: 65647
Status: resolved
Priority: 0/
Queue: Test-Smoke

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

Bug Information
Severity: Normal
Broken in: 1.44
Fixed in: (no value)



Subject: Minor pod lint
Some pod lint, mainly an attempt to make podchecker not complain.
Subject: test-smoke-pod.patch
diff -urN Test-Smoke-1.44.orig/lib/Test/Smoke/Smoker.pm Test-Smoke-1.44/lib/Test/Smoke/Smoker.pm --- Test-Smoke-1.44.orig/lib/Test/Smoke/Smoker.pm 2010-08-27 19:09:27.000000000 +0100 +++ Test-Smoke-1.44/lib/Test/Smoke/Smoker.pm 2011-02-11 18:00:40.000000000 +0000 @@ -91,6 +91,8 @@ =head1 DESCRIPTION +The Test::Smoke::Smoker module, an OO interface to do one smoke cycle. + =head1 METHODS =over 4 @@ -855,7 +857,7 @@ =item $self->_parse_harness_output( $\%notok, $all_ok, @lines ) -Fator out the parsing of the Test::Harness output, as it seems subject +Factor out the parsing of the Test::Harness output, as it seems subject to change. =cut @@ -1245,9 +1247,9 @@ =over 4 -=item * http://www.perl.com/perl/misc/Artistic.html +=item * L<http://www.perl.com/perl/misc/Artistic.html> -=item * http://www.gnu.org/copyleft/gpl.html +=item * L<http://www.gnu.org/copyleft/gpl.html> =back diff -urN Test-Smoke-1.44.orig/lib/Test/Smoke/SysInfo.pm Test-Smoke-1.44/lib/Test/Smoke/SysInfo.pm --- Test-Smoke-1.44.orig/lib/Test/Smoke/SysInfo.pm 2010-11-01 18:12:32.000000000 +0000 +++ Test-Smoke-1.44/lib/Test/Smoke/SysInfo.pm 2011-02-11 18:02:23.000000000 +0000 @@ -385,7 +385,7 @@ =head2 Darwin( ) If the L<system_profiler> program is accessible (meaning that this is -Mac OS X), use it to find information; otherwise treat as L</BSD>. +Mac OS X), use it to find information; otherwise treat as L</BSD( )>. This sub was donated by Dominic Dunlup. @@ -784,9 +784,9 @@ =over 4 -=item * http://www.perl.com/perl/misc/Artistic.html +=item * L<http://www.perl.com/perl/misc/Artistic.html> -=item * http://www.gnu.org/copyleft/gpl.html +=item * L<http://www.gnu.org/copyleft/gpl.html> =back
Looks like thes patches were applied: svn: 1311 git: f9e6db9c-56bf-0310-a82a-abbfb51efdf0