Test::iMETAr - shortcut for Test::Install::METArequires


Test-Install-METArequires documentation Contained in the Test-Install-METArequires distribution.

Index


Code Index:

NAME

Top

Test::iMETAr - shortcut for Test::Install::METArequires

SYNOPSIS

Top

	prove -Ilib `perl -MTest::iMETAr -le 'print Test::iMETAr->t_file'` t/

DESCRIPTION

Top

See Test::Install::METArequires.

AUTHOR

Top

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__