Changeset 969
- Timestamp:
- 11/10/07 13:53:07 (6 years ago)
- Location:
- trunk
- Files:
-
- 2 modified
-
applications/shepherd (modified) (2 diffs)
-
status (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/applications/shepherd
r949 r969 2 2 3 3 my $progname = 'shepherd'; 4 my $version = '1.2.2 6';4 my $version = '1.2.27'; 5 5 6 6 # tv_grab_au … … 1483 1483 { 1484 1484 open (FILE, ">$store") 1485 or (&log("ERROR: Unable to open $store for writing .\n") and return undef);1485 or (&log("ERROR: Unable to open $store for writing: $!.\n") and return undef); 1486 1486 print FILE $response->content(); 1487 1487 close FILE; -
trunk/status
r968 r969 1 application shepherd 1.2.2 61 application shepherd 1.2.27 2 2 reference channel_list 7 3 3 reference Shepherd/Common.pm 0.29
