Changeset 356

Show
Ignore:
Timestamp:
12/12/06 15:11:21 (7 years ago)
Author:
lincoln
Message:

need to soak up options even if we don't use them

Files:
2 modified

Legend:

Unmodified
Added
Removed
  • postprocessors/augment_timezone

    r355 r356  
    3232use strict; 
    3333my $progname = "adjust_timezone"; 
    34 my $version = "0.02"; 
     34my $version = "0.03"; 
    3535 
    3636use XMLTV; 
     
    5858        'output=s'              => \$opt->{output_file}, 
    5959        'mysql_file=s'          => \$opt->{mysql_file}, 
     60 
     61        'region=i'              => \$opt->{region},             # ignored 
     62        'days=i'                => \$opt->{days},               # ignored 
     63        'offset=i'              => \$opt->{offset},             # ignored 
     64        'timezone=s'            => \$opt->{timezone},           # ignored 
     65        'channels_file=s'       => \$opt->{channels_file},      # ignored 
     66        'config-file=s'         => \$opt->{configfile},         # ignored 
    6067 
    6168        'help'                  => \$opt->{help}, 
  • status

    r355 r356  
    1212reconciler      reconciler_mk2      0.16 
    1313postprocessor   imdb_augment_data   0.06 
    14 postprocessor   augment_timezone    0.02 
     14postprocessor   augment_timezone    0.03