[Perl-org-patches] Re: voiding my Combust warranty

Eric Wilhelm enobacon at gmail.com
Fri Sep 4 09:19:00 GMT 2009


Hi Eric,

This actually works now.

  http://scratchcomputing.com/svn/Combust-Spontaneously/trunk

To start an apache-less combust server:

  perl -Icombust2/lib -S combustier learn/

I had to checkout https://svn.perl.org/perl.org/docs/live/shared next to 
https://svn.perl.org/perl.org/docs/live/learn -- I'll sort this stuff 
out later.

The content of combust.conf is probably completely irrelevant, but it 
has to exist.  Try `echo 'server = localhost' > combust.conf`.  I would 
like to do without the file entirely -- since my whole point is to not 
need any configuration.  (Bit difficult to do that when Combust::Config 
tries to open the file at require() time!  I guess it's going to be a 
temp file.)

To install Bundle::Combust, I had to tell Apache::Test that httpd 
was /bin/echo and apxs was /bin/true.  I'll probably put an apache-free 
list of the deps in my Build.PL.

--Eric
-- 
But as soon as you hear the Doppler shift dropping in pitch, you know
that they're probably going to miss your house, because if they were on
a collision course with your house, the pitch would stay the same until
impact. As I said, that one's subtle.
--Larry Wall
---------------------------------------------------
    http://scratchcomputing.com
---------------------------------------------------



More information about the Perl-org-patches mailing list