use strict; use ExtUtils::MakeMaker; use File::Spec; use lib File::Spec->catdir(File::Spec->curdir(), "inc"); use SVN::RaWeb::Light::GenHelp; _gen_help(); # See lib/ExtUtils/MakeMaker.pm for details of how to influence # the contents of the Makefile that is written. WriteMakefile( NAME => 'SVN::RaWeb::Light', VERSION_FROM => 'lib/SVN/RaWeb/Light.pm', # finds $VERSION PREREQ_PM => { 'SVN::Ra' => 0, 'CGI' => 0, 'IO::Scalar' => 0, 'Class::Accessor' => 0, 'Test::More' => 0, }, # e.g., Module::Name => 1.1 ABSTRACT_FROM => 'lib/SVN/RaWeb/Light.pm', # retrieve abstract from module AUTHOR => 'Shlomi Fish ', );