From: Tobias Leich Date: Thu, 5 Nov 2009 16:39:27 +0000 (+0100) Subject: CRLF to LF X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=5f71ee16bb3fbaec05d9ef68a741b8df61afad92;p=sdlgit%2FSDL_perl.git CRLF to LF --- diff --git a/t/manifest.t b/t/manifest.t index b4cde68..e0a1559 100644 --- a/t/manifest.t +++ b/t/manifest.t @@ -1,33 +1,33 @@ -#!/usr/bin/perl - -# Test that our MANIFEST describes the distribution - -use strict; - -BEGIN { - use English qw(-no_match_vars); - $OUTPUT_AUTOFLUSH = 1; - $WARNING = 1; -} - -my @MODULES = ( - 'Test::DistManifest 1.001003', -); - -# Don't run tests for installs -use Test::More; -unless ( $ENV{AUTOMATED_TESTING} or $ENV{RELEASE_TESTING} ) { - plan( skip_all => "Author tests not required for installation" ); -} - -# Load the testing modules -foreach my $MODULE ( @MODULES ) { - eval "use $MODULE"; - if ( $EVAL_ERROR ) { - $ENV{RELEASE_TESTING} - ? BAIL_OUT( "Failed to load required release-testing module $MODULE" ) - : plan( skip_all => "$MODULE not available for testing" ); - } -} - -manifest_ok(); +#!/usr/bin/perl + +# Test that our MANIFEST describes the distribution + +use strict; + +BEGIN { + use English qw(-no_match_vars); + $OUTPUT_AUTOFLUSH = 1; + $WARNING = 1; +} + +my @MODULES = ( + 'Test::DistManifest 1.001003', +); + +# Don't run tests for installs +use Test::More; +unless ( $ENV{AUTOMATED_TESTING} or $ENV{RELEASE_TESTING} ) { + plan( skip_all => "Author tests not required for installation" ); +} + +# Load the testing modules +foreach my $MODULE ( @MODULES ) { + eval "use $MODULE"; + if ( $EVAL_ERROR ) { + $ENV{RELEASE_TESTING} + ? BAIL_OUT( "Failed to load required release-testing module $MODULE" ) + : plan( skip_all => "$MODULE not available for testing" ); + } +} + +manifest_ok();