summaryrefslogtreecommitdiff
path: root/t/00_basic.t
diff options
context:
space:
mode:
authorGreg Sabino Mullane2010-04-07 18:56:12 +0000
committerGreg Sabino Mullane2010-04-07 18:56:12 +0000
commitaaea6525e939057b623d6402855638d0f732fb8d (patch)
tree7fe0aa8f610b1e781a06c54407fb3acfcb2f6ed6 /t/00_basic.t
parent603ef5803d9afdf82de82665ae703dd967458d10 (diff)
Complete the tabs-to-spaces conversion.
Diffstat (limited to 't/00_basic.t')
-rw-r--r--t/00_basic.t4
1 files changed, 2 insertions, 2 deletions
diff --git a/t/00_basic.t b/t/00_basic.t
index a08435a06..7269ac005 100644
--- a/t/00_basic.t
+++ b/t/00_basic.t
@@ -8,12 +8,12 @@ use warnings;
use Test::More tests => 2;
eval {
- require 'check_postgres.pl'; ## no critic (RequireBarewordIncludes)
+ require 'check_postgres.pl'; ## no critic (RequireBarewordIncludes)
};
like($@, qr{\-\-help}, 'check_postgres.pl compiles');
$@ =~ /help/ or BAIL_OUT "Script did not compile, cancelling rest of tests.\n";
like( $check_postgres::VERSION, qr/^v?\d+\.\d+\.\d+(?:_\d+)?$/,
- qq{Found check_postgres version as "$check_postgres::VERSION"});
+ qq{Found check_postgres version as "$check_postgres::VERSION"});