3 # Copyright (c) 2007, The Perl Foundation.
8 Makefile.PL - CPAN installer passthrough to configure Parrot
12 This file exists only to allow users of a CPAN shell to configure and build
13 Parrot. If you're reading this yourself, use F<Configure.pl>
19 INSTALL_BASE => 'prefix',
28 my ($name, $value) = split /=/, $arg, 2;
29 next unless exists $translations{ $name };
30 push @commands, "--$name=$value";
33 system( $^X, 'Configure.pl', @commands );