X-Git-Url: http://git.indexdata.com/?p=irspy-moved-to-github.git;a=blobdiff_plain;f=lib%2FZOOM%2FPod.pm;h=15644edc901b07b09f62a70ec0223322575d8d10;hp=3e2f9ceec2e3c3ba22346e94cad9b718ce7cf3ab;hb=08f7276dbdd4b6d3f02cfa3f4b4d06f0af331055;hpb=090b7f2226878ca362b174269ad43b41dd7b1d84 diff --git a/lib/ZOOM/Pod.pm b/lib/ZOOM/Pod.pm index 3e2f9ce..15644ed 100644 --- a/lib/ZOOM/Pod.pm +++ b/lib/ZOOM/Pod.pm @@ -1,4 +1,3 @@ -# $Id: Pod.pm,v 1.21 2006-09-27 12:48:20 mike Exp $ package ZOOM::Pod; @@ -111,6 +110,21 @@ sub new { }, $class; } + +=head2 connections() + + @c = $pod->connections(); + +Returns a list of the connection objects in the pod. + +=cut + +sub connections { + my $this = shift(); + return @{ $this->{conn} } +} + + =head2 option() $oldElemSet = $pod->option("elementSetName");