AJR - 2007-08-14

I am running windows XP and have Apache running on my localhost. I am trying to install Docperl and I received the following messages when running the checksetup.pl script via windows command prompt: 

C:\Documents and Settings\radmaa\My Documents\Perl_Doc\docperl>perl checksetup.pl
Ignoring '!' modifier for short option p
Ignoring '!' modifier for short option s
Ignoring '!' modifier for short option v
Config::Std             Missing
File::Path              OK    1.0404
File::stat              Use of uninitialized value in concatenation (.) or strin
g at checksetup.pl line 88.
OK
Pod::POM                OK    0.15
Readonly                OK    1.03
Template                Missing
version                 OK    0.32

To install all missing modules try the following commands:

$ cpan Config::Std Template
or
$ perl -MCPAN -e 'install Config::Std'
$ perl -MCPAN -e 'install Template'

Windows/ActivePerl users try useing ppm

Config Exists

C:\Documents and Settings\radmaa\My Documents\Perl_Doc\docperl>

I used  the command 'ppm install Readonly' to install the other modules,
however when I try to issue the commands 'ppm install Config::Std' and
'ppm install Template' I get the following message:

C:\Documents and Settings\radmaa\My Documents\Perl_Doc\docperl>ppm install Confi
g::Std
Installing package 'Config-Std'...
Error installing package 'Config-Std': Could not locate a PPD file for package C
onfig-Std

C:\Documents and Settings\radmaa\My Documents\Perl_Doc\docperl>ppm install Templ
ate
Installing package 'Template'...
Error installing package 'Template': Could not locate a PPD file for package Tem
plate

Any advice as to how to solve this would be very helpful

Thanks