On Sun, Nov 09, 2003 at 12:55:21PM +0000, Nick Ing-Simmons wrote:
> Mike Castle <[EMAIL PROTECTED]> writes:
> >Tk-804.025_beta5 + ExtUtils-MakeMaker-6.19 = failure
> 
> Bother them! - will get a new MM and see what I can do.
> This presumably means I have to do another Tk800, and Audio release as well.

Would it help if I threw in a dir_target() method in that just spits out
a blibdirs target?  So, like...

        $self->dir_target('$(INST_ARCHLIBDIR)/pTk');

produced

        blibdirs :: 
                $(NOECHO) $(MKPATH) $(INST_ARCHLIBDIR)/pTk
                $(NOECHO) $(CHMOD) 755 $(INST_ARCHLIBDIR)/pTk

That should preserve the basic dir_target() functionality.

Though honestly I don't really see what all that stuff in pTk/Makefile.PL
is there for.


-- 
Michael G Schwern        [EMAIL PROTECTED]  http://www.pobox.com/~schwern/

Reply via email to