# $Id: Makefile.PL,v 0.2 2000/11/06 19:30:32 ram Exp $ # # Copyright (c) 1999, Raphael Manfredi # # You may redistribute only under the terms of the Artistic License, # as specified in the README file that comes with the distribution. # # HISTORY # $Log: Makefile.PL,v $ # Revision 0.2 2000/11/06 19:30:32 ram # Baseline for second Alpha release. # # $EndLog$ # use ExtUtils::MakeMaker; WriteMakefile( 'NAME' => 'Log::Agent', 'VERSION_FROM' => 'Agent.pm', # finds $VERSION 'LIBS' => [''], # e.g., '-lm' 'DEFINE' => '', # e.g., '-DHAVE_SOMETHING' 'INC' => '', # e.g., '-I/usr/include/other' # 'PREFIX' => '/home/ram/usr/lib/site_perl', );