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
"url" : "http://search.cpan.org/perldoc?CPAN::Meta::Spec",
"version" : "2"
},
"name" : "Abilities",
"prereqs" : {
"configure" : {
"requires" : {
"ExtUtils::MakeMaker" : "6.30"
}
},
"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
Ace/Browser/AceSubs.pm view on Meta::CPAN
$HEADER++;
}
=item AceInit()
This subroutine initializes the AcePerl connection to the configured
database. If the database cannot be opened, it generates an error
message and exits. This subroutine is not exported by default, but is
called by PrintTop() and Header() internally.
=cut
Ace/Browser/AceSubs.pm view on Meta::CPAN
=item $hashref = Style()
This subroutine returns a hashref containing a reference to the
configured stylesheet, in the following format:
{ -src => '/ace/stylesheets/current_stylesheet.css' }
This hash is suitable for passing to the -style argument of CGI.pm's
start_html() function, or for use as an additional header in
view all matches for this distribution
view release on metacpan or search on metacpan
abstract: Acme::123 - Prints numbers in different languages
author:
- Nathan McClurg ()
license: unknown
distribution_type: module
configure_requires:
ExtUtils::MakeMaker: 0
build_requires:
ExtUtils::MakeMaker: 0
requires:
Test::Simple: 0.44
view all matches for this distribution
view release on metacpan or search on metacpan
abstract: Your favourite TV-show Acme module
author:
- Cosimo Streppone <cosimo@cpan.org>
license: unknown
distribution_type: module
configure_requires:
ExtUtils::MakeMaker: 0
build_requires:
ExtUtils::MakeMaker: 0
requires:
LWP::Simple: 0
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
- Unfortunately search.cpan.org has totally broken Unicode in package names, so
reluctantly renaming distro from Acme::ÇmÉA to the really awful Acme::3mxA.
1337.1
- Before perl 5.8.9 you helpfully get a "Unknown error" when compiling, require 5.8.9.
- Add configure_requires for PadWalker too.
1337
- Initial version
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-6502",
"prereqs" : {
"configure" : {
"requires" : {
"Module::Build" : "0.40"
}
},
"runtime" : {
view all matches for this distribution
view release on metacpan or search on metacpan
module_name => 'Acme::ADEAS::Utils',
license => 'artistic_2',
dist_author => q{Alex Deas <alex@toothball.co.uk>},
dist_version_from => 'lib/Acme/ADEAS/Utils.pm',
release_status => 'stable',
configure_requires => {
'Module::Build' => 0,
},
build_requires => {
'Test::More' => 0,
},
view all matches for this distribution
view release on metacpan or search on metacpan
module_name => 'Acme::ALEXEY::Utils',
license => 'artistic_2',
dist_author => q{Alexey Morar <alexeymorar0@gmail.com >},
dist_version_from => 'lib/Acme/ALEXEY/Utils.pm',
release_status => 'stable',
configure_requires => {
'Module::Build' => 0,
},
build_requires => {
'Test::More' => 0,
},
view all matches for this distribution
view release on metacpan or search on metacpan
module_name => 'Acme::APHILIPP::Utils',
license => 'artistic_2',
dist_author => q{André Philipp <aphilipp@cpan.org>},
dist_version_from => 'lib/Acme/APHILIPP/Utils.pm',
release_status => 'stable',
configure_requires => {
'Module::Build' => 0,
},
build_requires => {
'Test::More' => 0,
},
view all matches for this distribution
view release on metacpan or search on metacpan
module_name => 'Acme::ARUHI::Utils',
license => 'artistic_2',
dist_author => q{Ryota Miki <aruhi@cpan.com>},
dist_version_from => 'lib/Acme/ARUHI/Utils.pm',
release_status => 'stable',
configure_requires => {
'Module::Build' => 0,
},
build_requires => {
'Test::More' => 0,
},
view all matches for this distribution
view release on metacpan or search on metacpan
module_name => 'Acme::AXP::Utils',
license => 'artistic_2',
dist_author => q{Alex P <axp-pause@mailinator.com>},
dist_version_from => 'lib/Acme/AXP/Utils.pm',
release_status => 'stable',
configure_requires => {
'Module::Build' => 0,
},
build_requires => {
'Test::More' => 0,
},
view all matches for this distribution
view release on metacpan or search on metacpan
abstract: The great new Acme::AbhiIsNot!
author:
- "abhishek" <"abhishekisnot@gmail.com">
license: perl
distribution_type: module
configure_requires:
ExtUtils::MakeMaker: 0
build_requires:
ExtUtils::MakeMaker: 0
requires:
Test::More: 0
view all matches for this distribution
view release on metacpan or search on metacpan
inc/Module/Install/Makefile.pm view on Meta::CPAN
# MakeMaker can complain about module versions that include
# an underscore, even though its own version may contain one!
# Hence the funny regexp to get rid of it. See RT #35800
# for details.
$self->configure_requires( 'ExtUtils::MakeMaker' => $ExtUtils::MakeMaker::VERSION =~ /^(\d+\.\d+)/ );
# Generate the
my $args = $self->makemaker_args;
$args->{DISTNAME} = $self->name;
$args->{NAME} = $self->module_name || $self->name;
inc/Module/Install/Makefile.pm view on Meta::CPAN
my $prereq = ($args->{PREREQ_PM} ||= {});
%$prereq = ( %$prereq,
map { @$_ }
map { @$_ }
grep $_,
($self->configure_requires, $self->build_requires, $self->requires)
);
# Remove any reference to perl, PREREQ_PM doesn't support it
delete $args->{PREREQ_PM}->{perl};
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-Addslashes",
"prereqs" : {
"configure" : {
"requires" : {
"ExtUtils::MakeMaker" : "6.30"
}
},
"runtime" : {
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-Affinity",
"prereqs" : {
"configure" : {
"requires" : {
"ExtUtils::MakeMaker" : "0"
}
},
"develop" : {
view all matches for this distribution
view release on metacpan or search on metacpan
requires => {
'perl' => '5.10.0',
'Term::ReadKey' => 0,
'Term::Encoding' => 0,
},
configure_requires => {
'Module::Build' => 0,
},
build_requires => {
'Test::More' => 0,
'Capture::Tiny' => 0,
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
my %args = (
license => 'perl',
dynamic_config => 0,
configure_requires => {
'Module::Build' => 0.38,
},
name => 'Acme-AjiFry',
module_name => 'Acme::AjiFry',
view all matches for this distribution
view release on metacpan or search on metacpan
abstract: Access The Akashic Records
author:
- Dan Kogai <dankogai+cpan@gmail.com>
license: perl
distribution_type: module
configure_requires:
ExtUtils::MakeMaker: 0
build_requires:
ExtUtils::MakeMaker: 0
requires:
Test::More: 0
view all matches for this distribution
view release on metacpan or search on metacpan
inc/Module/Install/Makefile.pm view on Meta::CPAN
# MakeMaker can complain about module versions that include
# an underscore, even though its own version may contain one!
# Hence the funny regexp to get rid of it. See RT #35800
# for details.
$self->build_requires( 'ExtUtils::MakeMaker' => $ExtUtils::MakeMaker::VERSION =~ /^(\d+\.\d+)/ );
$self->configure_requires( 'ExtUtils::MakeMaker' => $ExtUtils::MakeMaker::VERSION =~ /^(\d+\.\d+)/ );
} 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.42 );
$self->configure_requires( 'ExtUtils::MakeMaker' => 6.42 );
}
# Generate the MakeMaker params
my $args = $self->makemaker_args;
$args->{DISTNAME} = $self->name;
inc/Module/Install/Makefile.pm view on Meta::CPAN
my $prereq = ($args->{PREREQ_PM} ||= {});
%$prereq = ( %$prereq,
map { @$_ }
map { @$_ }
grep $_,
($self->configure_requires, $self->build_requires, $self->requires)
);
# Remove any reference to perl, PREREQ_PM doesn't support it
delete $args->{PREREQ_PM}->{perl};
view all matches for this distribution
view release on metacpan or search on metacpan
---
abstract: 'Translates from English to Ali G'
author:
- 'Naveed Massjouni <naveedm9@gmail.com>'
build_requires: {}
configure_requires:
ExtUtils::MakeMaker: 6.30
dynamic_config: 0
generated_by: 'Dist::Zilla version 4.300035, CPAN::Meta::Converter version 2.131560'
license: perl
meta-spec:
view all matches for this distribution
view release on metacpan or search on metacpan
As a last resort, you can manually install it. If you have not already
downloaded the release tarball, you can find the download link on the module's
MetaCPAN page: https://metacpan.org/pod/Acme::Alien::DontPanic
Untar the tarball, install configure prerequisites (see below), then build it:
% perl Makefile.PL
% make && make test
Then install it:
## Configure Prerequisites
This distribution requires other modules to be installed before this
distribution's installer can be run. They can be found under the
"configure_requires" key of META.yml or the
"{prereqs}{configure}{requires}" key of META.json.
## Other Prerequisites
This distribution may require additional modules to be installed after running
Makefile.PL.
view all matches for this distribution
view release on metacpan or search on metacpan
"build_requires" => {
"Alien::Build" => "2.72",
"Alien::Build::MB" => "0.07",
"Module::Build" => "0.28"
},
"configure_requires" => {
"Alien::Build" => "2.57",
"Alien::Build::MB" => "0.02",
"Alien::Build::Plugin::Digest::Negotiate" => 0,
"Module::Build" => "0.28",
"perl" => "5.006"
view all matches for this distribution
view release on metacpan or search on metacpan
"exact_filename" => "archive.tar",
"host" => "",
"location" => "inc",
"protocol" => "local"
},
"configure_requires" => {
"Alien::Base::ModuleBuild" => "0.002",
"File::ShareDir" => "1.03"
},
"dist_abstract" => "Provides the __cpu_mode symbol",
"dist_author" => [
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
"xt",
"example"
]
},
"prereqs" : {
"configure" : {
"requires" : {
"ExtUtils::MakeMaker" : "0"
}
},
"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