Changeset 633
- Timestamp:
- 04/09/07 15:12:41 (6 years ago)
- Files:
-
- 2 modified
-
applications/shepherd (modified) (2 diffs)
-
status (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
applications/shepherd
r629 r633 2 2 3 3 my $progname = 'shepherd'; 4 my $version = '0.4.8 6';4 my $version = '0.4.87'; 5 5 6 6 # tv_grab_au … … 1155 1155 local $SIG{ALRM}; 1156 1156 if ($timeout > 0) { 1157 $SIG{ALRM} = sub { die "alarm\n" };1157 $SIG{ALRM} = sub { die "alarm\n"; }; 1158 1158 alarm $timeout; # set alarm 1159 1159 } -
status
r632 r633 1 application shepherd 0.4.8 61 application shepherd 0.4.87 2 2 grabber yahoo7widget 1.82 3 3 grabber rex 3.4.9
