use ExtUtils::MakeMaker;
# See lib/ExtUtils/MakeMaker.pm for details of how to influence
# the contents of the Makefile that is written.
WriteMakefile(
    NAME         => 'SVN::Agent',
    VERSION_FROM => 'lib/SVN/Agent.pm', # finds \$VERSION
    AUTHOR       => 'Boris Sukholitko (boriss@gmail.com)',
    ABSTRACT     => 'Simple way of working with SVN',
    PREREQ_PM    => {
                     'Test::More' => '',
		     'File::Slurp' => '',
                    },
);


syntax highlighted by Code2HTML, v. 0.9.1