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.