Many radical changes to the IRSpy engine, enabling a far more asynchronous approach...
authorMike Taylor <mike@indexdata.com>
Fri, 6 Oct 2006 11:33:07 +0000 (11:33 +0000)
committerMike Taylor <mike@indexdata.com>
Fri, 6 Oct 2006 11:33:07 +0000 (11:33 +0000)
commit880bb74a2cc77e58aa99cbaeb300435316417e76
tree51eb93dc0781d78e8b6893b078120a9a82f4ed63
parent378c5b5e691e85900047ef38a913cc69b6537edc
Many radical changes to the IRSpy engine, enabling a far more asynchronous approach.  Work remains to be done on the engine, but there's enough here that test can now be written.
13 files changed:
lib/ZOOM/IRSpy.pm
lib/ZOOM/IRSpy/Connection.pm [new file with mode: 0644]
lib/ZOOM/IRSpy/Node.pm [new file with mode: 0644]
lib/ZOOM/IRSpy/Task.pm [new file with mode: 0644]
lib/ZOOM/IRSpy/Task/Connect.pm [new file with mode: 0644]
lib/ZOOM/IRSpy/Task/Search.pm [new file with mode: 0644]
lib/ZOOM/IRSpy/Test.pm
lib/ZOOM/IRSpy/Test/Main.pm
lib/ZOOM/IRSpy/Test/Ping.pm
lib/ZOOM/IRSpy/Test/Search/Bib1.pm
lib/ZOOM/IRSpy/Test/Search/Main.pm
lib/ZOOM/IRSpy/Test/Search/Title.pm
lib/ZOOM/Pod.pm