use 5.014000; use ExtUtils::MakeMaker; WriteMakefile( NAME => 'App::Zealc', VERSION_FROM => 'lib/App/Zealc.pm', ABSTRACT_FROM => 'lib/App/Zealc.pm', AUTHOR => 'Marius Gavrilescu ', MIN_PERL_VERSION => '5.14.0', LICENSE => 'perl', SIGN => 1, PREREQ_PM => { qw/Encode 0 File::Spec::Functions 0 File::Temp 0 App::Cmd 0 Class::Accessor::Fast 0 Class::Method::Modifiers 0 Config::Auto 0 File::Slurp 0 File::Which 0 HTML::FormatText 0 IO::Prompter 0 Pod::Simple::Methody 0 Term::ANSIColor 0 Term::FormatColumns 0 Term::Pager 0 Text::Wrap 0 Zeal 0 Zeal::Feed 0/, }, META_MERGE => { dynamic_config => 0, resources => { repository => 'https://git.ieval.ro/?p=app-zealc.git', } } );