[Rt-commit] r6139 - in commitbit: . trunk
jesse at bestpractical.com
jesse at bestpractical.com
Mon Oct 2 14:01:32 EDT 2006
Author: jesse
Date: Mon Oct 2 14:01:30 2006
New Revision: 6139
Modified:
commitbit/ (props changed)
commitbit/trunk/META.yml
commitbit/trunk/lib/CommitBit.pm
Log:
r27993 at pinglin: jesse | 2006-10-02 13:59:30 -0400
* 0.02
Modified: commitbit/trunk/META.yml
==============================================================================
--- commitbit/trunk/META.yml (original)
+++ commitbit/trunk/META.yml Mon Oct 2 14:01:30 2006
@@ -11,4 +11,4 @@
Module::CoreList: 0
Text::Password::Pronounceable: 0
UNIVERSAL::require: 0
-version: 0.01
+version: 0.02
Modified: commitbit/trunk/lib/CommitBit.pm
==============================================================================
--- commitbit/trunk/lib/CommitBit.pm (original)
+++ commitbit/trunk/lib/CommitBit.pm Mon Oct 2 14:01:30 2006
@@ -3,18 +3,21 @@
use warnings;
use strict;
-our $VERSION = '0.01';
+our $VERSION = '0.02';
=head1 NAME
-CommitBit - An opensource project administration tool
+CommitBit - A project administration tool
=head1 DESCRIPTION
-CommitBit is a tool for managing commit access to opensource 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 at bestpractical.com and ask for a commit bit.
+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 at bestpractical.com and ask for a commit bit.
=head1 AUTHORS
@@ -29,7 +32,8 @@
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)
+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
More information about the Rt-commit
mailing list