On Tue, 22 Aug 2000, Marcel Grunauer wrote:

> 
> I'm using CPAN.pm to install Apache::mod_perl_guide and have noticed two things:

Thanks for this report Marcel!
 
> I didn't have Pod::HtmlPsPdf installed, but instead of downloading and installing 
>that module automatically, it just said that it wasn't installed and stopped.

A missing PREREQ_PM entry in Makefile.PL -- it's fixed in the CVS version.

> After installing Pod::HtmlPsPdf, it installed fine but then I used a
> different path than the default and it complained about missing files,
> when they were, in fact, present:
> 
> Enter the directory to install the html files : 
>[/home/httpd/docs/manual/mod_perl_guide] 
>/usr/local/apache/marcel/htdocs/perldocs/mod_perl/guide
> Checking if your kit is complete...
> Warning: the following files are missing in your kit:
>         ./.config
>         ./COPYING
>         ./Changes
>         ./LICENSE
[more files snipped]
>         ./src/troubleshooting.pod
>         ./tmpl/index.tmpl
>         ./tmpl/indexps.tmpl
>         ./tmpl/page.tmpl
>         ./tmpl/pageps.tmpl
>         ./tmpl/splitpage.tmpl
> Please inform the author.
> Writing Makefile for Apache::mod_perl_guide
> /usr/local/cpan/build/Apache-mod_perl_guide-1.26/bin/build -m
> +++ Processing the pod files 
> +++ intro.pod             : processing (modified / forced)
> 
> and so on, then it installed fine.
> 
> Maybe some problem with relative paths?

I don't know why, but MANIFEST doesn't accept files starting with ./ --
very weird. Anyway it's fixed now.

Thanks!

_____________________________________________________________________
Stas Bekman              JAm_pH     --   Just Another mod_perl Hacker
http://stason.org/       mod_perl Guide  http://perl.apache.org/guide 
mailto:[EMAIL PROTECTED]   http://apachetoday.com http://jazzvalley.com
http://singlesheaven.com http://perlmonth.com   perl.org   apache.org


Reply via email to