Beefy Boxes and Bandwidth Generously Provided by pair Networks
laziness, impatience, and hubris
 
PerlMonks  

Re: module-starter command not found after installation

by CountZero (Bishop)
on Dec 02, 2012 at 07:35 UTC ( [id://1006678]=note: print w/replies, xml ) Need Help??


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'

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://1006678]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others contemplating the Monastery: (5)
As of 2024-03-19 10:53 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found