Name : perl-Dist-Zilla-Role-Bootstrap
| |
Version : 1.001004
| Vendor : obs://build_opensuse_org/devel:languages:perl
|
Release : lp154.1.1
| Date : 2023-01-27 18:34:08
|
Group : Development/Libraries/Perl
| Source RPM : perl-Dist-Zilla-Role-Bootstrap-1.001004-lp154.1.1.src.rpm
|
Size : 0.03 MB
| |
Packager : https://www_suse_com/
| |
Summary : Shared logic for bootstrap things
|
Description :
This module is a role that aims to be consumed by plugins that want to perform some very early bootstrap operation that may affect the loading environment of successive plugins, especially with regards to plugins that may wish to build with themselves, either by consuming the source tree itself, or by consuming a previous built iteration.
Implementation is quite simple:
* 1. \'with\' this role in your plugin
with \'Dist::Zilla::Role::Bootstrap\'
* 2. Implement the \'bootstrap\' sub.
sub bootstrap { my ( $self ) = AATT_; }
* 3. _Optional_: Fetch the discovered \'bootstap\' root via:
$self->_bootstap_root
* 4. _Optional_: Load some path into \'AATTINC\' via:
$self->_add_inc($path)
|
RPM found in directory: /packages/linux-pbone/ftp5.gwdg.de/pub/opensuse/repositories/devel:/languages:/perl:/CPAN-D/15.4/noarch |