Subject: | Option to disable "ornaments" in the CPAN shell prompt |
Every single time I install or update CPAN, I edit CPAN.pm and add this
line of code:
$term->ornaments(0);
(In CPAN.pm version 1.87, I added it at line 138.) It's tedious to do
this repeatedly. I'd like a Config.pm option to toggle this feature.