cpanplus::module::fake(3perl) debian man page | unix.com

Man Page: cpanplus::module::fake

Operating Environment: debian

Section: 3perl

CPANPLUS::Module::Fake(3perl)				 Perl Programmers Reference Guide			     CPANPLUS::Module::Fake(3perl)

NAME
CPANPLUS::Module::Fake - fake module object for internal use
SYNOPSIS
my $obj = CPANPLUS::Module::Fake->new( module => 'Foo', path => 'ftp/path/to/foo', author => CPANPLUS::Module::Author::Fake->new, package => 'fake-1.1.tgz', _id => $cpan->_id, );
DESCRIPTION
A class for creating fake module objects, for shortcut use internally by CPANPLUS. Inherits from "CPANPLUS::Module".
METHODS
new( module => $mod, path => $path, package => $pkg, [_id => DIGIT] ) Creates a dummy module object from the above parameters. It can take more options (same as "CPANPLUS::Module->new" but the above are required. perl v5.14.2 2014-09-29 CPANPLUS::Module::Fake(3perl)
Related Man Pages
cpanplus::shell(3pm) - mojave
cpanplus::module::author(3pm) - osx
cpanplus::shell(3) - centos
cpanplus::module::author(3) - centos
cpanplus::backend::rv(3perl) - debian
Similar Topics in the Unix Linux Community
awk or sed - Convert 2 lines to 1 line
Detecting unused variables...
Find columns in a file based on header and print to new file
A (ksh) Library For and From UNIX.com
My first PERL incarnation... Audio Oscillograph