Edit D:\app\Administrator\product\11.2.0\dbhome_1\perl\html\lib\CPANPLUS\Dist.html
<?xml version="1.0" ?> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <title>../lib/CPANPLUS/Dist.pm</title> <meta http-equiv="content-type" content="text/html; charset=utf-8" /> <link rev="made" href="mailto:" /> </head> <body style="background-color: white"> <table border="0" width="100%" cellspacing="0" cellpadding="3"> <tr><td class="block" style="background-color: #cccccc" valign="middle"> <big><strong><span class="block"> ../lib/CPANPLUS/Dist.pm</span></strong></big> </td></tr> </table> <!-- INDEX BEGIN --> <div name="index"> <p><a name="__index__"></a></p> <ul> <li><a href="#name">NAME</a></li> <li><a href="#synopsis">SYNOPSIS</a></li> <li><a href="#description">DESCRIPTION</a></li> <li><a href="#accessors">ACCESSORS</a></li> <li><a href="#status_accessors">STATUS ACCESSORS</a></li> <ul> <li><a href="#_dist___cpanplus__dist__new__module____modobj___format____dist_type____">$dist = CPANPLUS::Dist->new( module => MODOBJ, [format => DIST_TYPE] );</a></li> <li><a href="#_dists___cpanplus__dist__dist_types_">@dists = CPANPLUS::Dist->dist_types;</a></li> <li><a href="#prereq_satisfied__modobj_____modobj__version_____version_spec__">prereq_satisfied( modobj => $modobj, version => $version_spec )</a></li> <li><a href="#_resolve_prereqs">_resolve_prereqs</a></li> </ul> </ul> <hr name="index" /> </div> <!-- INDEX END --> <p> </p> <hr /> <h1><a name="name">NAME</a></h1> <p>CPANPLUS::Dist</p> <p> </p> <hr /> <h1><a name="synopsis">SYNOPSIS</a></h1> <pre> my $dist = CPANPLUS::Dist->new( format => 'build', module => $modobj, );</pre> <p> </p> <hr /> <h1><a name="description">DESCRIPTION</a></h1> <p><code>CPANPLUS::Dist</code> is a base class for <code>CPANPLUS::Dist::MM</code> and <code>CPANPLUS::Dist::Build</code>. Developers of other <code>CPANPLUS::Dist::*</code> plugins should look at <code>CPANPLUS::Dist::Base</code>.</p> <p> </p> <hr /> <h1><a name="accessors">ACCESSORS</a></h1> <dl> <dt><strong><a name="parent" class="item"><code>parent()</code></a></strong> <dd> <p>Returns the <code>CPANPLUS::Module</code> object that parented this object.</p> </dd> </li> <dt><strong><a name="status" class="item"><code>status()</code></a></strong> <dd> <p>Returns the <code>Object::Accessor</code> object that keeps the status for this module.</p> </dd> </li> </dl> <p> </p> <hr /> <h1><a name="status_accessors">STATUS ACCESSORS</a></h1> <p>All accessors can be accessed as follows: $deb->status->ACCESSOR</p> <dl> <dt><strong><a name="created" class="item"><code>created()</code></a></strong> <dd> <p>Boolean indicating whether the dist was created successfully. Explicitly set to <code>0</code> when failed, so a value of <a href="file://C|\ADE\aime_smenon_perl_090715\perl\html/pod/perlfunc.html#undef"><code>undef</code></a> may be interpreted as <code>not yet attempted</code>.</p> </dd> </li> <dt><strong><a name="installed" class="item"><code>installed()</code></a></strong> <dd> <p>Boolean indicating whether the dist was installed successfully. Explicitly set to <code>0</code> when failed, so a value of <a href="file://C|\ADE\aime_smenon_perl_090715\perl\html/pod/perlfunc.html#undef"><code>undef</code></a> may be interpreted as <code>not yet attempted</code>.</p> </dd> </li> <dt><strong><a name="uninstalled" class="item"><code>uninstalled()</code></a></strong> <dd> <p>Boolean indicating whether the dist was uninstalled successfully. Explicitly set to <code>0</code> when failed, so a value of <a href="file://C|\ADE\aime_smenon_perl_090715\perl\html/pod/perlfunc.html#undef"><code>undef</code></a> may be interpreted as <code>not yet attempted</code>.</p> </dd> </li> <dt><strong><a name="dist" class="item"><code>dist()</code></a></strong> <dd> <p>The location of the final distribution. This may be a file or directory, depending on how your distribution plug in of choice works. This will be set upon a successful create.</p> </dd> </li> </dl> <p> </p> <h2><a name="_dist___cpanplus__dist__new__module____modobj___format____dist_type____">$dist = CPANPLUS::Dist->new( module => MODOBJ, [format => DIST_TYPE] );</a></h2> <p>Create a new <code>CPANPLUS::Dist</code> object based on the provided <code>MODOBJ</code>. The optional argument <a href="file://C|\ADE\aime_smenon_perl_090715\perl\html/pod/perlfunc.html#format"><code>format</code></a> is used to indicate what type of dist you would like to create (like <code>makemaker</code> for a <code>CPANPLUS::Dist::MM</code> object, <code>build</code> for a <code>CPANPLUS::Dist::Build</code> object, and so on ). If not provided, will default to the setting as specified by your config <code>dist_type</code>.</p> <p>Returns a <code>CPANPLUS::Dist</code> object on success and false on failure.</p> <p> </p> <h2><a name="_dists___cpanplus__dist__dist_types_">@dists = CPANPLUS::Dist->dist_types;</a></h2> <p>Returns a list of the CPANPLUS::Dist::* classes available</p> <p> </p> <h2><a name="prereq_satisfied__modobj_____modobj__version_____version_spec__">prereq_satisfied( modobj => $modobj, version => $version_spec )</a></h2> <p>Returns true if this prereq is satisfied. Returns false if it's not. Also issues an error if it seems "unsatisfiable," i.e. if it can't be found on CPAN or the latest CPAN version doesn't satisfy it.</p> <p> </p> <h2><a name="_resolve_prereqs">_resolve_prereqs</a></h2> <p>Makes sure prerequisites are resolved</p> <p>XXX Need docs, internal use only</p> <table border="0" width="100%" cellspacing="0" cellpadding="3"> <tr><td class="block" style="background-color: #cccccc" valign="middle"> <big><strong><span class="block"> ../lib/CPANPLUS/Dist.pm</span></strong></big> </td></tr> </table> </body> </html>
Ms-Dos/Windows
Unix
Write backup
jsp File Browser version 1.2 by
www.vonloesch.de