The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
P4-Server

The P4::Server module provides for configuration and control of a Perforce
server from within Perl. See P4::Server for version and usage.

INSTALLATION

To install this module, run the following commands:

    perl Makefile.PL
    make
    make test
    make testcover
    make install


Alternatively, to install with Module::Build, you can use the following commands:

    perl Build.PL
    ./Build
    ./Build test
    ./Build testcover
    ./Build install


SUPPORT AND DOCUMENTATION

After installing, you can find documentation for this module with the perldoc command.

    perldoc P4::Server

You can also look for information at:

    Search CPAN
        http://search.cpan.org/dist/P4-Server

    CPAN Request Tracker:
        http://rt.cpan.org/NoAuth/Bugs.html?Dist=P4-Server

    AnnoCPAN, annotated CPAN documentation:
        http://annocpan.org/dist/P4-Server

    CPAN Ratings:
        http://cpanratings.perl.org/d/P4-Server

COPYRIGHT AND LICENCE

Copyright (C) 2007 Stephen Vance

This program is free software; you can redistribute it and/or modify it
under the same terms as Perl itself.