--- loncom/types/Queue.pm 2003/04/24 10:57:57 1.3 +++ loncom/types/Queue.pm 2003/04/24 15:12:40 1.4 @@ -1,6 +1,6 @@ # Implement a simple queue in terms of a list. # -# $Id: Queue.pm,v 1.3 2003/04/24 10:57:57 foxr Exp $ +# $Id: Queue.pm,v 1.4 2003/04/24 15:12:40 albertel Exp $ # # Copyright Michigan State University Board of Trustees # @@ -87,6 +87,7 @@ sub dequeue { =pod + =head1 Count Returns number of items in a queue.