Add missing =cut
authorMike Taylor <mike@indexdata.com>
Wed, 11 Oct 2006 14:34:21 +0000 (14:34 +0000)
committerMike Taylor <mike@indexdata.com>
Wed, 11 Oct 2006 14:34:21 +0000 (14:34 +0000)
lib/ZOOM/IRSpy/Node.pm

index 84eadca..eaf61a2 100644 (file)
@@ -1,4 +1,4 @@
-# $Id: Node.pm,v 1.2 2006-10-06 16:51:32 mike Exp $
+# $Id: Node.pm,v 1.3 2006-10-11 14:34:21 mike Exp $
 
 package ZOOM::IRSpy::Node;
 
@@ -98,6 +98,8 @@ Pretty-prints the node and, recursively, all its children.  The
 parameter is the level of indentation to use in printing the node;
 this method recursively invokes itself with higher levels.
 
+=cut
+
 sub print {
     my $this = shift();
     my($level) = @_;