The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
# Generated by Module::Build::Compat->create_makefile_pl

use ExtUtils::MakeMaker;
WriteMakefile
  (
   NAME        => 'Pod::Wrap',
   VERSION     => '0.01',
   PL_FILES    => {},
   INSTALLDIRS => 'site',
   PREREQ_PM   => {
		 'Pod::Parser' => '0',
		 'Text::Wrap' => '0',
		  },
  );