Beefy Boxes and Bandwidth Generously Provided by pair Networks
Come for the quick hacks, stay for the epiphanies.
 
PerlMonks  

Re: Exception::Lite not on CPAN?

by Khen1950fx (Canon)
on Aug 22, 2013 at 02:01 UTC ( [id://1050441]=note: print w/replies, xml ) Need Help??


in reply to Exception::Lite not on CPAN?

Exception::Lite uses a null filename at line 2 which keeps the Makefile.PL from working properly. You can get around that with CPAN by doing this:
cpan> look ELISHEVA/Exception-Lite-0.999_004.tar.gz
CPAN will drop to a temporary directory, then do
perl Build.PL ./Build ./Build test ./Build install

Replies are listed 'Best First'.
Re^2: Exception::Lite not on CPAN?
by choroba (Cardinal) on Aug 22, 2013 at 07:57 UTC
    What do you mean by "null filename at line 2"?
    لսႽ† ᥲᥒ⚪⟊Ⴙᘓᖇ Ꮅᘓᖇ⎱ Ⴙᥲ𝇋ƙᘓᖇ
      $ cpanm --look --dev Exception::Lite --> Working on Exception::Lite Fetching http://www.cpan.org/authors/id/E/EL/ELISHEVA/Exception-Lite-0 +.999_003.tar.gz ... OK Entering …/Exception-Lite-0.999_003 with /bin/bash Exception-Lite-0.999_003$ perl Makefile.PL Null filename used at Makefile.PL line 2. Exception-Lite-0.999_003$ echo $? 255
      The require statement is broken.

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others wandering the Monastery: (8)
As of 2024-04-24 21:23 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found