+2008-07-06 Andrew Ruthven
+ Fix a couple of minor typos in the arguement passing, and the help
+ screen. Thank you Mike Holden for reporting these.
+
2008-06-19 Andrew Ruthven
Just extend the copyright time ranges to include 2008.
Release version 0.8.1.
2008-06-18 Andrew Ruthven
Modify the auto expire logic to reduce the amount of needless work
- that is done. Thank youy Tom Metro for point this out.
+ that is done. Thank you Tom Metro for point this out.
Release version 0.8.0.
2008-05-28 Andrew Ruthven
GetOptions(
'c|colour|color' => \$colour,
- 'd|descripton' => \$description,
+ 'd|description' => \$description,
'e|episode' => \$episode,
'encoder-details' => \$encoder_details,
'h|host=s' => \$host,
Load XML from the file specified instead of querying a MythTV backend.
Handy for debugging things.
-=item B<< --guide-data-warn <days> >>
+=item B<< --guide-days-warn <days> >>
Warn if the number of days of guide data present is equal to or below
this level. Default is 2 days.