view release on metacpan or search on metacpan
"build" : {
"requires" : {
"Test::More" : 0
}
},
"configure" : {
"requires" : {
"Module::Build" : "0.40"
}
},
"runtime" : {
view all matches for this distribution
view release on metacpan or search on metacpan
abstract: Steadman Whitwell's "rational geographic nomenclature"
author:
- Joe McMahon <mcmahon@cpan.org>
license: artistic
distribution_type: module
configure_requires:
ExtUtils::MakeMaker: 0
build_requires:
ExtUtils::MakeMaker: 0
requires:
Test::Exception: 0
view all matches for this distribution
view release on metacpan or search on metacpan
lib/Acme/Ghost/Log.pm view on Meta::CPAN
=head2 level
There are six predefined log levels: C<fatal>, C<error>, C<warn>, C<info>, C<debug>, and C<trace> (in descending priority).
The syslog supports followed additional log levels: C<emerg>, C<alert>, C<crit'> and C<notice> (in descending priority).
But we recommend not using them to maintain compatibility.
Your configured logging level has to at least match the priority of the logging message.
If your configured logging level is C<warn>, then messages logged with info(), debug(), and trace()
will be suppressed; fatal(), error() and warn() will make their way through, because their
priority is higher or equal than the configured setting.
Default: C<debug>
See also L<Sys::Syslog/Levels>
view all matches for this distribution
view release on metacpan or search on metacpan
"build" : {
"requires" : {
"Test::More" : "0"
}
},
"configure" : {
"requires" : {
"Module::Build" : "0.38"
}
},
"runtime" : {
view all matches for this distribution
view release on metacpan or search on metacpan
my %module_build_args = (
"build_requires" => {
"Module::Build" => "0.3601"
},
"configure_requires" => {
"ExtUtils::MakeMaker" => "6.30",
"Module::Build" => "0.3601"
},
"dist_abstract" => "is given() too much typing for you?",
"dist_author" => [
view all matches for this distribution
view release on metacpan or search on metacpan
build_requires:
English: 0
File::Find: 0
File::Temp: 0
Test::More: 0
configure_requires:
ExtUtils::MakeMaker: 6.31
dynamic_config: 0
generated_by: 'Dist::Zilla version 4.200004, CPAN::Meta::Converter version 2.110930'
license: perl
meta-spec:
view all matches for this distribution
view release on metacpan or search on metacpan
"t",
"xt"
]
},
"prereqs" : {
"configure" : {
"requires" : {
"ExtUtils::MakeMaker" : "0"
}
},
"develop" : {
view all matches for this distribution
view release on metacpan or search on metacpan
"build" : {
"requires" : {
"ExtUtils::MakeMaker" : "0"
}
},
"configure" : {
"requires" : {
"ExtUtils::MakeMaker" : "0"
}
},
"runtime" : {
view all matches for this distribution
view release on metacpan or search on metacpan
"package" : [
"DB"
]
},
"prereqs" : {
"configure" : {
"requires" : {
"ExtUtils::MakeMaker" : "6.17",
"perl" : "5.006"
}
},
view all matches for this distribution
view release on metacpan or search on metacpan
"requires" : {
"Module::Build" : "0.37",
"Test::More" : "0"
}
},
"configure" : {
"requires" : {
"Module::Build" : "0.42"
}
},
"runtime" : {
view all matches for this distribution
view release on metacpan or search on metacpan
inc/Module/Install/Makefile.pm view on Meta::CPAN
# an underscore, even though its own version may contain one!
# Hence the funny regexp to get rid of it. See RT #35800
# for details.
my ($v) = $ExtUtils::MakeMaker::VERSION =~ /^(\d+\.\d+)/;
$self->build_requires( 'ExtUtils::MakeMaker' => $v );
$self->configure_requires( 'ExtUtils::MakeMaker' => $v );
} else {
# Allow legacy-compatibility with 5.005 by depending on the
# most recent EU:MM that supported 5.005.
$self->build_requires( 'ExtUtils::MakeMaker' => 6.36 );
$self->configure_requires( 'ExtUtils::MakeMaker' => 6.36 );
}
# Generate the MakeMaker params
my $args = $self->makemaker_args;
$args->{DISTNAME} = $self->name;
inc/Module/Install/Makefile.pm view on Meta::CPAN
my $build_prereq = ($args->{BUILD_REQUIRES} ||= {});
%$build_prereq = ( %$build_prereq,
map { @$_ } # flatten [module => version]
map { @$_ }
grep $_,
($self->configure_requires, $self->build_requires)
);
# Remove any reference to perl, BUILD_REQUIRES doesn't support it
delete $args->{BUILD_REQUIRES}->{perl};
view all matches for this distribution
view release on metacpan or search on metacpan
abstract: 'Funny Gtk2 Interface Design Module'
author:
- 'Keedi Kim - ê¹ëí <keedi@cpan.org>'
build_requires:
Test::More: 0
configure_requires:
ExtUtils::MakeMaker: 6.31
dynamic_config: 0
generated_by: 'Dist::Zilla version 4.200000, CPAN::Meta::Converter version 2.102400'
license: perl
meta-spec:
view all matches for this distribution
view release on metacpan or search on metacpan
"requires" : {
"Module::Signature" : "0",
"Test::Pod" : "0"
}
},
"configure" : {
"requires" : {
"Module::Build" : "0.42"
}
}
},
view all matches for this distribution
view release on metacpan or search on metacpan
abstract: 'convert text into HOIGAN!'
author:
- 'Jose Luis Martinez <jlmartinez@capside.com>'
build_requires:
Test::More: 0
configure_requires:
ExtUtils::MakeMaker: 6.30
dynamic_config: 0
generated_by: 'Dist::Zilla version 4.300005, CPAN::Meta::Converter version 2.110440'
license: perl
meta-spec:
view all matches for this distribution
view release on metacpan or search on metacpan
abstract: 'High-level access to Net::HTTP::NB and Net::HTTPS::NB '
author:
- 'Klaus Eichner <klaus03@gmail.com>'
build_requires:
Test::More: '0'
configure_requires:
ExtUtils::MakeMaker: '0'
dynamic_config: 0
generated_by: 'Dist::Zilla version 5.025, CPAN::Meta::Converter version 2.142060'
license: perl
meta-spec:
view all matches for this distribution
view release on metacpan or search on metacpan
"xt"
]
},
"optional_features" : {},
"prereqs" : {
"configure" : {
"requires" : {
"ExtUtils::MakeMaker" : "6.17"
}
},
"test" : {
view all matches for this distribution
view release on metacpan or search on metacpan
"build" : {
"requires" : {
"ExtUtils::MakeMaker" : "0"
}
},
"configure" : {
"requires" : {
"ExtUtils::MakeMaker" : "0"
}
},
"runtime" : {
view all matches for this distribution
view release on metacpan or search on metacpan
dist_version => '0.05',
license => 'CC0',
create_makefile_pl => 'small',
sign => 1,
configure_requires => {
'Module::Build' => 0.36,
},
recommends => {
'Locale::Maketext' => '0.20',
view all matches for this distribution
view release on metacpan or search on metacpan
"author",
"builder"
]
},
"prereqs" : {
"configure" : {
"requires" : {
"Module::Build::Tiny" : "0.035"
}
},
"develop" : {
view all matches for this distribution
view release on metacpan or search on metacpan
my %args = (
license => 'perl',
dynamic_config => 0,
configure_requires => {
'Module::Build' => 0.38,
},
name => 'Acme-HidamariSketch',
module_name => 'Acme::HidamariSketch',
view all matches for this distribution
view release on metacpan or search on metacpan
inc/Module/Install/Can.pm view on Meta::CPAN
# Can our C compiler environment build XS files
sub can_xs {
my $self = shift;
# Ensure we have the CBuilder module
$self->configure_requires( 'ExtUtils::CBuilder' => 0.27 );
# Do we have the configure_requires checker?
local $@;
eval "require ExtUtils::CBuilder;";
if ( $@ ) {
# They don't obey configure_requires, so it is
# someone old and delicate. Try to avoid hurting
# them by falling back to an older simpler test.
return $self->can_cc();
}
view all matches for this distribution
view release on metacpan or search on metacpan
---
abstract: 'For programs that I<really> need to hold the door'
author:
- 'Jesse Thompson <zjt@cpan.org>'
build_requires: {}
configure_requires:
ExtUtils::MakeMaker: '0'
dynamic_config: 0
generated_by: 'Dist::Zilla version 6.006, CPAN::Meta::Converter version 2.150005'
license: perl
meta-spec:
view all matches for this distribution
view release on metacpan or search on metacpan
"url" : "http://search.cpan.org/perldoc?CPAN::Meta::Spec",
"version" : 2
},
"name" : "Acme-Holy-Shit-Here-Come-s-An-S",
"prereqs" : {
"configure" : {
"requires" : {
"Module::Build::Tiny" : "0.044"
}
},
"develop" : {
view all matches for this distribution
view release on metacpan or search on metacpan
"author",
"builder"
]
},
"prereqs" : {
"configure" : {
"requires" : {
"Module::Build::Tiny" : "0.035"
}
},
"develop" : {
view all matches for this distribution
view release on metacpan or search on metacpan
"build" : {
"requires" : {
"ExtUtils::MakeMaker" : "0"
}
},
"configure" : {
"requires" : {
"ExtUtils::MakeMaker" : "0"
}
},
"runtime" : {
view all matches for this distribution
view release on metacpan or search on metacpan
"author",
"builder"
]
},
"prereqs" : {
"configure" : {
"requires" : {
"Module::Build::Tiny" : "0.035"
}
},
"develop" : {
view all matches for this distribution
view release on metacpan or search on metacpan
inc/Module/AutoInstall.pm view on Meta::CPAN
my @config = _cpanplus_config( @{ +shift } );
my $installed = 0;
require CPANPLUS::Backend;
my $cp = CPANPLUS::Backend->new;
my $conf = $cp->configure_object;
return unless $conf->can('conf') # 0.05x+ with "sudo" support
or _can_write($conf->_get_build('base')); # 0.04x
# if we're root, set UNINST=1 to avoid trouble unless user asked for it.
view all matches for this distribution
view release on metacpan or search on metacpan
"build" : {
"requires" : {
"ExtUtils::MakeMaker" : 0
}
},
"configure" : {
"requires" : {
"ExtUtils::MakeMaker" : 0
}
},
"runtime" : {
view all matches for this distribution
view release on metacpan or search on metacpan
"author",
"builder"
]
},
"prereqs" : {
"configure" : {
"requires" : {
"Module::Build::Tiny" : "0.035"
}
},
"develop" : {
view all matches for this distribution
view release on metacpan or search on metacpan
"requires" : {
"Test::MockObject" : "1.20150527",
"Test::More" : "0"
}
},
"configure" : {
"requires" : {
"ExtUtils::MakeMaker" : "0"
}
},
"runtime" : {
view all matches for this distribution