GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
CPANPLUS::Internals(3) User Contributed Perl Documentation CPANPLUS::Internals(3)

CPANPLUS::Internals - CPANPLUS internals

    my $internals   = CPANPLUS::Internals->_init( _conf => $conf );
    my $backend     = CPANPLUS::Internals->_retrieve_id( $ID );

This module is the guts of CPANPLUS -- it inherits from all other modules in the CPANPLUS::Internals::* namespace, thus defying normal rules of OO programming -- but if you're reading this, you already know what's going on ;)

Please read the "CPANPLUS::Backend" documentation for the normal API.

_conf
Get/set the configure object
_id
Get/set the id

"_init" creates a new CPANPLUS::Internals object.

You have to pass it a valid "CPANPLUS::Configure" object.

Returns the object on success, or dies on failure.

Flushes the designated caches from the "CPANPLUS" object.

Returns true on success, false if one or more caches could not be be flushed.

Registers a callback for later use by the internal libraries.

Here is a list of the currently used callbacks:

install_prerequisite
Is called when the user wants to be "asked" about what to do with prerequisites. Should return a boolean indicating true to install the prerequisite and false to skip it.
send_test_report
Is called when the user should be prompted if he wishes to send the test report. Should return a boolean indicating true to send the test report and false to skip it.
munge_test_report
Is called when the test report message has been composed, giving the user a chance to programmatically alter it. Should return the (munged) message to be sent.
edit_test_report
Is called when the user should be prompted to edit test reports about to be sent out by Test::Reporter. Should return a boolean indicating true to edit the test report in an editor and false to skip it.
proceed_on_test_failure
Is called when 'make test' or 'Build test' fails. Should return a boolean indicating whether the install should continue even if the test failed.
munge_dist_metafile
Is called when the "CPANPLUS::Dist::*" metafile is created, like "control" for "CPANPLUS::Dist::Deb", giving the user a chance to programmatically alter it. Should return the (munged) text to be written to the metafile.

Adds a list of directories to the include path. This means they get added to @INC as well as $ENV{PERL5LIB}.

Returns true on success, false on failure.

Adds a list of directories to the PATH, but only if they actually contain anything.

Returns true on success, false on failure.

Return the id of the last object stored.

Store this object; return its id.

Retrieve an object based on its ID -- return false on error.

Remove the object marked by $ID from storage.

Return all stored objects.
2021-08-21 perl v5.32.1

Search for    or go to Top of page |  Section 3 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.