Re: CPAN::Shell->install() downloads dependencies, but doesn't add them to @INC for tests

2006-11-09 Thread Florian Scharinger
Hi, Thx all for your quick reply and sorry for my slow answer. Andreas J. Koenig wrote: On Wed, 08 Nov 2006 18:13:26 +, Florian Scharinger <[EMAIL PROTECTED]> said: [CPAN module installing problems Should not matter at all. I just tried the example with my current sources and it worked

Uses for TAP beyond just testing...

2006-11-09 Thread Adam Kennedy
I'm currently writing a deploy script for an website. As I'm writing it, it has occurred to me that I always want to check as I'm going that everything has happened correctly, that I want to print output for each step, and that ideally I'd like to be able to automatically run the deploy script

Re: Uses for TAP beyond just testing...

2006-11-09 Thread David E. Wheeler
On Nov 9, 2006, at 18:20, Adam Kennedy wrote: I'd be interested in people's thoughts about this sort of non- testing use of TAP/Test::More/etc. What you say makes a lot of sense to me. I mean, it's the test *anything* protocol. Makes sense to test the various steps of your deploy scripts a