[Bps-public-commit] r9720 - in Net-Hiveminder: lib/Net
sartak at bestpractical.com
sartak at bestpractical.com
Wed Nov 21 16:36:38 EST 2007
Author: sartak
Date: Wed Nov 21 16:36:38 2007
New Revision: 9720
Modified:
Net-Hiveminder/ (props changed)
Net-Hiveminder/lib/Net/Hiveminder.pm
Log:
r45505 at onn: sartak | 2007-11-21 16:32:20 -0500
Add support for todo.pl .hiveminder files 8)
Modified: Net-Hiveminder/lib/Net/Hiveminder.pm
==============================================================================
--- Net-Hiveminder/lib/Net/Hiveminder.pm (original)
+++ Net-Hiveminder/lib/Net/Hiveminder.pm Wed Nov 21 16:36:38 2007
@@ -46,6 +46,10 @@
default => 'BTDT',
);
+has '+config_file' => (
+ default => "$ENV{HOME}/.hiveminder",
+);
+
=head2 display_tasks TASKS
This will take a list of hash references (tasks) and convert them to
More information about the Bps-public-commit
mailing list