The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

# This file was automatically generated by Dist::Zilla::Plugin::MakeMaker v5.019.
use strict;
use warnings;

use 5.008001;

use ExtUtils::MakeMaker 6.30;

use File::ShareDir::Install;
$File::ShareDir::Install::INCLUDE_DOTFILES = 1;
$File::ShareDir::Install::INCLUDE_DOTDIRS = 1;
install_share dist => "share";


my %WriteMakefileArgs = (
  "ABSTRACT" => "YAML-based Personal Time Tracking App",
  "AUTHOR" => "Ingy d\x{f6}t Net <ingy\@cpan.org>",
  "CONFIGURE_REQUIRES" => {
    "ExtUtils::MakeMaker" => "6.30",
    "File::ShareDir::Install" => "0.06"
  },
  "DISTNAME" => "YamlTime",
  "EXE_FILES" => [
    "bin/yt"
  ],
  "LICENSE" => "perl",
  "NAME" => "YamlTime",
  "PREREQ_PM" => {
    "App::Cmd::Setup" => 0,
    "Capture::Tiny" => "0.11",
    "DateTime" => "0.70",
    "DateTime::Format::Natural" => "0.96",
    "File::ShareDir" => "1.03",
    "IO::All" => "0.43",
    "Module::Pluggable" => 0,
    "Mouse" => "0.93",
    "MouseX::App::Cmd" => "0.08",
    "Template::Plugin::YAMLVal" => "0.10",
    "Template::Toolkit::Simple" => "0.13",
    "Term::ReadLine" => "1.07",
    "Term::ReadLine::Gnu" => "1.20",
    "Text::CSV_XS" => "0.82",
    "Text::ParseWords" => "3.27",
    "YAML::XS" => "0.35"
  },
  "VERSION" => "0.14",
  "test" => {
    "TESTS" => "t/*.t"
  }
);


my %FallbackPrereqs = (
  "App::Cmd::Setup" => 0,
  "Capture::Tiny" => "0.11",
  "DateTime" => "0.70",
  "DateTime::Format::Natural" => "0.96",
  "File::ShareDir" => "1.03",
  "IO::All" => "0.43",
  "Module::Pluggable" => 0,
  "Mouse" => "0.93",
  "MouseX::App::Cmd" => "0.08",
  "Template::Plugin::YAMLVal" => "0.10",
  "Template::Toolkit::Simple" => "0.13",
  "Term::ReadLine" => "1.07",
  "Term::ReadLine::Gnu" => "1.20",
  "Text::CSV_XS" => "0.82",
  "Text::ParseWords" => "3.27",
  "YAML::XS" => "0.35"
);


unless ( eval { ExtUtils::MakeMaker->VERSION(6.63_03) } ) {
  delete $WriteMakefileArgs{TEST_REQUIRES};
  delete $WriteMakefileArgs{BUILD_REQUIRES};
  $WriteMakefileArgs{PREREQ_PM} = \%FallbackPrereqs;
}

delete $WriteMakefileArgs{CONFIGURE_REQUIRES}
  unless eval { ExtUtils::MakeMaker->VERSION(6.52) };

WriteMakefile(%WriteMakefileArgs);

{
package
MY;
use File::ShareDir::Install qw(postamble);
}