Dr. Dobb's is part of the Informa Tech Division of Informa PLC

This site is operated by a business or businesses owned by Informa PLC and all copyright resides with them. Informa PLC's registered office is 5 Howick Place, London SW1P 1WG. Registered in England and Wales. Number 8860726.


Welcome Guest | Log In | Register | Benefits
Channels ▼
RSS

Web Development

Creating Perl Application Distributions


Mar03: Creating Perl Application Distributions

prompt$ make test
PERL_DL_NONLAZY=1 /usr/bin/perl "-MExtUtils::Command::MM" "-e" "test_harness(0, 'blib/lib', 'blib/arch')" t/*.t
t/compile....ok                                                              
All tests successful.
Files=1, Tests=1,  0 wallclock secs ( 0.13 cusr +  0.06 csys =  0.19 	CPU)

Example 2: The make test output after adding a compile test.


Related Reading


More Insights