Skip to content
gugod edited this page May 25, 2011 · 3 revisions

(This is only a documentation draf, there are no implementation whatsoever)

Description

The 'perlbrew cpan' command help install cpan modules to all perl installations.

Usage Example

# Install Task::Jifty for all perls
perlbrew cpan install Task::Jifty

# Install Task::Jifty for some perls
perlbrew 5.12,5.14 cpan install Task::Jifty
Clone this wiki locally