Defaults
- The 'dateformat' settings now default to the ISO-8601 standard of 'Y-M-D'.
This commit is contained in:
@@ -36,7 +36,8 @@ if (open my $fh, '>', 'roundtrip.rc')
|
||||
print $fh "data.location=.\n",
|
||||
"verbose=off\n",
|
||||
"confirmation=no\n",
|
||||
"defaultwidth=100\n";
|
||||
"defaultwidth=100\n",
|
||||
"dateformat=m/d/Y\n";
|
||||
close $fh;
|
||||
ok (-r 'roundtrip.rc', 'Created roundtrip.rc');
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user