Skip to content

Commit

Permalink
{is,install}_tested: one's documentation was missing, the other was i…
Browse files Browse the repository at this point in the history
…n the wrong class and place; now both in the Shell section
  • Loading branch information
andk committed Mar 18, 2012
1 parent 7b966a0 commit 552e54b
Showing 1 changed file with 11 additions and 5 deletions.
16 changes: 11 additions & 5 deletions lib/CPAN.pm
Expand Up @@ -1716,6 +1716,17 @@ activities. The data for this is collected in the YAML file
C<FTPstats.yml> in your C<cpan_home> directory. If no YAML module is
configured or YAML not installed, no stats are provided.
=item install_tested
Install all distributions that have been tested successfully but have
not yet been installed. See also C<is_tested>.
=item is_tested
List all buid directories of distributions that have been tested
successfully but have not yet been installed. See also
C<install_tested>.
=head2 mkmyconfig
mkmyconfig() writes your own CPAN::MyConfig file into your C<~/.cpan/>
Expand Down Expand Up @@ -2882,11 +2893,6 @@ its dependencies, use CPAN::Shell->install.
Note that install() gives no meaningful return value. See uptodate().
=item CPAN::Distribution::install_tested()
Install all distributions that have tested successfully but
not yet installed. See also C<is_tested>.
=item CPAN::Distribution::isa_perl()
Returns 1 if this distribution file seems to be a perl distribution.
Expand Down

0 comments on commit 552e54b

Please sign in to comment.