New
[irspy-moved-to-github.git] / lib / ZOOM / IRSpy / Maintenance.pod
1 # $Id: Maintenance.pod,v 1.1 2006-09-12 16:32:42 mike Exp $
2
3 package ZOOM::IRSpy::Maintenance;
4
5 =head1 NAME
6
7 ZOOM::IRSpy::Maintenance - maintenance documentation for IRSpy
8
9 =head1 SYNOPSIS
10
11 The IRSpy application is implemented by a library of classes mostly
12 within the C<ZOOM::IRSpy> "namespace", together with a command-line
13 invocation script called C<irspy> and a web-based UI - either can be
14 used to run the spy software, but the latter is more capable in that
15 it also provides ways to interrogate the database of results.
16
17 =head1 DESCRIPTION
18
19 I<### To follow>
20
21 =cut
22
23 =head1 SEE ALSO
24
25 ZOOM::IRSpy
26
27 =head1 AUTHOR
28
29 Mike Taylor, E<lt>mike@indexdata.comE<gt>
30
31 =head1 COPYRIGHT AND LICENSE
32
33 Copyright (C) 2006 by Index Data ApS.
34
35 This library is free software; you can redistribute it and/or modify
36 it under the same terms as Perl itself, either Perl version 5.8.7 or,
37 at your option, any later version of Perl 5 you may have available.
38
39 =cut
40
41 1;