Skip Menu |

Preferred bug tracker

Please visit the preferred bug tracker to report your issue.

This queue is for tickets about the Gedcom CPAN distribution.

Report information
The Basics
Id: 6680
Status: resolved
Priority: 0/
Queue: Gedcom

People
Owner: Nobody in particular
Requestors:
Cc:
AdminCc:

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



Subject: Makefile.PL problem, t/Engine.pm gets installed
change PM => { map {($_ => '$(INST_LIBDIR)/' . $_)} grep { /\.pm/ } @files }, to PM => { map {($_ => '$(INST_LIBDIR)/' . $_)} grep { /\.pm/ && /^G/} @files },
Thanks very much for your report. This problem has been solved with the removal of Engine.pm in commit cb316cb.