Skip Menu |

This queue is for tickets about the XML-XBEL CPAN distribution.

Report information
The Basics
Id: 9269
Status: resolved
Priority: 0/
Queue: XML-XBEL

People
Owner: Nobody in particular
Requestors: jc [...] unser.net
Cc:
AdminCc:

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



Subject: Bug in t/50-xbel.t
The problem isn't related to a specific version of perl. The test file t/50-xbel.t contains use Data::Denter; print Indent($xbel); This results in "make test" failing with t/50-xbel..............Can't locate Data/Denter.pm in @INC As Data::Denter isn't in Perl's core distribution and isn't listed in the Makefile.PL's dependencies either, this test fails. The two lines seem to be for visual feedback only, so I'd suggest removing them or switching to Data::Dumper instead.
Fixed in version 1.3 which will be released shortly. [guest - Thu Dec 30 15:57:52 2004]: Show quoted text
> The problem isn't related to a specific version of perl. > The test file t/50-xbel.t contains > > use Data::Denter; > print Indent($xbel); > > This results in "make test" failing with > > t/50-xbel..............Can't locate Data/Denter.pm in @INC > > As Data::Denter isn't in Perl's core distribution and isn't listed in > the Makefile.PL's dependencies either, this test fails. The two > lines seem to be for visual feedback only, so I'd suggest removing > them or switching to Data::Dumper instead.