Help for this page

Select Code to Download


  1. or download this
        perl -MExtUtils::MakeMaker -le 'print MM->parse_version(shift)' \
    
                                                                'Foo.pm'
    
  2. or download this
      our $VERSION = "1.12_01"; # so CPAN distribution will have
                                # right filename
      our $XS_VERSION = $VERSION; # only needed if you have XS code
      $VERSION = eval $VERSION; # so "use Module 0.002" won't warn on
                                # underscore