Subject: | Update to 2.04 broken tests |
The patch to update the constructors in 2.04 has unfortunately broken some of the unit tests meaning you can't install the module without skipping testing.
Looking at the tests dev-methods.t, dev-methods-batch.t and dev-methods-regression-2008-01-01.t they are expecting $ENV{AWS_ACCESS_KEY} and $ENV{AWS_SECRET_KEY} to be set.
I think the easiest plan would be to skip these tests if the environment variables aren't set.