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
CPAN::Plugin(3) Perl Programmers Reference Guide CPAN::Plugin(3)

CPAN::Plugin - Base class for CPAN shell extensions

   package CPAN::Plugin::Flurb;
   use parent 'CPAN::Plugin';

   sub post_test {
     my ($self, $distribution_object) = @_;
     $self = $self->new (distribution_object => $distribution_object);
     ...;
   }

The plugin system in the CPAN shell was introduced in version 2.07 and is still considered experimental.

See "Plugin support" in CPAN.

returns list of packages given plugin requires for functionality. This list is evaluated using "CPAN->use_inst" method.

Get current distribution object.

Simple delegatees for misc parameters derived from distribution

Predicate to detect whether package contains XS.

Branislav Zahradnik <barney@cpan.org>
2022-02-19 perl v5.34.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.