All,
What's wrong with Test::Able?
-jdv
Jon,
You might want to take a look at Module::Install::AuthorTests as
an example of one way to do it.
-jdv
Jonathan Swartz wrote:
> There are certain tests in my distribution that I don't want end users
> to run. I want to run them during development, and I also want anyone
> else contributing t
Ovid wrote:
> For example, with your code (as I understand it):
>
> test {
> my $manager = Feed::Manager->new($some_uri);
> foreach my $resource ($manager->resources) {
> ok my $result = $manager->get($resource), "$resource should
> work";
> }
> }
>
> Imagine that th
Hello,
I was told this might be a place to get information about
upcoming Test::Builder changes.
I'd like to know if and when Test::Builder will officially
support true plan at end. The current version of
Test::Builder reports 1..$seen_tests instead of
1..$expected_tests.
I've had to resort to