LibreCat / Catmandu

Catmandu - a data processing toolkit
https://librecat.org
177 stars 31 forks source link

Programmers Guide (tutorial) #3

Closed pietsch closed 11 years ago

pietsch commented 11 years ago

I encountered a few small issues when working through http://librecat.org/tutorial/index.html ...

People who have not used cpan a lot will have to spend an enormous amount of time confirming each dependency when doing sudo cpan Catmandu. The following lines make sure dependencies are installed fully automatically:

    $ sudo cpan
    o conf prerequisites_policy follow
    o conf build_requires_install_policy yes
    o conf commit
    install Catmandu
    q

Some code examples did not work immediately because of missing semicolons at the end of lines:

    printf "SUM [ Iterator * 2] = %d\n" , $result
    use Catmandu::Exporter::YAML
pietsch commented 11 years ago

fixed by commit 61690eeedf7d5b2644281c2e4b4d4379ad013f24