Skip Menu |

This queue is for tickets about the Mail-SPF CPAN distribution.

Report information
The Basics
Id: 93241
Status: open
Priority: 0/
Queue: Mail-SPF

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

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



Subject: Pod testing prevents installation by end users
This test fails: t/90-author-pod-validation.t (Wstat: 256 Tests: 27 Failed: 1) # blib/lib/Mail/SPF/Util.pm (157): L<> starts or ends with whitespace # blib/lib/Mail/SPF/Util.pm (157): L<> starts or ends with whitespace The problem with Pod should be fixed, but more importantly, this test should not be run by end users trying to install the code. It's almost certainly only useful for the about-to-release author to prevent a silly mistake. After the distribution is released, the test should be ignored by users. The convention for this is usually to skip_all unless $ENV{RELEASE_TESTING}. Anyway, right now Mail-SPF can't be installed on a fresh perl install without human involvement. -- rjbs
From: rwfranks [...] acm.org
On Fri Feb 21 16:41:56 2014, RJBS wrote: Show quoted text
> This test fails: > > t/90-author-pod-validation.t (Wstat: 256 Tests: 27 Failed: 1) > # blib/lib/Mail/SPF/Util.pm (157): L<> starts or ends with whitespace > # blib/lib/Mail/SPF/Util.pm (157): L<> starts or ends with whitespace > > The problem with Pod should be fixed, but more importantly, this test > should not be run by end users trying to install the code. It's > almost certainly only useful for the about-to-release author to > prevent a silly mistake. After the distribution is released, the test > should be ignored by users. The convention for this is usually to > skip_all unless $ENV{RELEASE_TESTING}. > > Anyway, right now Mail-SPF can't be installed on a fresh perl install > without human involvement.
Attached patch fixes offending pod. All we need now is some human involvement to apply it!
Subject: Util.pm-patch.gz
Download Util.pm-patch.gz
application/x-gzip 404b

Message body not shown because it is not plain text.

On 2016-03-03 12:20:46, rwfranks@acm.org wrote: Show quoted text
> On Fri Feb 21 16:41:56 2014, RJBS wrote:
> > This test fails: > > > > t/90-author-pod-validation.t (Wstat: 256 Tests: 27 Failed: 1) > > # blib/lib/Mail/SPF/Util.pm (157): L<> starts or ends with whitespace > > # blib/lib/Mail/SPF/Util.pm (157): L<> starts or ends with whitespace > > > > The problem with Pod should be fixed, but more importantly, this test > > should not be run by end users trying to install the code. It's > > almost certainly only useful for the about-to-release author to > > prevent a silly mistake. After the distribution is released, the test > > should be ignored by users. The convention for this is usually to > > skip_all unless $ENV{RELEASE_TESTING}. > > > > Anyway, right now Mail-SPF can't be installed on a fresh perl install > > without human involvement.
> > Attached patch fixes offending pod. > > All we need now is some human involvement to apply it! >
Alternatively, CPAN.pm users may use the following distropref file to workaround the problem: https://github.com/eserte/srezic-cpan-distroprefs/blob/master/Mail-SPF.yml