Lines Matching refs:readme
69 install make readme recompile shell test clean
258 make test install force readme reload look
1372 readme display these dists' README files
2158 #-> sub CPAN::Shell::readme ;
2159 sub readme { shift->rematein('readme',@_); }
2317 readme(\.(gz|Z))? |
2988 [mru]|make|clean|dump|get|test|install|readme|look|cvs_import
4169 #-> sub CPAN::Distribution::readme ;
4170 sub readme {
4181 split(/\//,"$sans.readme"),
4184 $local_file = CPAN::FTP->localize("authors/id/$sans.readme",
4186 or $CPAN::Frontend->mydie(qq{No $sans.readme found});;
5194 #-> sub CPAN::Bundle::readme ;
5195 sub readme {
5200 $CPAN::META->instance('CPAN::Distribution',$file)->readme;
5501 #-> sub CPAN::Module::readme ;
5502 sub readme { shift->rematein('readme') }
6139 =item get, readme, look module or distribution
6141 C<get> downloads a distribution file without further action. C<readme>
6416 =item CPAN::Bundle::readme()
6418 Recursively runs the C<readme> method on all items contained in the bundle
6506 =item CPAN::Distribution::readme()
6610 =item CPAN::Module::readme()
6612 Runs a C<readme> on the distribution associated with this module.