use strict; use ExtUtils::MakeMaker; use Module::Metadata; WriteMakefile(NAME => 'App::Beam', VERSION => '1.6.90', AUTHOR => 'Sergey Poznyakoff ', LICENSE => 'gpl_3', ABSTRACT => 'Backup tool', EXE_FILES => [ 'beam' ], MIN_PERL_VERSION => 5.006, META_MERGE => { 'meta-spec' => { version => 2 }, resources => { repository => { type => 'git', url => 'git://git.gnu.org.ua/beam.git', web => 'http://git.gnu.org.ua/cgit/beam.git/', }, }, provides => Module::Metadata->provides(version => '1.4', dir => 'lib') } );