Subject: | BUG maybe |
Date: | Thu, 26 Oct 2006 12:03:30 -0700 |
To: | bug-ExtUtils-MakeMaker [...] rt.cpan.org |
From: | Josh Bonnett <jbonnett [...] sputnik.com> |
Hi,
I am working on getting a set of modules last updated 2 years ago to
work with the most recent centos.
They use MakeMaker. Using the same Makefile.PL they produce different
make files.
The one that works looks like
# --- MakeMaker metafile section:
metafile :
$(NOECHO) $(ECHO) yada yada
It was made with 6.17
the one that doesn't looks like
# --- MakeMaker metafile section:
metafile : create_distdir
$(NOECHO) $(ECHO) yada whatever
It was made with 6.31
The problem with that is create_distdir gets run and it is dependent
on META.yml so it dies
Josh Bonnett
Sputnik System Administrator
jbonnett@sputnik.com