diff options
author | fbriere <fbriere> | 2006-02-17 19:48:19 +0000 |
---|---|---|
committer | fbriere <fbriere> | 2006-02-17 19:48:19 +0000 |
commit | 86fa7eeeed36b2e7258f277636034287ea989074 (patch) | |
tree | 2cae650cdac8be0f0bdc3b11518e5de758e66c5d /t | |
parent | d36a582af7a5f74a6a450c45f8838711eb6f89ab (diff) |
Added vim syntax=perl modelines
Diffstat (limited to 't')
-rwxr-xr-x | t/10base.t | 2 | ||||
-rwxr-xr-x | t/20emit.t | 2 | ||||
-rwxr-xr-x | t/30parse.t | 2 | ||||
-rwxr-xr-x | t/40live.t | 2 |
4 files changed, 8 insertions, 0 deletions
@@ -1,3 +1,5 @@ +# vim:set syntax=perl: + use Test::More tests => 2; BEGIN { use_ok('Business::OnlinePayment') }; @@ -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 @@ -1,3 +1,5 @@ +# vim:set syntax=perl: + use Test::More; BEGIN { |