in reply to Re^5: Inscrutable test failure
in thread Inscrutable test failure
Yeah... That (calendar) date issue is why I introduced Date::Manip and dynamically-determined dates to the tests in the first place. I'd really like to get rid of it without either introducing dependencies on which timezone the test is run in or reproducing the is_weekday logic in the test (which seems like it would defeat the test's purpose, since it would also reproduce any bugs in the original), but I have no idea how to do so.