Acme-MetaSyntactic-soviet

 view release on metacpan or  search on metacpan

Makefile.PL  view on Meta::CPAN

#
#     Configuration script for Acme::MetaSyntactic::soviet
#     Copyright (C) 2008, 2012, 2016, 2021 Jean Forget
#
#     This program is distributed under the same terms as Perl 5.16.3:
#     GNU Public License version 1 or later and Perl Artistic License
#
#     You can find the text of the licenses in the F<LICENSE> file or at
#     L<https://dev.perl.org/licenses/artistic.html>
#     and L<https://www.gnu.org/licenses/gpl-1.0.html>.
#
#     Here is the summary of GPL:
#
#     This program is free software; you can redistribute it and/or modify
#     it under the terms of the GNU General Public License as published by
#     the Free Software Foundation; either version 1, or (at your option)
#     any later version.
#
#     This program is distributed in the hope that it will be useful,
#     but WITHOUT ANY WARRANTY; without even the implied warranty of
#     MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
#     GNU General Public License for more details.
#
#     You should have received a copy of the GNU General Public License
#     along with this program; if not, contact the Free Software Foundation,
#     Inc., <https://www.fsf.org/>.
#
# Note: this file was auto-generated by Module::Build::Compat version 0.4001
use ExtUtils::MakeMaker;
WriteMakefile
(
    'ABSTRACT'       => 'Metasyntactic theme with NATO codenames for Soviet-designed equipment',
    'PL_FILES'       => {},
    'INSTALLDIRS'    => 'site',
    'NAME'           => 'Acme::MetaSyntactic::soviet',
    'EXE_FILES'      => [],
    'VERSION_FROM'   => 'lib/Acme/MetaSyntactic/soviet.pm',
    'PREREQ_PM' => {
                     'Test::More'                     => 0,
                     'Acme::MetaSyntactic::MultiList' => 1,
                     'strict'                         => 0,
                     'warnings'                       => 0,
                   },
    'AUTHOR'         => [ 'Jean Forget <JFORGET@cpan.org>' ],
    'LICENSE'        => 'perl',
    # The oldest Perl to check A::MS::s 0.03 is 5.6.2. Therefore, I guess A::MS::s 0.04 and next will work in 5.6.2 too.
    MIN_PERL_VERSION => '5.6.2',
    META_MERGE       => {
       dynamic_config => 0,
       prereqs => {
         build => {
           requires => {
             'strict'                         => 0,
             'warnings'                       => 0,
           },
         },
         runtime => {
           requires => {
             'Acme::MetaSyntactic::MultiList' => 1,
             'perl'                           => '5.6.2',
             'strict'                         => 0,
             'warnings'                       => 0,
           },
         },
         test => {
           requires => {
             'Test::More'                     => '0',
             'strict'                         => 0,
             'warnings'                       => 0,
           },
         },
       },
       provides       => {
           'Acme::MetaSyntactic::soviet' => {
                file => 'lib/Acme/MetaSyntactic/soviet.pm',
                version => '0.06',
           },
       },
       'meta-spec' => { version => 2 },
       resources => {
           repository => {
               type => 'git',
               url  => 'https://github.com/jforget/Acme-MetaSyntactic-soviet.git',
               web  => 'https://github.com/jforget/Acme-MetaSyntactic-soviet',
           },
           bugtracker => {
               web  => 'https://github.com/jforget/Acme-MetaSyntactic-soviet/issues',
           },
       },
    },
)
;



( run in 0.493 second using v1.01-cache-2.11-cpan-df04353d9ac )