Subject: | Fails when Makefile.PL is used |
% make test [CPANSHELL]
make[1]: Entering directory '/home/k/.cpan/build/Data-RecordStore-5.03-0'
Skip blib/lib/Data/RecordStore/Converter.pm (unchanged)
Skip blib/lib/Data/RecordStore.pm (unchanged)
cp bin/record_store_convert blib/script/record_store_convert
"/home/sand/src/perl/repoperls/installed-perls/host/k83/v5.16.3/f9e8/bin/perl" -MExtUtils::MY -e 'MY->fixin(shift)' -- blib/script/record_store_convert
make[1]: *** No rule to make target 'bin/record_store_convert~', needed by 'blib/script/record_store_convert~'. Stop.
Reason is the line in the Makefile.PL that mentions non-existing file bin/record_store_convert~ :
https://metacpan.org/source/CANID/Data-RecordStore-5.03/Makefile.PL#L11