use 5.008004; use ExtUtils::MakeMaker; WriteMakefile( NAME => 'git::remote::gpg', VERSION_FROM => 'git-remote-gpg', AUTHOR => 'Julien Moutinho', LICENSE => 'gpl_3', MIN_PERL_VERSION => '5.008004', EXE_FILES => ['git-remote-gpg'], PREREQ_PM => { 'strict' => 0, 'warnings' => 0, 'Carp' => 0, 'Cwd' => 0, 'File::Basename' => 0, 'File::Copy' => 0, 'File::Path' => 0, 'File::Spec::Functions' => 0, 'File::Temp' => 0, 'Getopt::Long' => 0, 'IPC::Run' => 0, 'IO::Handle' => 0, 'JSON' => 0, 'POSIX' => 0, 'URI' => 0, 'Pod::Usage' => 0, 'Data::Dumper' => 0, }, (eval { ExtUtils::MakeMaker->VERSION(6.46) } ? (META_MERGE => { 'meta-spec' => { version => 2 }, resources => { repository => { type => 'git', url => 'git://git.sourcephile.fr/julm/git-remote-gpg', web => 'http//git.sourcephile.fr/julm/git-remote-gpg', }, }}) : () ), );