0

I tried installing cpan for strawberry perl with following cpan App::cpanminus. But following is the error I got. Could you please guide how can I resolve this issue?

C:\Strawberry\perl\bin>cpan app::cpanminus
CPAN: CPAN::SQLite loaded ok (v0.204)
Database was generated on Thu, 02 Apr 2015 07:11:45 GMT

Warning: Cannot install app::cpanminus, don't know what it is.
Try the command

i /app::cpanminus/

to find objects with matching identifiers.
CPAN: Time::HiRes loaded ok (v1.9726)

C:\Strawberry\perl\bin>i /app::cpanminus/
'i' is not recognized as an internal or external command,
operable program or batch file.
1
  • 4
    cpan App::cpanminus Commented Apr 2, 2015 at 10:30

1 Answer 1

1

To install it without using cpan, the basic bootstrap procedure is:

curl -L http://cpanmin.us | perl - --sudo App::cpanminus

For more information see the installation section at App::cpanminus

Sign up to request clarification or add additional context in comments.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.