Manish Sapariya wrote:
Hi there,

Hello,

I frequently come across this "module uses the t/ framework".

What its all about?
What functionality does it provide?

perldoc ExtUtils::MakeMaker::Tutorial

       t/  Tests for your modules go here.  Each test filename ends with a .t.
           So t/foo.t.  'make test' will run these tests.  The directory is
           flat, you cannot, for example, have t/foo/bar.t run by 'make test'.

           Tests are run from the top level of your distribution.  So inside a
           test you would refer to ./lib to enter the lib directory, for
           example.



John
--
use Perl;
program
fulfillment

--
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
<http://learn.perl.org/> <http://learn.perl.org/first-response>




Reply via email to