# Makefile.PL use ExtUtils::MakeMaker; # See lib/ExtUtils/MakeMaker.pm for details of how to influence # the contents of the Makefile that is written. WriteMakefile( 'NAME' => 'PerlMonks', ## 'VERSION_FROM' => 'PerlMonks.pm', # finds $VERSION ## 'ABSTRACT_FROM' => 'PerlMonks.pm', 'AUTHOR' => 'ZZamboni of PerlMonks.org fame', 'DISTNAME' => 'PerlMonksChat2', 'EXE_FILES' => ["getchat.old.pl", "getchat.pl", "getpage.pl", "pmpager.pl" ], ,); # MANIFEST ChangeLog Makefile PerlMonks.pm PerlMonksChat.pm README getchat.old.pl getchat.pl getpage.pl pmchat pmpager.pl Makefile.PL MANIFEST PerlMonks\Chat.pm PerlMonks\NewestNodes.pm PerlMonks\Users.pm test\nodetypes test\testnn.pl