Safari Books Online is a digital library providing on-demand subscription access to thousands of learning resources.
If you've written the tests for a class but you haven't yet written the implementation, mark the tests as TODO. That way, everyone will know that you expect them to fail. If they succeed, it'll be a nice surprise.
Test::Class allows you to mark tests in the same manner as tests using Test::More. Simply localize the $TODO variable with the reason why you're putting them off.