
Dicop - a collection of routines used by a Dicop Server and Client

use Dicop;

perl5.008003, Exporter

Exports nothing on default.
Can export on request:
UNKNOWN DONE ISSUED SOLVED TOBEDONE FAILED SUSPENDED
TIMEOUT VERIFY BAD WAITING
MAX_ISSUED_AGE MAX_FAILED_AGE
status status_code

Contains an assortment of often used or handy support routines used by the server/proxy and the client.

Map a given status code to the status code name, e.g.:
Dicop::status(1); # return 'issued'
{
my $s = shift || 0;
return $status[$s] || 'UNKNOWN';
}
Given a status code name, returns the status code:
$done = dicop::Status_code('DONE');
Returns version and build number of Dicop::Base as a string that can be used as a float for comparing.

None known yet.

(c) Bundesamt fuer Sicherheit in der Informationstechnik 1998-2006
DiCoP is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License version 2 as published by the Free Software Foundation.
See the file LICENSE or http://www.bsi.de/ for more information.