more shebang fixes

---
t/plugin_tests/auth/auth_flat_file     |    2 +-
t/plugin_tests/auth/auth_vpopmail      |    2 +-
t/plugin_tests/auth/auth_vpopmail_sql  |    2 +-
t/plugin_tests/auth/auth_vpopmaild     |    2 +-
t/plugin_tests/auth/authdeny           |    2 +-
t/plugin_tests/auth/authnull           |    2 +-
7 files changed, 36 insertions(+), 6 deletions(-)

diff --git a/t/plugin_tests/auth/auth_flat_file 
b/t/plugin_tests/auth/auth_flat_file
index 6726307..35dc826 100644
--- a/t/plugin_tests/auth/auth_flat_file
+++ b/t/plugin_tests/auth/auth_flat_file
@@ -1,4 +1,4 @@
-# -*-perl-*- [emacs]
+#!perl -w

sub register_tests {
    my $self = shift;
diff --git a/t/plugin_tests/auth/auth_vpopmail 
b/t/plugin_tests/auth/auth_vpopmail
index aefa3fd..277a802 100644
--- a/t/plugin_tests/auth/auth_vpopmail
+++ b/t/plugin_tests/auth/auth_vpopmail
@@ -1,4 +1,4 @@
-# -*-perl-*- [emacs]
+#!perl -w

sub register_tests {
    my $self = shift;
diff --git a/t/plugin_tests/auth/auth_vpopmail_sql 
b/t/plugin_tests/auth/auth_vpopmail_sql
index a95523a..ff6788a 100644
--- a/t/plugin_tests/auth/auth_vpopmail_sql
+++ b/t/plugin_tests/auth/auth_vpopmail_sql
@@ -1,4 +1,4 @@
-# -*-perl-*- [emacs]
+#!perl -w

sub register_tests {
    my $self = shift;
diff --git a/t/plugin_tests/auth/auth_vpopmaild 
b/t/plugin_tests/auth/auth_vpopmaild
index e36e9a4..2916798 100644
--- a/t/plugin_tests/auth/auth_vpopmaild
+++ b/t/plugin_tests/auth/auth_vpopmaild
@@ -1,4 +1,4 @@
-# -*-perl-*- [emacs]
+#!perl -w

warn "loaded test auth_vpopmaild\n";

diff --git a/t/plugin_tests/auth/authdeny b/t/plugin_tests/auth/authdeny
index 08c8cd3..ca92405 100644
--- a/t/plugin_tests/auth/authdeny
+++ b/t/plugin_tests/auth/authdeny
@@ -1,4 +1,4 @@
-# -*-perl-*- [emacs]
+#!perl -w

sub register_tests {
    my $self = shift;
diff --git a/t/plugin_tests/auth/authnull b/t/plugin_tests/auth/authnull
index 3a412f7..8c64ad1 100644
--- a/t/plugin_tests/auth/authnull
+++ b/t/plugin_tests/auth/authnull
@@ -1,4 +1,4 @@
-# -*-perl-*- [emacs]
+#!perl -w

sub register_tests {
    my $self = shift;
-- 
1.7.9.6

Reply via email to