Skip Menu |

This queue is for tickets about the Module-Build CPAN distribution.

Report information
The Basics
Id: 30306
Status: rejected
Priority: 0/
Queue: Module-Build

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

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



Subject: t/tilde.t fails on perl 5.005
t/tilde.t fails on perl 5.005 when testing "~~" because glob on 5.005 doesn't know how to expand it and returns an empty list. Either _detildify needs to special case "~~" or that test should be skipped on perls before 5.6
Hi David, This is already resolved in svn, see http://rt.cpan.org/Ticket/Display.html?id=30132 . -Ken