| Test-Install-METArequires documentation | Contained in the Test-Install-METArequires distribution. |
Test::iMETAr - shortcut for Test::Install::METArequires
prove -Ilib `perl -MTest::iMETAr -le 'print Test::iMETAr->t_file'` t/
Jozef Kutej
| Test-Install-METArequires documentation | Contained in the Test-Install-METArequires distribution. |
package Test::iMETAr;
use warnings; use strict; use base 'Test::Install::METArequires'; our $VERSION = '0.03'; 1; __END__