Keeping up to date.
Here is one way
perl -nE ' /=head2.*L<([^|]+)/ and $s{$1}++; END{ say for (keys %s)}' `perldoc -l perllocal` | while read f; do cpanm $f; done
What are some others?
Here is one way
perl -nE ' /=head2.*L<([^|]+)/ and $s{$1}++; END{ say for (keys %s)}' `perldoc -l perllocal` | while read f; do cpanm $f; done
What are some others?
Chris has been building tomorrow's legacy systems for more than 2 decades. His favorite way of achieving this is through what he calls programming by research and find that perl and the CPAN provide a rich platform, ecosystem and community to succeed within.
cpan-outdated | cpanm
cpanp 'o;i *'
In my dist.ini (actually via my pluginbundle):
[PromptIfStale]
phase = release
check_all_plugins = 1
check_all_prereqs = 1
http://metacpan.org/module/Dist::Zilla::Plugin::PromptIfStale