CrowdControl - User Management Framework for Web Applications


CrowdControl documentation Contained in the CrowdControl distribution.

Index


Code Index:

NAME

Top

CrowdControl - User Management Framework for Web Applications

VERSION

Top

Version 0.01

DESCRIPTION

Top

This module is a placeholder.

If you want to install Crowd Control, the user management framework for web apps, you should visit http://crowdcontrol.infotrope.net/ and download a tarball or zipfile there.

If you wish to install CrowdControl's dependencies from CPAN, you will want to install Bundle::CrowdControl instead.

AUTHOR

Top

Kirrily "Skud" Robert, <skud at cpan.org>

BUGS

Top

It seems improbable that there will be any bugs on this module, as it does nothing.

If you wish to report bugs in the Crowd Control application, please visit the website at http://crowdcontrol.infotrope.net/

COPYRIGHT & LICENSE

Top


CrowdControl documentation Contained in the CrowdControl distribution.
package CrowdControl;

use warnings;
use strict;

our $VERSION = '0.01';

1; # End of CrowdControl