Tags: AZed/ebook-tools
Tags
Remove MMDDYYYY-unparseable test that produces different results between Date::Manip 6.11 and 6.25 The string that is being parsed into '2012-08-20' under 6.25 is '12082001'. Under 6.11 that will return 'undef', and likely candidates could be '1208-01-20', '2001-08-12', '2001-12-08'. '2012-08-20' is not something anyone looking at that number would guess. Since this is version-dependent, however, and the end environment will be unpredictable, there's no point in keeping the test.
PreviousNext