From d1a183021955e2f7cc6c16c0779767b66acebce9 Mon Sep 17 00:00:00 2001 From: Mike Taylor Date: Wed, 11 Oct 2006 14:34:21 +0000 Subject: [PATCH] Add missing =cut --- lib/ZOOM/IRSpy/Node.pm | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/lib/ZOOM/IRSpy/Node.pm b/lib/ZOOM/IRSpy/Node.pm index 84eadca..eaf61a2 100644 --- a/lib/ZOOM/IRSpy/Node.pm +++ b/lib/ZOOM/IRSpy/Node.pm @@ -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) = @_; -- 1.7.10.4