IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
May 12, 2008, 12:04:53 PM (18 years ago)
Author:
jhoblitt
Message:

add --timeout option to all ds*ls utilties and other minor doc changes
add the ability to all DataStore::* classes that handle HTTP to pass options directly to LWP::UserAgent

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/DataStore/scripts/dsget

    r17552 r17637  
    33# Copyright (C) 2006-2008  Joshua Hoblitt
    44#
    5 # $Id: dsget,v 1.23 2008-05-07 03:05:03 jhoblitt Exp $
     5# $Id: dsget,v 1.24 2008-05-12 22:04:53 jhoblitt Exp $
    66
    77use strict;
     
    126126# request the file from the remote data store server (save in tmpfilename)
    127127my $response = DataStore::File->new(%p)->request(
    128     filename => $tmpfilename,
    129     ua_args  => { timeout => $timeout},
    130 );
     128        filename => $tmpfilename,
     129        ua_args  => { timeout => $timeout },
     130    );
    131131
    132132die "request failed" unless defined $response;
     
    282282=head1 SEE ALSO
    283283
    284 L<DataStore>, L<DataStore::File>
     284L<dsget>, L<dsleech>, L<dsrootls>, L<dsproductls>, L<dsfilesetls>, L<DataStore>
    285285
    286286=cut
Note: See TracChangeset for help on using the changeset viewer.