head 1.1; branch 1.1.1; access ; symbols ePerl_2_2_14:1.1.1.1 RSE:1.1.1; locks ; strict; comment @# @; 1.1 date 99.05.02.14.43.39; author rse; state Exp; branches 1.1.1.1; next ; 1.1.1.1 date 99.05.02.14.43.39; author rse; state Exp; branches ; next ; desc @@ 1.1 log @Initial revision @ text @## ## Makefile.PL -- MakeMaker config file ## use ExtUtils::MakeMaker; # avoid implicit conversion by MakeMaker # which is introduced by a not very nice Warning... use Cwd; ($root = cwd()) =~ s|/[^/]+/[^/]+/?$||; WriteMakefile( 'NAME' => 'Parse::ePerl', 'VERSION_FROM' => 'ePerl.pm', 'INC' => "-I$root", 'LIBS' => ["-L$root -leperl"], ); ##EOF## @ 1.1.1.1 log @Import of ePerl 2.2.14 @ text @@