The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
# Note: this file was auto-generated by Module::Build::Compat version 0.4205
require 5.008008;
use ExtUtils::MakeMaker;
WriteMakefile
(
  'NAME' => 'SVN::Pusher',
  'VERSION_FROM' => 'lib/SVN/Pusher.pm',
  'PREREQ_PM' => {
                   'SVN::Core' => 0,
                   'URI::Escape' => '0'
                 },
  'INSTALLDIRS' => 'site',
  'EXE_FILES' => [
                   'bin/svn-pusher'
                 ],
  'PL_FILES' => {}
)
;