[Bps-public-commit] r12127 - in Net-Hiveminder: lib/Net
sartak at bestpractical.com
sartak at bestpractical.com
Wed May 7 03:18:06 EDT 2008
Author: sartak
Date: Wed May 7 03:18:06 2008
New Revision: 12127
Modified:
Net-Hiveminder/ (props changed)
Net-Hiveminder/Changes
Net-Hiveminder/lib/Net/Hiveminder.pm
Log:
r55171 at onn: sartak | 2008-05-07 03:18:03 -0400
Add a send_feedback method
Modified: Net-Hiveminder/Changes
==============================================================================
--- Net-Hiveminder/Changes (original)
+++ Net-Hiveminder/Changes Wed May 7 03:18:06 2008
@@ -4,6 +4,7 @@
Add a "color" option to display_tasks; color the record locator by
priority
Allow passing arguments from todo to display_tasks
+ Add a send_feedback method
0.05 Mon Mar 17 08 13:22:32
todo, create_task and braindump now use filters so you can have .hm
Modified: Net-Hiveminder/lib/Net/Hiveminder.pm
==============================================================================
--- Net-Hiveminder/lib/Net/Hiveminder.pm (original)
+++ Net-Hiveminder/lib/Net/Hiveminder.pm Wed May 7 03:18:06 2008
@@ -611,6 +611,19 @@
);
}
+=head2 send_feedback TEXT
+
+Sends the given TEXT as feedback to the Hiveminder team.
+
+=cut
+
+sub send_feedback {
+ my $self = shift;
+ my $text = shift;
+
+ $self->act('SendFeedback', content => $text);
+}
+
=head1 SEE ALSO
L<Jifty>, L<Net::Jifty>
More information about the Bps-public-commit
mailing list