Antoine Beaupré wrote:
> Error: Undefined subroutine &main::main:: called at
> /usr/share/perl5/YAML/Mo.pm line 5. Compilation failed in require at
> /usr/share/perl5/YAML.pm line 3. BEGIN failed--compilation aborted at
> /usr/share/perl5/YAML.pm line 3. Compilation failed in require at
> (eval 1437) line 2. BEGIN failed--compilation aborted at (eval 1437)
> line 2.

This has every indication of being a bug in the libyaml-perl module,
in which case this would similarly fail:

perl -e 'use YAML; print Dump Load("foo: bar\nbaz: 11\n")'

Or possibly a corrupt ikiwiki setup file, in which case this would fail:

perl -e 'use YAML; $/=undef; print Dump Load(<>)' < /path/to/your/ikiwiki.setup

-- 
see shy jo



--
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]

Reply via email to