| Task-Business-AU documentation | Contained in the Task-Business-AU distribution. |
Task::Business::AU - A Task module for Australian Businesses
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.
Adam Kennedy <adamk@cpan.org>
Task, http://phase-n.com/
Copyright 2006 Adam Kennedy.
This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.
The full text of the license can be found in the LICENSE file included with this module.
| 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__