stas        2004/05/17 16:01:22

  Modified:    lib/Apache ParseSource.pm
  Log:
  at the moment you need to build the project first, so that config object
  will be available
  
  Revision  Changes    Path
  1.55      +2 -1      modperl-2.0/lib/Apache/ParseSource.pm
  
  Index: ParseSource.pm
  ===================================================================
  RCS file: /home/cvs/modperl-2.0/lib/Apache/ParseSource.pm,v
  retrieving revision 1.54
  retrieving revision 1.55
  diff -u -u -r1.54 -r1.55
  --- ParseSource.pm    4 May 2004 06:10:37 -0000       1.54
  +++ ParseSource.pm    17 May 2004 23:01:22 -0000      1.55
  @@ -129,7 +129,8 @@
       # don't pick preinstalled mod_perl headers if any, but pick the rest
       {
           my @dirs = $self->include_dirs;
  -        die "could not find include directory" unless -d $dirs[0];
  +        die "could not find include directory (build the project first)"
  +            unless -d $dirs[0];
   
           my $unwanted = join '|', qw(ap_listen internal version
                                       apr_optional mod_include mod_cgi
  
  
  

Reply via email to