Skip Menu |

This queue is for tickets about the Data-RecordStore CPAN distribution.

Report information
The Basics
Id: 129597
Status: resolved
Priority: 0/
Queue: Data-RecordStore

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

Bug Information
Severity: (no value)
Broken in:
  • 5.03
  • 6.01
  • 6.02
  • 6.03
Fixed in: 6.03



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
Removed the ~ file that was causing the problem.