Subject: | cpanflute2 should allow Makefile.PL @ARGV |
my $makefile_pl = qq{CFLAGS="\$RPM_OPT_FLAGS" perl Makefile.PL < /dev/null};
would be nice to have a Getopt::Long argument to pass an arbitrary string to Makefile.PL. some installers have configurable options that prefer to install to, say, /usr/local, but on an RPM-based system you'd rather install into /usr.
i had a patch but my HD failed before i could send it to you, sorry.
-allen