Beefy Boxes and Bandwidth Generously Provided by pair Networks
"be consistent"
 
PerlMonks  

Re: cpan warnings

by andreychek (Parson)
on Jul 06, 2001 at 20:08 UTC ( [id://94503]=note: print w/replies, xml ) Need Help??


in reply to cpan warnings

I noticed this too. The fix is simple enough though. Just edit /etc/inputrc -- the first few lines currently look like this:
set meta-flag on set input-meta on set convert-meta off set output-meta on
All you have to do is change the first character of the words on/off to be uppercase like so:
set meta-flag On set input-meta On set convert-meta Off set output-meta On
Thats it!
-Eric

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others learning in the Monastery: (4)
As of 2024-04-23 05:30 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found