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.4210
require 5.006;
use ExtUtils::MakeMaker;
WriteMakefile
(
  'NAME' => 'Tail::Tool',
  'VERSION_FROM' => 'lib/Tail/Tool.pm',
  'PREREQ_PM' => {
                   'AnyEvent' => 0,
                   'AnyEvent::Impl::Perl' => 0,
                   'AnyEvent::Loop' => 0,
                   'File::HomeDir' => 0,
                   'Getopt::Alt' => '0.001001',
                   'IO::Prompt' => 0,
                   'List::MoreUtils' => 0,
                   'List::Util' => 0,
                   'Moose' => 0,
                   'Moose::Role' => 0,
                   'Moose::Util::TypeConstraints' => 0,
                   'Path::Tiny' => 0,
                   'Pod::Usage' => 0,
                   'Readonly' => 0,
                   'Scalar::Util' => 0,
                   'Term::ANSIColor' => 0,
                   'Term::Spinner' => 0,
                   'Test::More' => 0,
                   'Test::Output' => 0,
                   'Test::Warnings' => 0,
                   'TryCatch' => 0,
                   'YAML' => 0,
                   'version' => 0,
                   'warnings' => 0
                 },
  'INSTALLDIRS' => 'site',
  'EXE_FILES' => [
                   'bin/tailt'
                 ],
  'PL_FILES' => {}
)
;