2013-10-28 Andrew Ruthven
Guard against zero total disk space, this affected Werner Mahr.
+ Fix up processing of dates with oldstyle timestamps for in
+ progress recordings.
+
2013-10-27 Andrew Ruthven
Handle the handling in POD in Perl 5.18. Force the return code
=item lines to be handled correctly.
my ($value, $vars) = @_;
if ($value =~ /Z$/) {
- return process_iso_date($value, { date => 0 });
+ $value = process_iso_date($value, { date => 0 });
} else {
- return $value =~ s/.*T//;
+ $value =~ s/.*T//;
}
+
+ return $value;
},
},
'subs' => {