http://qs1969.pair.com?node_id=207991


in reply to Re: Re: Strange behaviour in Apache::Htpasswd::htpasswd()
in thread Strange behaviour in Apache::Htpasswd::htpasswd()

This is yet another example of why I love Test::More, Test::Builder and friends so much.

It is so much simpler to track down problems like this once you have a test script that just sits their and will succeed/fail without human intervention.

If you've not done it already go read Test::Tutorial, The Joy of Test and What goes in a test suite?.

Once you have become test infected you'll never turn back :-)