Subject: | INSTALLDIRS not set in Makefile.PL |
As Tie::File is a perl core module (according to Module::CoreList since
perl version 5.007003), the Makefile.PL should have a line
INSTALLDIRS => $] >= 5.007003 ? 'perl' : 'site',
so Tie::File gets installed in the right place. For a reference, see the
Makefile.PL of Storable.
And while writing this bugreport, just another very minor nit: in line 169
there's some dead code
my $fh = $self->{FH};
$fh is never used, and FH (upper case) is wrong anyway.
Regards,
Slaven