Sophie

Sophie

distrib > Mageia > 5 > i586 > media > core-release > by-pkgid > 7192393df8618473f2512fa336684f70 > files > 20

perl-Module-Build-Pluggable-0.100.0-4.mga5.noarch.rpm

use strict;
use lib '../lib/';
use Module::Build;
use Module::Build::Pluggable (
    'PPPort', # => 'lib/ppport.h'
    'ReadmeMarkdownFromPod',
    'Repository',
);

my $mbp = Module::Build::Pluggable->new(
    dist_name => 'Eg',
    dist_version => 0.01,
    dist_abstract => 'test',
    dynamic_config => 0,
    module_name => 'Eg',
    requires => {},
);
$mbp->create_build_script()