Help for this page

Select Code to Download


  1. or download this
    $ perl -e 'use Test::More; print $Test::More::VERSION, "\n"'
    0.98
    
  2. or download this
    $ perl -E 'use Test::More; say $Test::More::VERSION'
    0.98
    
  3. 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