Introduction to CPAN Explorer
Published on
"People rarely succeed unless they have fun in what they are doing." Dale Carnegie
Started working on CPAN Explorer, a standalone GUI for managing CPAN packages for Perl installations.
Currently it can only display search results for module queries using the MetaCPAN API.
Planned functionality:
- module installation (using App::cpanminus)
- module list update (using App::cpanoutdated)
- module uninstallation (using App::pm-uninstall)
The code is on github.