WWW::Crab::Client ================= This module implements a subset of the Crab protocol sufficient for reporting the status of a cron job to the Crab server. It is intended to work similarly to the Python Crab client module, but be more convient for cron jobs written in Perl. The Crab server and utilities are available from: http://github.com/grahambell/crab Requirements ------------ Config::IniFiles LWP::UserAgent IO::Scalar File::HomeDir File::Spec JSON HTTP::Request Sys::Hostname Building -------- perl Build.PL ./Build ./Build test ./Build install Authors ------- Graham Bell Copyright --------- Copyright (C) 2012 Science and Technology Facilities Council. This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program. If not, see .