| Net-Delicious documentation | Contained in the Net-Delicious distribution. |
Net::Delicious::Constants::Pause -
use Net::Delicious::Constants qw (:pause)
Constant variables for del.icio.us
Int.
Int.
Float.
Float.
1.13
$Date: 2008/03/03 16:55:04 $
Aaron Straup Cope <ascope@cpan.org>
Copyright (c) 2004-2008 Aaron Straup Cope. All rights reserved.
This is free software, you may use it and distribute it under the same terms as Perl itself.
| Net-Delicious documentation | Contained in the Net-Delicious distribution. |
package Net::Delicious::Constants::Pause; use strict; # $Id: Pause.pm,v 1.13 2008/03/03 16:55:04 asc Exp $
$Net::Delicious::Constants::Pause::VERSION = '1.14';
use constant PAUSE_ONSTATUS => 503;
use constant PAUSE_MAXTRIES => 10;
use constant PAUSE_SECONDS_OK => 0.75;
use constant PAUSE_SECONDS_UNAVAILABLE => PAUSE_SECONDS_OK * 2; BEGIN { use vars qw (@EXPORT_OK); @EXPORT_OK = qw (PAUSE_ONSTATUS PAUSE_MAXTRIES PAUSE_SECONDS_OK PAUSE_SECONDS_UNAVAILABLE); }
return 1;