[Bps-public-commit] Net-Hiveminder branch, master, updated. 89fd97157fa8f4664332000bde6a2d28b66ba92b
sartak at bestpractical.com
sartak at bestpractical.com
Thu Jul 9 04:39:04 EDT 2009
The branch, master has been updated
via 89fd97157fa8f4664332000bde6a2d28b66ba92b (commit)
from c04652afd60a677a6549f769fbfe64828ddfef7a (commit)
Summary of changes:
lib/Net/Hiveminder.pm | 12 +++++-------
1 files changed, 5 insertions(+), 7 deletions(-)
- Log -----------------------------------------------------------------
commit 89fd97157fa8f4664332000bde6a2d28b66ba92b
Author: Shawn M Moore <sartak at gmail.com>
Date: Thu Jul 9 04:38:59 2009 -0400
POD fixes
diff --git a/lib/Net/Hiveminder.pm b/lib/Net/Hiveminder.pm
index 6009a8c..11e3156 100644
--- a/lib/Net/Hiveminder.pm
+++ b/lib/Net/Hiveminder.pm
@@ -319,12 +319,6 @@ sub loc2id {
return wantarray ? @ids : $ids[0];
}
-=head2 tasks2ids
-
-Deprecated
-
-=cut
-
sub tasks2ids {
Carp::carp "Net::Hiveminder->tasks2ids is deprecated, use loc2id instead.";
loc2id(@_);
@@ -565,6 +559,10 @@ Transforms the given record locators (or tasks) to regular IDs.
Transform the given IDs into record locators.
+=head2 tasks2ids
+
+Deprecated
+
=head2 comments_on TASK -> (String)s
Returns a list of the comments on the given task.
@@ -610,7 +608,7 @@ L<http://rt.cpan.org/NoAuth/ReportBug.html?Queue=Net-Hiveminder>.
=head1 COPYRIGHT & LICENSE
-Copyright 2007-2008 Best Practical Solutions.
+Copyright 2007-2009 Best Practical Solutions.
This program is free software; you can redistribute it and/or modify it
under the same terms as Perl itself.
-----------------------------------------------------------------------
More information about the Bps-public-commit
mailing list