@oalders noted in patch review on a pull request:
> Looks like this might be left over from debugging?
And he was indeed correct. ;)
I've removed the use. Data::Dumper isn't used by this test.
@oalders suggests in a pull request comment:
> If we use autodie then we won't need to check for success on open().
I've made this change to accommodate that suggestion.
These tests verify a TransactionSearch for ProfileID, and also serve as
an example of the method to find subscriptions using that method.
I've also added to the test a creation of an HTML form that can be used
to create a transaction that will allow the test to pass. This is a
hack, not unlike the hacks existing in the tests now that ask for
pasting of a transaction ID. Long term, if someone wants to do the
work, using WWW:Mechanize or some other method for full automation of
these tests might be useful, but I think the generated HTML file is a
step forward from the cut-and-paste solution currently in use.