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
use ExtUtils::MakeMaker;
WriteMakefile
(
  'EXE_FILES' => [
                   'bin/todo.pl'
                 ],
  'PL_FILES' => {},
  'NAME' => 'Text::Todo',
  'INSTALLDIRS' => 'site',
  'VERSION_FROM' => 'lib/Text/Todo.pm',
  'PREREQ_PM' => {
                   'Carp' => 0,
                   'File::Spec' => 0,
                   'version' => 0,
                   'Class::Std::Utils' => 0,
                   'Test::More' => '0.82'
                 }
)
;