Show quoted text>>>>> On Wed, 22 Nov 2006 07:24:30 -0500, "Alberto Manuel Brandao Simoes via RT" <bug-ExtUtils-MakeMaker@rt.cpan.org> said:
Show quoted text > Wed Nov 22 07:24:28 2006: Request 23545 was acted upon.
> Transaction: Ticket created by albie@alfarrabio.di.uminho.pt
> Queue: ExtUtils-MakeMaker
> Subject: DISTVNAME not working?
> Broken in: 6.31
> Severity: Important
> Owner: Nobody
> Requestors: albie@alfarrabio.di.uminho.pt
> Status: new
> Ticket <URL:
http://rt.cpan.org/Ticket/Display.html?id=23545 >
Show quoted text > Hi
Show quoted text > I was trying to use in the MakeMaker configuration hash:
Show quoted text > 'DISTVNAME' => '$(top_distdir)/$(PACKAGE)-$(VERSION)/NAT',
Show quoted text > and MY::postamble with:
Show quoted text > VERSION = @VERSION@
> PACKAGE = @PACKAGE@
Show quoted text > top_distdir = ..
> distdir = $(top_distdir)/$(PACKAGE)-$(VERSION)/NAT
Show quoted text > but this seems not to work. I can't find anywhere under Makefile the
> DISTVNAME definition (weird). I solved this adding a line on postamble:
Show quoted text > DISTVNAME=$(top_distdir)/$(PACKAGE)-$(VERSION)/NAT
This is not a fix to the real problem. I find DISTVNAME under
# --- MakeMaker dist section:
Maybe you're doing something that confuses the dist section?
--
andreas