tfoertsch has asked for the wisdom of the Perl Monks concerning the following question:
I want it to do 3 things:dist => { PREOP => './mk_README.sh', COMPRESS => 'gzip -9f', }, ... sub MY::postamble { return <<'EOF'; rpm: dist $(PERL) -i -pe 's/^(Version:\s*).*/$${1}$(VERSION)/' perl-IO-Handl +e-Record.spec rpmbuild -ba perl-IO-Handle-Record.spec EOF }
Is that possible?
Thanks,
Torsten
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: How to deploy Module::Build
by tfoertsch (Beadle) on Sep 19, 2008 at 10:34 UTC |