ACME::CPANPLUS::Module::With::Core::PreReq - Fake module with a prereq that is a core module for testing CPANPLUS


ACME-CPANPLUS-Module-With-Core-PreReq documentation Contained in the ACME-CPANPLUS-Module-With-Core-PreReq distribution.

Index


Code Index:

NAME

Top

ACME::CPANPLUS::Module::With::Core::PreReq - Fake module with a prereq that is a core module for testing CPANPLUS

SYNOPSIS

Top

 # erm

 cpanp -i ACME::CPANPLUS::Module::With::Core::PreReq

DESCRIPTION

Top

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.

AUTHOR

Top

Chris BinGOs Williams <chris@bingosnet.co.uk>

LICENSE

Top

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__