Man Page: cpanplus::module::fake
Operating Environment: debian
Section: 3perl
CPANPLUS::Module::Fake(3perl) Perl Programmers Reference Guide CPANPLUS::Module::Fake(3perl)NAMECPANPLUS::Module::Fake - fake module object for internal useSYNOPSISmy $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, );DESCRIPTIONA class for creating fake module objects, for shortcut use internally by CPANPLUS. Inherits from "CPANPLUS::Module".METHODSnew( 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::shell(3pm) - osx |
| cpanplus::module::author(3) - centos |
| cpanplus::module::author(3perl) - debian |
| cpanplus::shell(3perl) - debian |
| Similar Topics in the Unix Linux Community |
|---|
| awk or sed - Convert 2 lines to 1 line |
| How can I do this in VI editor? |
| Introduction |
| Find columns in a file based on header and print to new file |
| My first PERL incarnation... Audio Oscillograph |