IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 6626


Ignore:
Timestamp:
Mar 16, 2006, 5:42:32 PM (20 years ago)
Author:
jhoblitt
Message:

add dsget

Location:
trunk/DataStore
Files:
2 added
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/DataStore/Build.PL

    r6617 r6626  
    1111        'Carp'                  => 0,
    1212        'Data::Validate::URI'   => '0.01',
     13        'Digest::MD5::File'     => '0.03',
     14        'File::Basename'        => 0,
     15        'File::Temp'            => '0.16',
    1316        'File::stat'            => 0,
    14         'Digest::MD5::File'     => '0.03',
    1517        'LWP::UserAgent'        => 0,
    16         'POSIX'                 => 0,
    1718        'Params::Validate'      => '0.77',
    1819    },
     
    2223        'Test::More'            => 0,
    2324        'Test::Warn'            => '0.08',
    24         'File::Temp'            => '0.16',
    2525    },
    2626    recommends          => {
    2727        'Test::Distribution'    => '1.22',
    2828    },
    29 #    script_files        => [qw()],
     29    script_files        => [qw(scripts/dsget)],
    3030)->create_build_script;
  • trunk/DataStore/MANIFEST

    r6612 r6626  
    1616lib/DataStore/Response.pm
    1717lib/DataStore/Utils.pm
     18scripts/dsget
    1819t/00_distribution.t
    1920t/01_load.t
Note: See TracChangeset for help on using the changeset viewer.