Acme-Ford-Prefect2
view release on metacpan or search on metacpan
1.9600 2020-01-28 23:25:53 -0700
- Require Acme::Alien::DontPanic2 1.9600 (Alien::Build 1.96)
1.4100 2018-05-14 16:01:02 -0400
1.2902 2017-11-02 10:15:43 -0400
- Additional diagnostics
1.2901 2017-11-02 02:02:06 -0400
- Fix configure time prereqs bug (GH#1)
1.2900 2017-10-30 10:08:08 -0400
- Require Acme::Alien::DontPanic2 1.2900 (Alien::Build 1.29 Alien::Build::MB 0.05)
- Migrate to using Alien::Base::Wrapper
1.1400 2017-09-14 17:05:21 -0400
- Require Acme::Alien::DontPanic2 1.1400 (Alien::Build 1.14 Alien::Build::MB 0.05)
0.7500 2017-07-30 06:36:34 -0400
- Require Acme::Alien::DontPanic2 0.7500 (Alien::Build 0.75 Alien::Build::MB 0.03)
Alternatively, if your CPAN shell is set up, you should just be able to do:
% cpan Acme::Ford::Prefect2
## Manual installation
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::Ford::Prefect2
Untar the tarball, install configure prerequisites (see below), then build it:
% perl Makefile.PL
% make && make test
Then install it:
% make install
On Windows platforms, you should use `dmake` or `nmake`, instead of `make`.
https://metacpan.org/pod/local::lib
The prerequisites of this distribution will also have to be installed manually. The
prerequisites are listed in one of the files: `MYMETA.yml` or `MYMETA.json` generated
by running the manual build process described above.
## 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.
Look for prerequisites in the following phases:
* to run make, PHASE = build
* to use the module code itself, PHASE = runtime
* to run tests, PHASE = test
"url" : "http://search.cpan.org/perldoc?CPAN::Meta::Spec",
"version" : 2
},
"name" : "Acme-Ford-Prefect2",
"prereqs" : {
"build" : {
"requires" : {
"Acme::Alien::DontPanic2" : "2.7200"
}
},
"configure" : {
"requires" : {
"Acme::Alien::DontPanic2" : "2.7200",
"Alien::Base::Wrapper" : "2.72",
"ExtUtils::MakeMaker" : "0",
"perl" : "5.006"
}
},
"develop" : {
"recommends" : {
"Dist::Zilla::Plugin::AlienBase::Wrapper" : "0",
abstract: 'Test Module for Alien::Base + Alien::Build'
author:
- 'Graham Ollis <plicease@cpan.org>'
- 'Joel A Berger <joel.a.berger@gmail.com>'
build_requires:
Acme::Alien::DontPanic2: '2.7200'
Alien::Base::Wrapper: '0'
Data::Dumper: '0'
Test2::V0: '0.000121'
perl: '5.006'
configure_requires:
Acme::Alien::DontPanic2: '2.7200'
Alien::Base::Wrapper: '2.72'
ExtUtils::MakeMaker: '0'
perl: '5.006'
dynamic_config: 0
generated_by: 'Dist::Zilla version 6.025, CPAN::Meta::Converter version 2.150010'
license: perl
meta-spec:
url: http://module-build.sourceforge.net/META-spec-v1.4.html
version: '1.4'
[AlienBase::Wrapper]
alien = Acme::Alien::DontPanic2@2.7200
[RemovePrereqs]
remove = strict
remove = warnings
remove = base
[Prereqs / ConfigureRequires]
-phase = configure
Alien::Base::Wrapper = 2.72
Acme::Alien::DontPanic2 = 2.7200
[Prereqs / BuildRequires]
-phase = build
Acme::Alien::DontPanic2 = 2.7200
[Author::Plicease::Upload]
cpan = 1
( run in 3.206 seconds using v1.01-cache-2.11-cpan-39bf76dae61 )