Skip Menu |

This queue is for tickets about the Class-DBI-UUID CPAN distribution.

Report information
The Basics
Id: 34431
Status: open
Worked: 30 min
Priority: 0/
Queue: Class-DBI-UUID

People
Owner: Nobody in particular
Requestors: perl-cpan [...] bereft.net
Cc:
AdminCc:

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



Subject: Test failure - capitalization
Hello, I'm getting a test failure, seemingly because of different capitalization of the hex letters: PERL_DL_NONLAZY=1 /usr/bin/perl "-MExtUtils::Command::MM" "-e" "test_harness(0, 'blib/lib', 'blib/arch')" t/*.t t/test....NOK 12/0 # Failed test at t/test.t line 38. # '0x8fa6a43ef4b04b1283497ec733e9519c' # doesn't match '(?-xism:^0x[0-9A-F]+$)' # Looks like you failed 1 test of 12. t/test....dubious This test is probably just needs a (?i:) or a-f: like $obj2->id, qr/^0x[0-9A-F]+$/; If you'd like more info to help track down the issue then let me know. Here's some possibly relevent version numbers: perl -MData::UUID -le 'print Data::UUID->new->create_hex' 0xb827726df5a14944be4bebb6ba933183 pmvers Data::UUID 1.0501 pmvers OSSP::uuid 1.0501 perl, v5.8.8 built for i486-linux-gnu-thread-multi Brad
I note am I am also seeing this same test failure. t/test....ok 1/0 # Failed test at t/test.t line 38. # '0xdefbef5a3e814cafb77ddd735616068f' # doesn't match '(?-xism:^0x[0-9A-F]+$)' # Looks like you failed 1 test of 12. This is upon Ubuntu 8.04. It is worth noting that I am using Data::UUID 1.050, which came from the Ubuntu package "libossp-uuid-perl". By removing this, and replacing it with the genuine Data::UUID 1.148 from CPAN, the Class-DBI-UUID passes its tests.