Skip Menu |

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

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

People
Owner: CANID [...] cpan.org
Requestors: ANDK [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: 3.16
Fixed in: (no value)



Subject: Fails with Makefile.PL, works with Build.PL
% grep '~' Makefile.PL 'bin/converter.pl~', 'bin/recordstore_explorer~' ^^ who wrote this Makefile.PL ? % head -1 Makefile.PL # Note: this file was auto-generated by Module::Build::Compat version 0.4216 But that Makefile.PL came with the tarball. The basic mistake here seems to have happened during packaging.
I forgot to come to the point. You have to run 'perl Makefile.PL' (which works) and the 'make' to see the bug. The output of 'make' is then: % make Skip blib/lib/Data/RecordStore.pm (unchanged) make: *** No rule to make target 'bin/converter.pl~', needed by 'blib/script/converter.pl~'. Stop.
Removed the junk filenames from Makefile.PL Turns out it was being automatically generated and for some reason I had it in my gitignore file, so I didn't notice the crazy upon checkin.