# App::uricolor uricolor is a Perl script to colorize URIs with ANSI colors. It reads from STDIN and writes to STDOUT. ## INSTALLATION To install this module automatically from CPAN : cpan App::uricolor To install this module automatically from Git repository : cpanm https://github.com/kal247/App-uricolor.git To install this module manually, run the following commands : perl Makefile.PL make make test make install ## PREREQUISITES URI::Find, URI::Find::Schemeless, Term::ANSIColor ## SUPPORT AND DOCUMENTATION After installing, you can find documentation for this module with the perldoc command. perldoc uricolor You can also look for information at: - RT: CPAN's request tracker (report bugs here) [https://rt.cpan.org/NoAuth/Bugs.html?Dist=App-uricolor](https://rt.cpan.org/NoAuth/Bugs.html?Dist=App-uricolor) - AnnoCPAN: Annotated CPAN documentation [http://annocpan.org/dist/App-uricolor](http://annocpan.org/dist/App-uricolor) - CPAN Ratings [https://cpanratings.perl.org/d/App-uricolor](https://cpanratings.perl.org/d/App-uricolor) - Search CPAN [https://metacpan.org/release/App-uricolor](https://metacpan.org/release/App-uricolor) ## LICENSE AND COPYRIGHT This software is Copyright (c) 2019 by jul. This is free software, licensed under: The Artistic License 2.0 (GPL Compatible)