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:
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:Some code examples did not work immediately because of missing semicolons at the end of lines: