http://www.perlmonks.org?node_id=1006678


in reply to module-starter command not found after installation

Why did you have to force install this module? Did you get any erors during install?

CountZero

A program should be light and agile, its subroutines connected like a string of pearls. The spirit and intent of the program should be retained throughout. There should be neither too little or too much, neither needless loops nor useless variables, neither lack of structure nor overwhelming rigidity." - The Tao of Programming, 4.1 - Geoffrey James

My blog: Imperial Deltronics

Replies are listed 'Best First'.
Re^2: module-starter command not found after installation
by gideondsouza (Pilgrim) on Dec 02, 2012 at 07:59 UTC
    Nope. I got all tests successful I did get: 'YAML' not installed, will not store persistent state
      That means that you need to install a YAML module or a JSON module. CPAN will let you choose which module that you want. I've had problems with YAML, so I always choose YAML::Syck. So, sudo to cpan, then
      cpan> install YAML::Syck cpan> o conf init yaml_module #choose YAML::Syck cpan> o conf commit

        Thanks for your reply.

        I installed YAML::Syck like you described

        BUT, no luck yet! :( Still tells me : module-starter : command not found)

        Thanks again Khen, but I still get a 'module-starter is not a command'