
use strict;

use Test::More tests => 2;

ok( $] >= 5.00503, 'Perl version is new enough' );

use_ok( 'Text::FindIndent' );
