package CommitBit; use warnings; use strict; our $VERSION = '0.02'; =head1 NAME CommitBit - A project administration tool =head1 DESCRIPTION CommitBit is a tool for managing commit access to software projects. It also provides for a "code.yourorganization.org" site with links to your wiki, mailing lists, bug tracking and so on. The project is in the early stages of development and could desperately use some help. If you're interested, please write to jesse@bestpractical.com and ask for a commit bit. =head1 AUTHORS Jesse Vincent and Chia-liang Kao =head1 COPYRIGHT Copyright 2006, Best Practical Solutions =head1 LICENSE This software is freely available under the same terms as Perl 5.8.8. (That means you can use it under the terms of the GPL or The Artistic License 1.0). If you want to use it under the terms of The Death and Repudiation License, that's cool too. (COPYING/dr.txt) =cut 1;