# New Ticket Created by Jerry Gay # Please include the string: [perl #41498] # in the subject line of all future correspondence about this issue. # <URL: http://rt.perl.org/rt3/Ticket/Display.html?id=41498 >
CPAN doesn't like parrot's F<Configure.pl>, as it expects F<Makefile.PL>. in order to conform, we should create F<Makefile.PL> which runs with the expected style of argument passing. the file will translate to the style F<Configure.pl> expects, and run F<Configure.pl>.