> It was Friday, August 01, 2003 when Dan Muey took the soap 
> box, saying:
> : Howdy all am I thinking of this corretcly:
> : According to:
> : 
> http://search.cpan.org/author/JHI/perl-5.8.0/lib/ExtUtils/Make
Maker.pm#make_test
: 
: 
: If I have a file called test.pl it will run that script as teste of the installation.
: 
: So if they do by hand:
:  perl Makefile.PL # create make file
:  make             # use Makefile
:  make test        # runs test.pl
:  make install     # if I want to install
: 
: Now if they leave out make test then they are on their own.
: But if I put this in test.pl and it fails then they'll 
: see that it failed and know not to go further, right?:

Yes, but please read http://search.cpan.org/perldoc?Test::Tutorial

I sure will Casey, I figured that would work and I also figured their was a better way 
to do it.
Looks like I have plenty to read up on!

Thanks Casey!

Dan

--
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to