Comment.
[irspy-moved-to-github.git] / lib / ZOOM / IRSpy / Record.pm
index a0738c8..a630356 100644 (file)
@@ -1,6 +1,8 @@
-# $Id: Record.pm,v 1.21 2006-11-30 12:01:23 mike Exp $
+# $Id: Record.pm,v 1.23 2007-03-05 19:42:13 mike Exp $
 
 package ZOOM::IRSpy::Record;
+### I don't think there's any reason for this to be separate from
+#   ZOOM::IRSpy::Connection, now that the correspondence is always 1:1
 
 use 5.008;
 use strict;
@@ -32,6 +34,7 @@ sub new {
        $zeerex = _empty_zeerex_record($target);
     }
 
+    ### Parser should be in the IRSpy object
     my $parser = new XML::LibXML();
     return bless {
        irspy => $irspy,