cPanel - Perl extension to cPanel servers


cPanel documentation Contained in the cPanel distribution.

Index


Code Index:

NAME

Top

cPanel - Perl extension to cPanel servers

SYNOPSIS

Top

  use cPanel;

DESCRIPTION

Top

This is a placeholder for now for cPanel:: modules.

I'm doing this as a cPanel http://www.cpanel.net developer for future development of our public API.

USING THE cPanel:: namespace

Top

If you'd like to use the cPanel namespace in your modules, please use cPanel::3rdparty, cPanel::Custom, cPanel::Local, or cPanel::My as your base namespace to avoid confusion with modules released by cPanel, Inc.

Thank you very much for your consideration in this matter.

AUTHOR

Top

Daniel Muey, <http://drmuey.com/cpan_contact.pl<gt>

COPYRIGHT AND LICENSE

Top


cPanel documentation Contained in the cPanel distribution.

package cPanel;

use strict;
use warnings;

use version;our $VERSION = qv('0.0.1');

1;
__END__