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.4005
require 5.008001;
use ExtUtils::MakeMaker;
WriteMakefile
(
  'NAME' => 'Text::Markup',
  'VERSION_FROM' => 'lib/Text/Markup.pm',
  'PREREQ_PM' => {
                   'File::BOM' => '0.14',
                   'File::Spec::Functions' => 0,
                   'HTML::Entities' => 0,
                   'HTML::Tagset' => 0,
                   'IPC::Open3' => 0,
                   'Module::Build' => '0.30',
                   'Pod::Simple::XHTML' => '3.15',
                   'Symbol' => 0,
                   'Test::More' => '0.96',
                   'Text::Markdown' => '1.000004',
                   'Text::MediawikiFormat' => '1.0',
                   'Text::MultiMarkdown' => '1.000028',
                   'Text::Textile' => '2.10',
                   'Text::Trac' => '0.10'
                 },
  'INSTALLDIRS' => 'site',
  'EXE_FILES' => [],
  'PL_FILES' => {}
)
;