Alien-Build-MB
view release on metacpan or search on metacpan
% make install
On Windows platforms, you should use `dmake` or `nmake`, instead of `make`.
If your perl is system-managed, you can create a local::lib in your home
directory to install modules to. For details, see the local::lib documentation:
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
my $build = $abmb->alien_build;
Returns a freshly deserialized instance of Alien::Build. If you make
any changes to this object's install_prop or runtime_prop properties be
sure that you also call $build->checkpoint!
ACTIONS
These actions should automatically be called during the normal install
process. For debugging you may want to call them separately.
ACTION_alien_download
./Build alien_download
Downloads the package from the internet. For a system install this does
not do anything.
ACTION_alien_build
lib/Alien/Build/MB.pm view on Meta::CPAN
my $build = $abmb->alien_build;
Returns a freshly deserialized instance of L<Alien::Build>. If you make
any changes to this object's C<install_prop> or C<runtime_prop> properties
be sure that you also call C<< $build->checkpoint >>!
=head1 ACTIONS
These actions should automatically be called during the normal install
process. For debugging you may want to call them separately.
=head2 ACTION_alien_download
./Build alien_download
Downloads the package from the internet. For a system install this does
not do anything.
=head2 ACTION_alien_build
( run in 0.243 second using v1.01-cache-2.11-cpan-8d75d55dd25 )