I'm trying to build OpenCA 0.9.0 Release version and have run into this.
I downloaded the current OpenCA-Configuration perl module from the modules
directory at openca.org, also, to see if it was already addressed.
The full error I'm getting is as follows:
perl Makefile.PL
WARNING: MAN3PODS takes a hash reference not a string/number.
Please inform the author.
Checking if your kit is complete...
Looks good
Can't use string ("Configuration.pod") as a HASH ref while "strict refs" in
use at /usr/local/lib/perl5/5.6.1/ExtUtils/MM_Unix.pm line 541.
I'm running the stable release of Perl 5.6.1 and am very comfortable with
perl, but haven't played too much with the MakeMaker module... If
"Configuration.pod" isn't a good var value, what should it be? It doesn't
seem to like a string value.... so I changed it to a hash value as noted
below:
================
use ExtUtils::MakeMaker;
# See lib/ExtUtils/MakeMaker.pm for details of how to influence
# the contents of the Makefile that is written.
WriteMakefile(
'NAME' => 'OpenCA::Configuration',
'VERSION_FROM' => 'Configuration.pm', # finds $VERSION
'MAN3PODS' => {'Configuration.pod'}
);
======================
This results in :
####################################
perl Makefile.PL
Checking if your kit is complete...
Looks good
Writing Makefile for OpenCA::Configuration
[root@www55 OpenCA-Configuration-1.5.3]# make
cp Configuration.pm blib/lib/OpenCA/Configuration.pm
make: *** No rule to make target `Configuration.pod', needed by
`manifypods'. Stop.
########################################
Normally, I would give a hoot about the documentation, but I have a feeling
I'll need it here....
Thanks in advance for a reply... certainly this has come up before!
Best regards,
K. Ulriksen
-------------------------------------------------------
This sf.net emial is sponsored by: Influence the future of
Java(TM) technology. Join the Java Community Process(SM) (JCP(SM))
program now. http://ad.doubleclick.net/clk;4699841;7576298;k?
http://www.sun.com/javavote
_______________________________________________
Openca-Users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/openca-users