Re: Installing from CPAN -- YAML

2013-03-21 Thread Brandon McCaig
On Wed, Mar 20, 2013 at 04:33:28PM +0100, Klaus Jantzen wrote: > Hi, Hello, > 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

Re: Installing from CPAN -- YAML

2013-03-21 Thread daniël
Hey Klaus, run the cpan command then... o conf yaml_module YAML o conf commit that'll tell the cpan module to use the YAML module. hope this helps daniël On 20 March 2013 16:33, Klaus Jantzen wrote: > Hi, > > when installing a module from CPAN I always get the hint that YAML is not > insta

Installing from CPAN -- YAML

2013-03-21 Thread Klaus Jantzen
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 i