[Bps-public-commit] r13108 - in App-Todo: bin lib lib/App

trs at bestpractical.com trs at bestpractical.com
Tue Jun 10 10:14:45 EDT 2008


Author: trs
Date: Tue Jun 10 10:14:19 2008
New Revision: 13108

Added:
   App-Todo/lib/
   App-Todo/lib/App/
   App-Todo/lib/App/Todo.pm
Modified:
   App-Todo/   (props changed)
   App-Todo/bin/todo.pl

Log:
 r35826 at zot:  tom | 2008-06-10 10:09:56 -0400
 Add a stub lib/App/Todo.pm so it's indexed and bump the version.


Modified: App-Todo/bin/todo.pl
==============================================================================
--- App-Todo/bin/todo.pl	(original)
+++ App-Todo/bin/todo.pl	Tue Jun 10 10:14:19 2008
@@ -25,7 +25,7 @@
 use File::Temp;
 
 our $CONFFILE = "$ENV{HOME}/.hiveminder";
-our $VERSION = 0.93;
+our $VERSION = 0.94;
 our %config = ();
 our $ua = LWP::UserAgent->new;
 our $locator = Number::RecordLocator->new();

Added: App-Todo/lib/App/Todo.pm
==============================================================================
--- (empty file)
+++ App-Todo/lib/App/Todo.pm	Tue Jun 10 10:14:19 2008
@@ -0,0 +1,13 @@
+package App::Todo;
+
+=head1 NAME
+
+App::Todo - Provides todo.pl, a command-line interface to Hiveminder
+
+=head1 DESCRIPTION
+
+Please see the documentation for L<todo.pl>.
+
+=cut
+
+1;



More information about the Bps-public-commit mailing list