On 14/01/2006, at 9:04 PM, Leo Lapworth wrote:
You can install without this file - it's just meta data about the
package.
So do:
perl Makefile.PL
make
make test
make install
OK now I have to apologise because I wasn't quoting the whole error
message:
Warning: the following files are missing in your kit:
META.yml
Please inform the author.
bad makefile line: ' $(NOECHO) $(NOOP)' at Makefile.PL line 1031.
I was just assuming the warning and the error went together. Looking at
the Makefile.pl leaves me none the wiser, as line 1031 is just
instructing it to 'die "bad makefile line: '$_'"'; I've commented out
line 1031 and it all seems to be fine without it.