Help for this page

Select Code to Download


  1. or download this
    Foo::Bar (Foo/Bar.pm)
    Foo::Bar::Baz (Foo/Bar/Baz.pm)
    
  2. or download this
    use ExtUtils::MakeMaker;
    # See lib/ExtUtils/MakeMaker.pm for details of how to influence
    # the contents of the Makefile that is written.
    ...
         },
         'dist' => {COMPRESS=>'gzip',SUFFIX=>'gz'},
    );