You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Beginner Perl
Hi,
when installing a module from CPAN I always get the hint that YAML is
not installed.
To solve the problem I tried to find YAML on CPAN and found dozens of
pages with YAML.
Scanning the entries I detected CPAN::Meta::YAML. Its documentation
seems to indicate that that is what I need.
I installed it but still get the message
'YAML' not installed, will not store persistent state.
So what should I install to satisfy the 'installer '?
Thanks for any hints.
--
K.D.J.
daniël
unread,
Mar 21, 2013, 11:47:34 AM3/21/13
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Klaus Jantzen, Beginner Perl
Hey Klaus,
run the cpan command then...
o conf yaml_module YAML <enter>
o conf commit
that'll tell the cpan module to use the YAML module.