Content-type: text/html Man page of CPANPLUS::Module::Fake

CPANPLUS::Module::Fake

Section: Perl Programmers Reference Guide (3perl)
Updated: 2007-12-18
Index Return to Main Contents
 

NAME

CPANPLUS::Module::Fake  

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.


 

Index

NAME
SYNOPSIS
DESCRIPTION
METHODS
new( module => $mod, path => $path, package => $pkg, [_id => DIGIT] )

This document was created by man2html, using the manual pages.
Time: 04:14:11 GMT, September 24, 2010