We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
(This is only a documentation draf, there are no implementation whatsoever)
The 'perlbrew cpan' command help install cpan modules to all perl installations.
# 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