- or download this
$ perl -e 'use Test::More; print $Test::More::VERSION, "\n"'
0.98
- or download this
$ perl -E 'use Test::More; say $Test::More::VERSION'
0.98
- or download this
$ module_list='Test::More English File::Find Test::Perl::Critic'
$ for i in $module_list; do
...
1.19
Test::Perl::Critic
1.02