POE::Queue::Array seemed to be using POE::Resource::Clock for no reason. Removed it, and tests seem none the worse. Yay!
commit 810cba7763ac815b914af3967b8d33b0a84aca13
Author: Rocco Caputo <rcaputo@cpan.org>
Date: Mon Aug 19 17:32:28 2013 -0400
[rt.cpan.org 87928] POE::Queue::Array didn't need POE::Resource::Clock?
diff --git a/lib/POE/Queue/Array.pm b/lib/POE/Queue/Array.pm
index 1245945..b3067b8 100644
--- a/lib/POE/Queue/Array.pm
+++ b/lib/POE/Queue/Array.pm
@@ -8,7 +8,6 @@ use vars qw($VERSION @ISA);
$VERSION = '1.354'; # NOTE - Should be #.### (three decimal places)
@ISA = qw(POE::Queue);
-use POE::Resource::Clock qw( wall2mono mono2wall monotime walltime time sleep );
use Errno qw(ESRCH EPERM);
use Carp qw(confess);
@@ -470,8 +469,7 @@ L<POE>, L<POE::Queue>
=head1 BUGS
-The stand-alone nature of this module is currently broken, as it
-depends upon POE::Resource::Clock.
+None currently known.
=head1 AUTHORS & COPYRIGHTS
(END)