The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
# EU::MM Can't do PREREQ_PM perl => 5.6.1
die "Requires at least perl 5.6.1" unless $] >= 5.006_001;

# Note: this file was auto-generated by Module::Build::Compat version 0.03
use ExtUtils::MakeMaker;

@extra_inv = qw(README);

require "MakeTools.PM";
inventory();

for(keys %PM) {
    delete $PM{$_} if /^util/;
}

# Though I gave it author and abstract-from, it does not write it to META.yml
$add_to_metafile = <<ENDMETA;
author:
  - Jan Hudec <bulb@ucw.cz>
abstract: File (especialy config) generation library.
license: perl
ENDMETA

WriteMakefile(
    NAME => 'Config::Maker',
    VERSION_FROM => 'lib/Config/Maker.pm',
    AUTHOR => 'Jan Hudec <bulb@ucw.cz>',
    ABSTRACT_FROM => 'lib/Config/Maker.pm',
    PREREQ_PM => {
#	perl => 5.6.1,
	'Parse::RecDescent' => '1.80'
    },

    DIR => [],
    PM => \%PM,
    PL_FILES => \%PL,
    EXE_FILES => [qw/configit/],
);

sub MY::postamble {
    $postamble . <<"EOMAKEFILE";

README : README.pod
\tpod2text \$< \$@

distdir : README

EOMAKEFILE
}

# arch-tag: 8edbbbef-59b8-4f6a-847c-6c7ce2afcb3c