in reply to Re: Installing Perlmonks modules on Win32
in thread Installing Perlmonks modules on Win32
# 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
| ______crazyinsomniac_____________________________ Of all the things I've lost, I miss my mind the most. perl -e "$q=$_;map({chr unpack qq;H*;,$_}split(q;;,q*H*));print;$q/$q;" |
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: (crazyinsomniac: multi-line makefile) Re^2 Installing Perlmonks modules on Win32
by tachyon (Chancellor) on May 10, 2002 at 01:28 UTC |