Skip Menu |

This queue is for tickets about the Win32-FileNotify CPAN distribution.

Report information
The Basics
Id: 60031
Status: resolved
Priority: 0/
Queue: Win32-FileNotify

People
Owner: Nobody in particular
Requestors: msellers [...] msellers.id.au
Cc:
AdminCc:

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



Subject: pod_coverage.t causes build failure if Test::Pod::Coverage is not installed
#File: pod_coverage.t #!perl -T use Test::More tests => 1; eval "use Test::Pod::Coverage 1.04"; plan skip_all => "Test::Pod::Coverage 1.04 required for testing POD coverage" if $@; pod_coverage_ok( 'Win32::FileNotify' ); #Gives the error: # t/pod_coverage.t ...... You tried to plan twice at t/pod_coverage.t line 5. # Using Strawberry perl 5.10.1
Hi Matthew, thanks for your bugreport. Am Di 03. Aug 2010, 05:34:14, msellers schrieb: Show quoted text
> #Gives the error: > # t/pod_coverage.t ...... You tried to plan twice at t/pod_coverage.t > line 5. > > # Using Strawberry perl 5.10.1
This issue is fixed in version 0.31 that should hit the CPAN mirror near you in a few hours. Kind regards, Renee
Oh, that ticket was still open even though the issue was fixed long time ago... Closing now.