Anonymous Monk has asked for the wisdom of the Perl Monks concerning the following question:

Hi monks, Can anyone tell me how to install perl unit. It is very important for me. i have downloaded perl unit from this link http://sourceforge.net/projects/perlunit. How do i install and go ahead with it. Any prerequisites for it? Please mail me on mbrahmaiah@iteamic.com if possible. Thanks

Replies are listed 'Best First'.
Re: Perl unit installation
by starX (Chaplain) on Jul 31, 2008 at 06:39 UTC
Re: Perl unit installation
by Anonymous Monk on Jul 31, 2008 at 06:43 UTC
Re: Perl unit installation
by Khen1950fx (Canon) on Jul 31, 2008 at 21:55 UTC
    PerlUnit is on CPAN listed as Test::Unit. Simply run cpan Test::Unit and CPAN will take care of the dependencies for you.