projects
/
irspy-moved-to-github.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b9988dd
)
Add missing =cut
author
Mike Taylor
<mike@indexdata.com>
Wed, 11 Oct 2006 14:34:21 +0000
(14:34 +0000)
committer
Mike Taylor
<mike@indexdata.com>
Wed, 11 Oct 2006 14:34:21 +0000
(14:34 +0000)
lib/ZOOM/IRSpy/Node.pm
patch
|
blob
|
history
diff --git
a/lib/ZOOM/IRSpy/Node.pm
b/lib/ZOOM/IRSpy/Node.pm
index
84eadca
..
eaf61a2
100644
(file)
--- 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) = @_;