Help for this page

Select Code to Download


  1. or download this
    use ExtUtils::MakeMaker;
    
    ...
          NAME              => "Foo::Bar",
          VERSION_FROM      => "lib/Foo/Bar.pm",
      );
    
  2. or download this
    use ExtUtils::MakeMaker;
    
    ...
            ...
        }
      );