NAME

Padre::Plugin::CPAN - CPAN in Padre

SYNOPSIS

$>padre
Plugins -> CPAN -> *

DESCRIPTION

CPAN in Padre

Edit Config

Edit CPAN/Config.pm

Install Module

run cpan $mod inside Padre. behave likes:

perl -MCPAN -e "install $mod"

Upgrade All Padre Plugins

upgrade all plugin in one hit

AUTHOR

Fayland Lam, <fayland at gmail.com>

COPYRIGHT & LICENSE

Copyright 2008 Fayland Lam, all rights reserved.

This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.