Task::Business::AU - A Task module for Australian Businesses


Task-Business-AU documentation Contained in the Task-Business-AU distribution.

Index


Code Index:

NAME

Top

Task::Business::AU - A Task module for Australian Businesses

DESCRIPTION

Top

There is a gradual awareness in Australia that Open Source is good for business. But the modules that have been created so far are somewhat ad-hoc, and scattered around.

The goal for Task::Business::AU is to provide a focus for the development of Australia-specific Business:: modules, and provide a single cpan Task::Business::AU command that can be used to install all the modules in one hit.

AUTHOR

Top

Adam Kennedy <adamk@cpan.org>

SEE ALSO

Top

Task, http://phase-n.com/

COPYRIGHT

Top


Task-Business-AU documentation Contained in the Task-Business-AU distribution.

package Task::Business::AU;

use strict;
use vars qw{$VERSION};
BEGIN {
	$VERSION = '0.02';
}

1;

__END__