in reply to Bootstrapping Makefile.PL with Apache::Bootstrap
Actually I would just write use Apache::Bootstrap 0.06;?my $ab = 0.06; eval { require Apache::Bootstrap; Apache::Bootstrap->VERSION($ab); 1 } or die "Apache::Bootstrap $ab required"; my $bs = Apache::Bootstrap->new({ mod_perl2 => 1.99022, mod_perl => 1.30 });
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Bootstrapping Makefile.PL with Apache::Bootstrap
by redhotpenguin (Deacon) on Apr 28, 2009 at 07:51 UTC | |
by Anonymous Monk on Apr 28, 2009 at 09:00 UTC |