| ACME-CPANPLUS-Module-With-Core-PreReq documentation | Contained in the ACME-CPANPLUS-Module-With-Core-PreReq distribution. |
ACME::CPANPLUS::Module::With::Core::PreReq - Fake module with a prereq that is a core module for testing CPANPLUS
# erm cpanp -i ACME::CPANPLUS::Module::With::Core::PreReq
ACME::CPANPLUS::Module::With::Core::PreReq is a fake module that has a prerequisite of a core module so I can test something in CPANPLUS and CPANPLUS::YACSmoke
No moving parts and nothing to see.
Chris BinGOs Williams <chris@bingosnet.co.uk>
Copyright © Chris Williams
This module may be used, modified, and distributed under the same terms as Perl itself. Please see the license that came with your Perl distribution for details.
| ACME-CPANPLUS-Module-With-Core-PreReq documentation | Contained in the ACME-CPANPLUS-Module-With-Core-PreReq distribution. |
package ACME::CPANPLUS::Module::With::Core::PreReq; use strict; use warnings; our $VERSION = '0.04'; qq[Nobody here but us chickens]; __END__