Acme-Godot

 view release on metacpan or  search on metacpan

Build.PL  view on Meta::CPAN

# This is a -*- perl -*- distribution build file for Acme::Godot
#

use strict;
use warnings;
use Module::Build 0.28;

#
# For documentation on the different arguments to Module::Build->new()
# see perldoc Module::Build::API and Module::Build::Cookbook
#
my $builder = Module::Build->new(
    module_name       => 'Acme::Godot',
    license           => 'perl',
    dist_author       => 'Salve J. Nilsen <sjn@cpan.org>',
    dist_version_from => 'lib/Acme/Godot.pm',
    build_requires => {
        'Test::Exception' => 0,
    },
    build_recommends => {



( run in 0.371 second using v1.01-cache-2.11-cpan-e9199f4ba4c )