Re: ModPerl::MM
[prev]
[thread]
[next]
[Date index for 2004/12/28]
David Wheeler wrote:
> On Dec 28, 2004, at 12:58 PM, Stas Bekman wrote:
>
>> And if we do it the other way around, so you could take
>> Apache-Filter-HTTPHeadersFixup (the latest is on cpan) add a plain
>> Build.PL (as if there was no mp2) and then we can add the needed
>> strings and design ModPerl::MB on the way?
>
>
> Yes, that should be pretty straight-forward, provided you're not
> practicing any voodoo in the Makefile.PL script that needs replicating. ;-)
it can't be any simpler:
ModPerl::MM::WriteMakefile(
NAME => 'Apache::Filter::HTTPHeadersFixup',
VERSION_FROM => 'lib/Apache/Filter/HTTPHeadersFixup.pm',
PREREQ_PM => \%require,
dist => {
PREOP => 'pod2text lib/Apache/Filter/HTTPHeadersFixup.pm >
$(DISTVNAME)/README',
},
clean => {
FILES => "@{ clean_files() }",
}
);
--
__________________________________________________________________
Stas Bekman JAm_pH ------> Just Another mod_perl Hacker
http://stason.org/ mod_perl Guide ---> http://perl.apache.org
mailto:stas@xxxxxx.xxx http://use.perl.org http://apacheweek.com
http://modperlbook.org http://apache.org http://ticketmaster.com
--
Report problems: http://perl.apache.org/bugs/
Mail list info: http://perl.apache.org/maillist/modperl.html
List etiquette: http://perl.apache.org/maillist/email-etiquette.html
 |
(message missing)
|