Changeset 9827
- Timestamp:
- Nov 1, 2006, 5:15:08 PM (20 years ago)
- Location:
- trunk/DataStore
- Files:
-
- 2 edited
-
Changes (modified) (1 diff)
-
scripts/dsleech (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/DataStore/Changes
r8730 r9827 1 1 Revision history for Perl module DataStore 2 3 0.06 4 - fix dsleech to handle valid but empty filesets 2 5 3 6 0.05 Fri Sep 1 11:28:13 HST 2006 -
trunk/DataStore/scripts/dsleech
r8727 r9827 3 3 # Copyright (C) 2006 Joshua Hoblitt 4 4 # 5 # $Id: dsleech,v 1. 3 2006-09-01 21:18:30jhoblitt Exp $5 # $Id: dsleech,v 1.4 2006-11-02 03:15:08 jhoblitt Exp $ 6 6 7 7 use strict; … … 96 96 97 97 my $files = $response->data; 98 # if we get an empty fileset ->request will sucessed but ->data will 99 # return undef 100 next unless defined $files; 98 101 unless (@$files) { 99 102 print "no files in fileset ", $fileset->set, "\n" if $verbose;
Note:
See TracChangeset
for help on using the changeset viewer.
