Skip Menu |

This queue is for tickets about the File-ShareDir CPAN distribution.

Report information
The Basics
Id: 133698
Status: new
Priority: 0/
Queue: File-ShareDir

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

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



Subject: File-ShareDir won't build on a clean perl 5.8.9
The reason appears to be `use parent` in t/lib/ShareDir/TestClass.pm. `parent` wasn't in core until 5.10.1 so should be added to the dependencies. Or `use base` should do the trick, as that's been in core since 5.004.