Help for this page

Select Code to Download


  1. or download this
    sub check_version {
      my ($perl, $module) = @_;
      my @inc = `$perl -le "print for \@INC"`;
    ...
      my $version = MM->parse_version($file);
      eval $version;
    }