in reply to Re^2: Unit Testing in Perl
in thread Unit Testing in Perl

If Test::Unit does what you want, but sucks, then perhaps you could consider taking it over, upgrading it to use Test::More or some other TAP-based module, and improving it as you see fit?

Replies are listed 'Best First'.
Re^4: Unit Testing in Perl
by adrianh (Chancellor) on Jun 27, 2005 at 01:20 UTC
    If Test::Unit does what you want, but sucks, then perhaps you could consider taking it over, upgrading it to use Test::More or some other TAP-based module, and improving it as you see fit?

    As pointed out earlier I've already volunteered for this. I did get around to mailing the maintainers and never got a reply. I should really chase it up.

      Goodo!

      Protocol is generally that you mail a couple of times over a couple of weeks, and try any other "reasonable" way you can think of to contact them. (google for other non-stale email addresses if this is the case, etc).

      If the author is persona non grata, then write to the modules@ mailing list and ask to take over the module. You will be added to the authors for the module, then patch the existing version as you see fit and upload.
        Protocol is generally that you mail a couple of times over a couple of weeks, and ...

        Yup. I know what the protocol is - just not had the tuits available to implement it :-)

        Although, a maintainer recently popped up on the T::U mailing list who looks like they might be considering making some changes - so I may not need to bother.