1use ExtUtils::MakeMaker;
2# See lib/ExtUtils/MakeMaker.pm for details of how to influence
3# the contents of the Makefile that is written.
4WriteMakefile(
5	      DISTNAME	=> 'Term-ReadLine-Perl',
6	      NAME	=> 'Term::ReadLine',
7	      VERSION_FROM => 'ReadLine/readline.pm',
8	      linkext => {LINKTYPE => '' },
9	      # dist => {COMPRESS=>'gzip -9f', SUFFIX=>'gz',
10	      #		     DIST_DEFAULT => 'all uutardist'},
11	     );
12