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

App-DualLivedList - Perl extension to determine if a module is Dual-Lived.

SYNOPSIS

dual-lived < module_name >

DESCRIPTION

This script provides an easy way to determine if a module is Dual-Lived or is not Dual-Lived.

USAGE

dual-lived CGI - returns the module name, author, current version on CPAN, installed version number, status as dual-lived or core or not.

dual-lived /^CGI/ - returns all the modules on CPAN that start with CGI.

dual-lived /CGI/ - returns all the modules on CPAN that have CGI somewhere in the namespace.

dual-lived /word/ - searchs the entire CPAN for "word" or parts of that word. Note:: "entire" means just that. For example: dual-lived /hog/ could return hog, ho, hog-tied, etc.

CAVEATS

App::DualLivedList covers the latest stable perl which is 5.12.1

AUTHOR

Version 0.00_04 Kevin W. Henwood <Khen1950fx@aol.com>

COPYRIGHT AND LICENSE

Copyright (C) 2010 by Kevin W. Henwood

This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself, either Perl version 5.5.0 or, at your option, any later version of Perl 5 you may have available.