Query portabilitate.ro for operator information
[number-phone-ro.git] / Makefile.PL
CommitLineData
5f6a17ef
MG
1use 5.014000;
2use ExtUtils::MakeMaker;
3
4WriteMakefile(
5 NAME => 'Number::Phone::RO',
6 VERSION_FROM => 'lib/Number/Phone/RO.pm',
7 AUTHOR => 'Marius Gavrilescu <marius@ieval.ro>',
8 MIN_PERL_VERSION => '5.14.0',
9 LICENSE => 'perl',
10 SIGN => 1,
11 PREREQ_PM => {
12 qw/Number::Phone 0/,
13 },
14 META_ADD => {
15 dynamic_config => 0,
16 resources => {
17 repository => 'https://git.ieval.ro/?p=number-phone-ro.git',
18 },
19 }
20);
This page took 0.009267 seconds and 4 git commands to generate.