From: Brian Cassidy Date: Fri, 14 Sep 2007 13:54:44 +0000 (+0000) Subject: remove she-bang lines. X-Git-Tag: v0.10009_01~53 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=8d0e04d07fa7435dd30a53586663246dc4fc4fd8;p=catagits%2FCatalyst-Plugin-Authentication.git remove she-bang lines. --- diff --git a/lib/Catalyst/Plugin/Authentication.pm b/lib/Catalyst/Plugin/Authentication.pm index 7ca79ec..5c9c880 100644 --- a/lib/Catalyst/Plugin/Authentication.pm +++ b/lib/Catalyst/Plugin/Authentication.pm @@ -1,5 +1,3 @@ -#!/usr/bin/perl - package Catalyst::Plugin::Authentication; use base qw/Class::Accessor::Fast Class::Data::Inheritable/; diff --git a/lib/Catalyst/Plugin/Authentication/Credential/Password.pm b/lib/Catalyst/Plugin/Authentication/Credential/Password.pm index ee7ca7e..77b1129 100644 --- a/lib/Catalyst/Plugin/Authentication/Credential/Password.pm +++ b/lib/Catalyst/Plugin/Authentication/Credential/Password.pm @@ -1,5 +1,3 @@ -#!/usr/bin/perl - package Catalyst::Plugin::Authentication::Credential::Password; use base qw/Class::Accessor::Fast/; diff --git a/lib/Catalyst/Plugin/Authentication/Store/Minimal.pm b/lib/Catalyst/Plugin/Authentication/Store/Minimal.pm index 95029cc..91c7c13 100644 --- a/lib/Catalyst/Plugin/Authentication/Store/Minimal.pm +++ b/lib/Catalyst/Plugin/Authentication/Store/Minimal.pm @@ -1,5 +1,3 @@ -#!/usr/bin/perl - package Catalyst::Plugin::Authentication::Store::Minimal; use strict; diff --git a/lib/Catalyst/Plugin/Authentication/User.pm b/lib/Catalyst/Plugin/Authentication/User.pm index 025b654..e2746eb 100644 --- a/lib/Catalyst/Plugin/Authentication/User.pm +++ b/lib/Catalyst/Plugin/Authentication/User.pm @@ -1,5 +1,3 @@ -#!/usr/bin/perl - package Catalyst::Plugin::Authentication::User; use strict; diff --git a/lib/Catalyst/Plugin/Authentication/User/Hash.pm b/lib/Catalyst/Plugin/Authentication/User/Hash.pm index dd878bd..7f530a1 100644 --- a/lib/Catalyst/Plugin/Authentication/User/Hash.pm +++ b/lib/Catalyst/Plugin/Authentication/User/Hash.pm @@ -1,5 +1,3 @@ -#!/usr/bin/perl - package Catalyst::Plugin::Authentication::User::Hash; use base qw/Catalyst::Plugin::Authentication::User/; diff --git a/t/04_authentication.t b/t/04_authentication.t index f357c73..1c59936 100644 --- a/t/04_authentication.t +++ b/t/04_authentication.t @@ -1,5 +1,3 @@ -#!/usr/bin/perl - use strict; use warnings; diff --git a/t/05_password.t b/t/05_password.t index 43f0b37..9f3ee3f 100644 --- a/t/05_password.t +++ b/t/05_password.t @@ -1,5 +1,3 @@ -#!/usr/bin/perl - use strict; use warnings; diff --git a/t/06_user.t b/t/06_user.t index ce07fe8..887e1d7 100644 --- a/t/06_user.t +++ b/t/06_user.t @@ -1,5 +1,3 @@ -#!/usr/bin/perl - use strict; use warnings; diff --git a/t/live_app.t b/t/live_app.t index 3782d14..af9042c 100644 --- a/t/live_app.t +++ b/t/live_app.t @@ -1,5 +1,3 @@ -#!/usr/bin/perl - use strict; use warnings; diff --git a/t/live_app_realms.t b/t/live_app_realms.t index 8773483..db6efb2 100644 --- a/t/live_app_realms.t +++ b/t/live_app_realms.t @@ -1,5 +1,3 @@ -#!/usr/bin/perl - use strict; use warnings; diff --git a/t/live_app_session.t b/t/live_app_session.t index e1be7cd..8bb1999 100644 --- a/t/live_app_session.t +++ b/t/live_app_session.t @@ -1,5 +1,3 @@ -#!/usr/bin/perl - use strict; use warnings;