From: Mike Taylor Date: Wed, 11 Oct 2006 14:34:21 +0000 (+0000) Subject: Add missing =cut X-Git-Tag: CPAN-v1.02~54^2~940 X-Git-Url: http://git.indexdata.com/?p=irspy-moved-to-github.git;a=commitdiff_plain;h=d1a183021955e2f7cc6c16c0779767b66acebce9;hp=839f11b7f5b35d7329c361afd806aee156b06c2c Add missing =cut --- 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) = @_;