bsb has asked for the wisdom of the Perl Monks concerning the following question:
MakeMaker had the "dist" option which could do the following:
Is there an equivalent hook in Module::Build?dist => { # expand my tabs to 4 PREOP => "(cd \$(DISTVNAME); \\ perl -MExtUtils::Manifest=maniread \\ -pi -e 'BEGIN{\@ARGV=keys \%{maniread()}; } \\ s/\\t/ /g' \\ )" },
Brad
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Module::Build "dist" hooks
by adrianh (Chancellor) on May 17, 2004 at 13:24 UTC |