Skip Menu |

This queue is for tickets about the Tree-Simple-View CPAN distribution.

Report information
The Basics
Id: 16060
Status: resolved
Priority: 0/
Queue: Tree-Simple-View

People
Owner: stevan.little [...] gmail.com
Requestors: simonw [...] digitalcraftsmen.net
Cc:
AdminCc:

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



Subject: Mac files in distribution cause pod_coverage.t to fail
Hidden files in the distribution (mac resource forks ?) are causing pod coverage to fail. The files are: lib/Tree/Simple/View/._DHTML.pm lib/Tree/Simple/._VIEW.pm The pod_coverage.t error is (for one file): t/pod_coverage......................Use of uninitialized value in string eq at /usr/local/share/perl/5.8.4/Test/Pod/Coverage.pm line 208. Invalid and untaintable filename "blib/lib/Tree/Simple/View/._DHTML.pm"! at /usr/local/share/perl/5.8.4/Test/Pod/Coverage.pm line 208. # Looks like your test died before it could output anything. t/pod_coverage......................dubious Removing the two files allows the tests to pass successfully.
Simon, The latest version should no longer have these files in them Stevan [guest - Wed Nov 23 11:33:23 2005]: Show quoted text
> Hidden files in the distribution (mac resource forks ?) are causing > pod coverage to fail. The files are: > > lib/Tree/Simple/View/._DHTML.pm > lib/Tree/Simple/._VIEW.pm > > The pod_coverage.t error is (for one file): > > t/pod_coverage......................Use of uninitialized value in > string eq at /usr/local/share/perl/5.8.4/Test/Pod/Coverage.pm line > 208. > Invalid and untaintable filename > "blib/lib/Tree/Simple/View/._DHTML.pm"! at > /usr/local/share/perl/5.8.4/Test/Pod/Coverage.pm line 208. > # Looks like your test died before it could output anything. > t/pod_coverage......................dubious > > Removing the two files allows the tests to pass successfully.