Re: Is that possible?

2008-09-22 Thread Torsten Foertsch
ants to do something just slightly off the road. By the way, you haven't answered my initial question. What is the "right" way to do that in M::B? On Fri 19 Sep 2008, Torsten Foertsch wrote: > * use gzip -9f instead of simple gzip > * create a README file during ./Bui

Re: Is that possible?

2008-09-21 Thread Torsten Foertsch
On Sat 20 Sep 2008, Adam Kennedy wrote: > The existance of gzip on the system shouldn't really be assumed. Yes, but I need gzip only for "./Build dist" and that is what I as the author do. And I have control over my environment. I find the default behavior annoying. When the gz file already exis

Is that possible?

2008-09-19 Thread Torsten Foertsch
Hi, I am making my first steps with Module::Build. Maybe I haven't read the large amount of docs thoroughly enough. But how do I say something like the following to Module::Build? dist => { PREOP => './mk_README.sh', COMPRESS => 'gzip -9f', }, ... sub MY::postamble { return <<'EOF'; rpm: dist