# Generated by git-ship. See 'git-ship --man' for help or https://github.com/jhthorsen/app-git-ship
use ExtUtils::MakeMaker;
WriteMakefile(
  NAME => 'Refine',
  AUTHOR => 'Jan Henning Thorsen <jhthorsen@cpan.org>',
  LICENSE => 'artistic_2',
  ABSTRACT_FROM => 'lib/Refine.pm',
  VERSION_FROM => 'lib/Refine.pm',
  META_MERGE => {
    resources => {
      bugtracker => 'https://github.com/jhthorsen/refine/issues',
      homepage => 'https://github.com/jhthorsen/refine',
      repository => 'https://github.com/jhthorsen/refine.git',
    },
  },
  BUILD_REQUIRES => {
  'Test::More' => '0.88'
}
,
  PREREQ_PM => {
  'perl' => 'v5.10.0'
}
,
  test => { TESTS => 't/*.t' },
);