The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

NAME

cpanauthor - print to stdout url to download link to AUTHOR DISTRO latest version

USAGE

cpanauthor [OPTIONS].. AUTHOR DISTRO

   -h    help
   -v    version
   -y      output yaml for use with tmpltk

AUTHOR is the cpan author id. DISTRO is the distribution name, module name, etc, without the version number.

USAGE EXAMPLES

To see abstract and latest version download url, readme and abstract:

   cpanauthor -y LEOCHARRE bugzillareport

To print the download url for latest version

   cpanauthor LEOCHARRRE bugzillareport

To see all the distributions the AUTHOR has

   cpanauthor LEOCHARRE

To download latest of something

   wget `cpanauthor LEOCHARRRE bugzillareport`

REQUIREMENTS

Getopt::Std::Strict LEOCHARRE::Strings Test::Simple YAML wget

CAVEATS

I'm using this, works nice- it's alpha though. Feel free to make suggestions etc. I wrote this took because it does what I need.

AUTHOR

Leo Charre leocharre at cpan dot org

LICENSE

This package is free software; you can redistribute it and/or modify it under the same terms as Perl itself, i.e., under the terms of the "Artistic License" or the "GNU General Public License".

DISCLAIMER

This package is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

See the "GNU General Public License" for more details.