I wanted to build an awesome place for people to discuss module specific issues, but I don't have any more time for this, and there are much better places to discuss Perl-related issues. I'd recommend asking your question on Stack Overflow or on Perl Monks.
If you are looking for a Perl tutorial or Perl-related news, I hope these links will serve you well.
Posted on 2010-04-28 02:42:59.6345-07 by chengwei
Cannot locate Descriptive.pm
Hi, I'm new to Perl. I tried to run the example "demo-simple.pl" with my ActivePerl 5.10 x64 version and encountered the following error:

c:\CLIF\CLI-Framework-0.04>perl demo-simple.pl Can't locate Getopt/Long/Descriptive.pm in @INC (@INC contains: lib C:/Perl64/si te/lib C:/Perl64/lib .) at lib/CLI/Framework/Application.pm line 8. BEGIN failed--compilation aborted at lib/CLI/Framework/Application.pm line 8. Compilation failed in require at (eval 3) line 3. ...propagated at C:/Perl64/lib/base.pm line 94. BEGIN failed--compilation aborted at lib/CLI/Framework.pm line 2. Compilation failed in require at (eval 2) line 3. ...propagated at C:/Perl64/lib/base.pm line 94. BEGIN failed--compilation aborted at demo-simple.pl line 17.

I used PPM to install Getopt-Long, but after successful installation it seems there is no "Long" subfolder under "Getopt" folder, and there is no "Descriptive.pm" file there, either; only "Long.pm" and "Std.pm".

May I know if I miss something?

Thank you very much!
Chengwei
Direct Responses: 12670 | Write a response