From 86fa7eeeed36b2e7258f277636034287ea989074 Mon Sep 17 00:00:00 2001 From: fbriere Date: Fri, 17 Feb 2006 19:48:19 +0000 Subject: [PATCH] Added vim syntax=perl modelines --- t/10base.t | 2 ++ t/20emit.t | 2 ++ t/30parse.t | 2 ++ t/40live.t | 2 ++ 4 files changed, 8 insertions(+) diff --git a/t/10base.t b/t/10base.t index 2f956f2..54174cb 100755 --- a/t/10base.t +++ b/t/10base.t @@ -1,3 +1,5 @@ +# vim:set syntax=perl: + use Test::More tests => 2; BEGIN { use_ok('Business::OnlinePayment') }; diff --git a/t/20emit.t b/t/20emit.t index e51f5e7..aa9af6a 100755 --- a/t/20emit.t +++ b/t/20emit.t @@ -1,3 +1,5 @@ +# vim:set syntax=perl: + use Test::More tests => 4 + 2; BEGIN { use_ok('Business::OnlinePayment') }; diff --git a/t/30parse.t b/t/30parse.t index 7962c1a..f5bb267 100755 --- a/t/30parse.t +++ b/t/30parse.t @@ -1,3 +1,5 @@ +# vim:set syntax=perl: + use constant FIELDS => qw( result_code authorization error_message receipt_number sales_number diff --git a/t/40live.t b/t/40live.t index 349bae5..e2a3655 100755 --- a/t/40live.t +++ b/t/40live.t @@ -1,3 +1,5 @@ +# vim:set syntax=perl: + use Test::More; BEGIN { -- 2.11.0