The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
#!/usr/bin/perl

use ExtUtils::MakeMaker;
WriteMakefile(
    NAME         => 'ptk',
    DISTNAME     => 'ptkFAQ',
    VERSION_FROM => 'ptkFAQ.pm',
#    VERSION_FROM => 'ptkFAQ.html', # alas "$VERSION = '0.05';#<BR>" 
#                                   # not optimal html/newsheader.
    NORECURS     => 'true',
    dist         => { COMPRESS => "gzip -9f" },
);