From e43611a508c0015f3f095807dc47bcbd807c22e1 Mon Sep 17 00:00:00 2001 From: jonasbn Date: Thu, 28 Jan 2021 20:51:49 +0100 Subject: [PATCH 1/2] Exchanged shebang line for something more contemporary --- t/action.t | 2 +- t/action_field.t | 2 +- t/action_mailer.t | 2 +- t/action_null.t | 2 +- t/action_validate.t | 2 +- t/base.t | 2 +- t/condition.t | 2 +- t/condition_evaluate.t | 2 +- t/config.t | 2 +- t/context.t | 2 +- t/exception.t | 2 +- t/factory.t | 2 +- t/factory_callback_config.t | 2 +- t/factory_subclass.t | 2 +- t/history.t | 2 +- t/persister.t | 2 +- t/persister_dbi.t | 2 +- t/persister_dbi_extra_data.t | 2 +- t/persister_dbi_sqlite.t | 2 +- t/persister_file.t | 2 +- t/persister_random_id.t | 2 +- t/persister_spops.t | 2 +- t/persister_uuid.t | 2 +- t/state.t | 2 +- t/state_perl.t | 2 +- t/validator.t | 2 +- t/validator_has_required_field.t | 2 +- t/validator_in_enumerated_type.t | 2 +- t/validator_matches_date_format.t | 2 +- t/workflow.t | 2 +- 30 files changed, 30 insertions(+), 30 deletions(-) diff --git a/t/action.t b/t/action.t index 6e6166e0..27aa9cca 100644 --- a/t/action.t +++ b/t/action.t @@ -1,4 +1,4 @@ -# -*-perl-*- +#!/usr/bin/env perl # $Id$ diff --git a/t/action_field.t b/t/action_field.t index 7bca216a..d18c5c58 100644 --- a/t/action_field.t +++ b/t/action_field.t @@ -1,4 +1,4 @@ -# -*-perl-*- +#!/usr/bin/env perl # $Id$ diff --git a/t/action_mailer.t b/t/action_mailer.t index 4302613a..df54c43b 100644 --- a/t/action_mailer.t +++ b/t/action_mailer.t @@ -1,4 +1,4 @@ -# -*-perl-*- +#!/usr/bin/env perl # $Id: action_null.t 217 2004-12-09 16:02:45Z cwinters $ diff --git a/t/action_null.t b/t/action_null.t index a6b9031d..69edff9a 100644 --- a/t/action_null.t +++ b/t/action_null.t @@ -1,4 +1,4 @@ -# -*-perl-*- +#!/usr/bin/env perl # $Id$ diff --git a/t/action_validate.t b/t/action_validate.t index 92d8126f..77bfcc1d 100644 --- a/t/action_validate.t +++ b/t/action_validate.t @@ -1,4 +1,4 @@ -# -*-perl-*- +#!/usr/bin/env perl # Test validation of additional action attributes during parse-time. diff --git a/t/base.t b/t/base.t index c6f5498d..262451d5 100644 --- a/t/base.t +++ b/t/base.t @@ -1,4 +1,4 @@ -# -*-perl-*- +#!/usr/bin/env perl # $Id$ diff --git a/t/condition.t b/t/condition.t index 3aa753ae..e0915360 100644 --- a/t/condition.t +++ b/t/condition.t @@ -1,4 +1,4 @@ -# -*-perl-*- +#!/usr/bin/env perl # $Id$ diff --git a/t/condition_evaluate.t b/t/condition_evaluate.t index 8b03547c..a7181e18 100644 --- a/t/condition_evaluate.t +++ b/t/condition_evaluate.t @@ -1,4 +1,4 @@ -# -*-perl-*- +#!/usr/bin/env perl # $Id$ diff --git a/t/config.t b/t/config.t index 53e8411c..5de09d87 100644 --- a/t/config.t +++ b/t/config.t @@ -1,4 +1,4 @@ -# -*-perl-*- +#!/usr/bin/env perl # $Id$ diff --git a/t/context.t b/t/context.t index 084954bd..23be7add 100644 --- a/t/context.t +++ b/t/context.t @@ -1,4 +1,4 @@ -# -*-perl-*- +#!/usr/bin/env perl # $Id$ diff --git a/t/exception.t b/t/exception.t index bafc2ecf..ae17bd9f 100644 --- a/t/exception.t +++ b/t/exception.t @@ -1,4 +1,4 @@ -# -*-perl-*- +#!/usr/bin/env perl # $Id$ diff --git a/t/factory.t b/t/factory.t index f409ebc1..c817b617 100644 --- a/t/factory.t +++ b/t/factory.t @@ -1,4 +1,4 @@ -# -*-perl-*- +#!/usr/bin/env perl # $Id$ diff --git a/t/factory_callback_config.t b/t/factory_callback_config.t index 1f45a813..ab0e64f0 100644 --- a/t/factory_callback_config.t +++ b/t/factory_callback_config.t @@ -1,4 +1,4 @@ -# -*-perl-*- +#!/usr/bin/env perl # $Id$ diff --git a/t/factory_subclass.t b/t/factory_subclass.t index 1a89e151..78d21cd6 100644 --- a/t/factory_subclass.t +++ b/t/factory_subclass.t @@ -1,4 +1,4 @@ -# -*-perl-*- +#!/usr/bin/env perl # $Id$ diff --git a/t/history.t b/t/history.t index a70fa581..eb30d6f6 100644 --- a/t/history.t +++ b/t/history.t @@ -1,4 +1,4 @@ -# -*-perl-*- +#!/usr/bin/env perl # $Id$ diff --git a/t/persister.t b/t/persister.t index fc0b3bc7..e59436a7 100644 --- a/t/persister.t +++ b/t/persister.t @@ -1,4 +1,4 @@ -# -*-perl-*- +#!/usr/bin/env perl # $Id: Persister.t 304 2007-07-03 14:56:43Z jonasbn $ diff --git a/t/persister_dbi.t b/t/persister_dbi.t index fa65d014..8f53d021 100644 --- a/t/persister_dbi.t +++ b/t/persister_dbi.t @@ -1,4 +1,4 @@ -# -*-perl-*- +#!/usr/bin/env perl # $Id$ diff --git a/t/persister_dbi_extra_data.t b/t/persister_dbi_extra_data.t index 2e8d045e..7414dda0 100644 --- a/t/persister_dbi_extra_data.t +++ b/t/persister_dbi_extra_data.t @@ -1,4 +1,4 @@ -# -*-perl-*- +#!/usr/bin/env perl # $Id$ diff --git a/t/persister_dbi_sqlite.t b/t/persister_dbi_sqlite.t index 899a688b..bea2034a 100644 --- a/t/persister_dbi_sqlite.t +++ b/t/persister_dbi_sqlite.t @@ -1,4 +1,4 @@ -# -*-perl-*- +#!/usr/bin/env perl use strict; diff --git a/t/persister_file.t b/t/persister_file.t index 2e23d7e2..5e6883a7 100644 --- a/t/persister_file.t +++ b/t/persister_file.t @@ -1,4 +1,4 @@ -# -*-perl-*- +#!/usr/bin/env perl # $Id$ diff --git a/t/persister_random_id.t b/t/persister_random_id.t index f60e2339..4017101d 100644 --- a/t/persister_random_id.t +++ b/t/persister_random_id.t @@ -1,4 +1,4 @@ -# -*-perl-*- +#!/usr/bin/env perl # $Id$ diff --git a/t/persister_spops.t b/t/persister_spops.t index 7722226e..d7c36e39 100644 --- a/t/persister_spops.t +++ b/t/persister_spops.t @@ -1,4 +1,4 @@ -# -*-perl-*- +#!/usr/bin/env perl # $Id$ diff --git a/t/persister_uuid.t b/t/persister_uuid.t index 1825a3f6..f5379931 100644 --- a/t/persister_uuid.t +++ b/t/persister_uuid.t @@ -1,4 +1,4 @@ -# -*-perl-*- +#!/usr/bin/env perl # $Id$ diff --git a/t/state.t b/t/state.t index 5e741304..ae09f684 100644 --- a/t/state.t +++ b/t/state.t @@ -1,4 +1,4 @@ -# -*-perl-*- +#!/usr/bin/env perl # $Id$ diff --git a/t/state_perl.t b/t/state_perl.t index 4de48c19..5ab827b7 100644 --- a/t/state_perl.t +++ b/t/state_perl.t @@ -1,4 +1,4 @@ -# -*-perl-*- +#!/usr/bin/env perl use strict; use lib qw(../lib lib ../t t); diff --git a/t/validator.t b/t/validator.t index b537c2cb..5c8eeea5 100644 --- a/t/validator.t +++ b/t/validator.t @@ -1,4 +1,4 @@ -# -*-perl-*- +#!/usr/bin/env perl # $Id$ diff --git a/t/validator_has_required_field.t b/t/validator_has_required_field.t index 78bbd09f..6b5a4dc3 100644 --- a/t/validator_has_required_field.t +++ b/t/validator_has_required_field.t @@ -1,4 +1,4 @@ -# -*-perl-*- +#!/usr/bin/env perl # $Id$ diff --git a/t/validator_in_enumerated_type.t b/t/validator_in_enumerated_type.t index e07f65ba..963ef6e9 100644 --- a/t/validator_in_enumerated_type.t +++ b/t/validator_in_enumerated_type.t @@ -1,4 +1,4 @@ -# -*-perl-*- +#!/usr/bin/env perl # $Id$ diff --git a/t/validator_matches_date_format.t b/t/validator_matches_date_format.t index 52e38348..f2fe3eb9 100644 --- a/t/validator_matches_date_format.t +++ b/t/validator_matches_date_format.t @@ -1,4 +1,4 @@ -# -*-perl-*- +#!/usr/bin/env perl # $Id$ diff --git a/t/workflow.t b/t/workflow.t index a66a2da2..54ea3663 100644 --- a/t/workflow.t +++ b/t/workflow.t @@ -1,4 +1,4 @@ -# -*-perl-*- +#!/usr/bin/env perl # $Id$ From 74db87f0d87cdf107b5e5013b7388a3b7897e491 Mon Sep 17 00:00:00 2001 From: jonasbn Date: Thu, 28 Jan 2021 23:19:16 +0100 Subject: [PATCH 2/2] Removed legacy CVS/SVN tags --- eg/ticket/App/Action/TicketComment.pm | 2 -- eg/ticket/App/Action/TicketCreate.pm | 2 -- eg/ticket/App/Action/TicketUpdate.pm | 2 +- eg/ticket/App/Condition/HasUserAndTicket.pm | 2 +- eg/ticket/App/Condition/IsCreator.pm | 2 +- eg/ticket/App/Condition/IsWorker.pm | 2 +- eg/ticket/App/User.pm | 2 -- eg/ticket/ticket_web.pl | 2 -- t/05_condition_nested.t | 4 +--- t/TestApp/Action/TicketComment.pm | 2 -- t/TestApp/Action/TicketCreate.pm | 2 -- t/TestApp/Action/TicketUpdate.pm | 2 -- t/TestApp/Condition/AlwaysTrue.pm | 2 -- t/TestApp/Condition/HasUser.pm | 2 -- t/TestApp/Condition/HasUserType.pm | 2 +- t/TestApp/User.pm | 2 -- t/TestCachedApp/Condition/EvenCounts.pm | 2 -- t/TestUtil.pm | 2 -- t/action.t | 2 -- t/action_field.t | 2 -- t/action_mailer.t | 2 -- t/action_null.t | 2 -- t/add_config_bug.t | 2 -- t/base.t | 2 -- t/condition.t | 2 -- t/condition_evaluate.t | 2 -- t/config.t | 2 -- t/context-persists.t | 2 +- t/context.t | 2 -- t/exception.t | 2 -- t/factory.t | 2 -- t/factory_callback_config.t | 2 -- t/factory_subclass.t | 2 -- t/history.t | 2 -- t/persister.t | 2 -- t/persister_dbi.t | 2 -- t/persister_dbi_extra_data.t | 2 -- t/persister_dbi_sqlite.t | 1 - t/persister_file.t | 2 -- t/persister_random_id.t | 4 ---- t/persister_spops.t | 2 -- t/persister_uuid.t | 2 -- t/state.t | 2 -- t/validator.t | 2 -- t/validator_has_required_field.t | 2 -- t/validator_in_enumerated_type.t | 2 -- t/validator_matches_date_format.t | 2 -- t/workflow.t | 2 -- 48 files changed, 7 insertions(+), 92 deletions(-) diff --git a/eg/ticket/App/Action/TicketComment.pm b/eg/ticket/App/Action/TicketComment.pm index a51844cd..6d5885be 100644 --- a/eg/ticket/App/Action/TicketComment.pm +++ b/eg/ticket/App/Action/TicketComment.pm @@ -1,7 +1,5 @@ package App::Action::TicketComment; -# $Id$ - use strict; use base qw( Workflow::Action ); use Log::Log4perl qw( get_logger ); diff --git a/eg/ticket/App/Action/TicketCreate.pm b/eg/ticket/App/Action/TicketCreate.pm index 32ea0c11..3da59713 100644 --- a/eg/ticket/App/Action/TicketCreate.pm +++ b/eg/ticket/App/Action/TicketCreate.pm @@ -1,7 +1,5 @@ package App::Action::TicketCreate; -# $Id$ - use strict; use base qw( Workflow::Action ); use App::Ticket; diff --git a/eg/ticket/App/Action/TicketUpdate.pm b/eg/ticket/App/Action/TicketUpdate.pm index ccf7170a..1846b8c9 100644 --- a/eg/ticket/App/Action/TicketUpdate.pm +++ b/eg/ticket/App/Action/TicketUpdate.pm @@ -1,6 +1,6 @@ package App::Action::TicketUpdate; -# $Id$ + use strict; use base qw( Workflow::Action ); diff --git a/eg/ticket/App/Condition/HasUserAndTicket.pm b/eg/ticket/App/Condition/HasUserAndTicket.pm index 3070e231..0a02a537 100644 --- a/eg/ticket/App/Condition/HasUserAndTicket.pm +++ b/eg/ticket/App/Condition/HasUserAndTicket.pm @@ -1,6 +1,6 @@ package App::Condition::HasUserAndTicket; -# $Id$ + use strict; use base qw( Workflow::Condition ); diff --git a/eg/ticket/App/Condition/IsCreator.pm b/eg/ticket/App/Condition/IsCreator.pm index b4814d62..582cb8b9 100644 --- a/eg/ticket/App/Condition/IsCreator.pm +++ b/eg/ticket/App/Condition/IsCreator.pm @@ -1,6 +1,6 @@ package App::Condition::IsCreator; -# $Id$ + use strict; use base qw( Workflow::Condition ); diff --git a/eg/ticket/App/Condition/IsWorker.pm b/eg/ticket/App/Condition/IsWorker.pm index 80eb4b99..cbac5aff 100644 --- a/eg/ticket/App/Condition/IsWorker.pm +++ b/eg/ticket/App/Condition/IsWorker.pm @@ -1,6 +1,6 @@ package App::Condition::IsWorker; -# $Id$ + use strict; use base qw( Workflow::Condition ); diff --git a/eg/ticket/App/User.pm b/eg/ticket/App/User.pm index 20090464..72b338d3 100644 --- a/eg/ticket/App/User.pm +++ b/eg/ticket/App/User.pm @@ -1,7 +1,5 @@ package App::User; -# $Id$ - use strict; $App::User::VERSION = '1.01'; diff --git a/eg/ticket/ticket_web.pl b/eg/ticket/ticket_web.pl index 0f85637d..536abfba 100644 --- a/eg/ticket/ticket_web.pl +++ b/eg/ticket/ticket_web.pl @@ -1,7 +1,5 @@ #!/usr/bin/perl -# $Id$ - use strict; use App::Web; use CGI; diff --git a/t/05_condition_nested.t b/t/05_condition_nested.t index 68997bf9..3e0410fd 100644 --- a/t/05_condition_nested.t +++ b/t/05_condition_nested.t @@ -1,6 +1,4 @@ -# --perl-- -# -# vim: syntax=perl +#!/usr/bin/env perl use strict; use warnings; diff --git a/t/TestApp/Action/TicketComment.pm b/t/TestApp/Action/TicketComment.pm index 1b598bd3..446a4635 100644 --- a/t/TestApp/Action/TicketComment.pm +++ b/t/TestApp/Action/TicketComment.pm @@ -1,7 +1,5 @@ package TestApp::Action::TicketComment; -# $Id$ - use strict; use base qw( Workflow::Action ); use Log::Log4perl qw( get_logger ); diff --git a/t/TestApp/Action/TicketCreate.pm b/t/TestApp/Action/TicketCreate.pm index 6e43b08e..ccadcb34 100644 --- a/t/TestApp/Action/TicketCreate.pm +++ b/t/TestApp/Action/TicketCreate.pm @@ -1,7 +1,5 @@ package TestApp::Action::TicketCreate; -# $Id$ - use strict; use base qw( Workflow::Action ); use File::Spec::Functions qw( catdir ); diff --git a/t/TestApp/Action/TicketUpdate.pm b/t/TestApp/Action/TicketUpdate.pm index 25127d2a..46dd2f50 100644 --- a/t/TestApp/Action/TicketUpdate.pm +++ b/t/TestApp/Action/TicketUpdate.pm @@ -1,7 +1,5 @@ package TestApp::Action::TicketUpdate; -# $Id$ - use strict; use base qw( Workflow::Action ); use Log::Log4perl qw( get_logger ); diff --git a/t/TestApp/Condition/AlwaysTrue.pm b/t/TestApp/Condition/AlwaysTrue.pm index 1c8c251e..c3c1f51b 100644 --- a/t/TestApp/Condition/AlwaysTrue.pm +++ b/t/TestApp/Condition/AlwaysTrue.pm @@ -1,7 +1,5 @@ package TestApp::Condition::AlwaysTrue; -# $Id$ - use strict; use base qw( Workflow::Condition ); use Log::Log4perl qw( get_logger ); diff --git a/t/TestApp/Condition/HasUser.pm b/t/TestApp/Condition/HasUser.pm index b61b4940..bf6340e2 100644 --- a/t/TestApp/Condition/HasUser.pm +++ b/t/TestApp/Condition/HasUser.pm @@ -1,7 +1,5 @@ package TestApp::Condition::HasUser; -# $Id$ - use strict; use base qw( Workflow::Condition ); use Log::Log4perl qw( get_logger ); diff --git a/t/TestApp/Condition/HasUserType.pm b/t/TestApp/Condition/HasUserType.pm index a3b55630..9279ac8d 100644 --- a/t/TestApp/Condition/HasUserType.pm +++ b/t/TestApp/Condition/HasUserType.pm @@ -1,6 +1,6 @@ package TestApp::Condition::HasUserType; -# $Id: HasUser.pm 290 2007-06-18 21:46:48Z jonasbn $ + use strict; use base qw( Workflow::Condition ); diff --git a/t/TestApp/User.pm b/t/TestApp/User.pm index 5ce76078..3bd748c7 100644 --- a/t/TestApp/User.pm +++ b/t/TestApp/User.pm @@ -1,7 +1,5 @@ package TestApp::User; -# $Id$ - use strict; $TestApp::User::VERSION = '0.01'; diff --git a/t/TestCachedApp/Condition/EvenCounts.pm b/t/TestCachedApp/Condition/EvenCounts.pm index 4283673a..ec8d6ed4 100644 --- a/t/TestCachedApp/Condition/EvenCounts.pm +++ b/t/TestCachedApp/Condition/EvenCounts.pm @@ -1,7 +1,5 @@ package TestCachedApp::Condition::EvenCounts; -# $Id$ - use strict; use base qw( Workflow::Condition ); use Workflow::Exception qw( condition_error ); diff --git a/t/TestUtil.pm b/t/TestUtil.pm index 68f400c8..207d1e9c 100644 --- a/t/TestUtil.pm +++ b/t/TestUtil.pm @@ -1,7 +1,5 @@ package TestUtil; -# $Id$ - use strict; use vars qw($VERSION); use DateTime; diff --git a/t/action.t b/t/action.t index 27aa9cca..3dda0065 100644 --- a/t/action.t +++ b/t/action.t @@ -1,7 +1,5 @@ #!/usr/bin/env perl -# $Id$ - use strict; use lib qw(../lib lib ../t t); use TestUtil; diff --git a/t/action_field.t b/t/action_field.t index d18c5c58..cbf5c66b 100644 --- a/t/action_field.t +++ b/t/action_field.t @@ -1,7 +1,5 @@ #!/usr/bin/env perl -# $Id$ - use strict; use lib qw(../lib lib ../t t); use TestUtil; diff --git a/t/action_mailer.t b/t/action_mailer.t index df54c43b..ef92d7e0 100644 --- a/t/action_mailer.t +++ b/t/action_mailer.t @@ -1,7 +1,5 @@ #!/usr/bin/env perl -# $Id: action_null.t 217 2004-12-09 16:02:45Z cwinters $ - use strict; use lib qw(../lib lib ../t t); use TestUtil; diff --git a/t/action_null.t b/t/action_null.t index 69edff9a..250b7fd1 100644 --- a/t/action_null.t +++ b/t/action_null.t @@ -1,7 +1,5 @@ #!/usr/bin/env perl -# $Id$ - use strict; use lib qw(../lib lib ../t t); use TestUtil; diff --git a/t/add_config_bug.t b/t/add_config_bug.t index 522e6e69..00600832 100644 --- a/t/add_config_bug.t +++ b/t/add_config_bug.t @@ -1,7 +1,5 @@ #!/usr/bin/perl -# $Id$ - use strict; use lib qw(../lib lib ../t t); use TestUtil; diff --git a/t/base.t b/t/base.t index 262451d5..29207106 100644 --- a/t/base.t +++ b/t/base.t @@ -1,7 +1,5 @@ #!/usr/bin/env perl -# $Id$ - use strict; use lib qw(../lib lib ../t t); use TestUtil; diff --git a/t/condition.t b/t/condition.t index e0915360..27d6ea3a 100644 --- a/t/condition.t +++ b/t/condition.t @@ -1,7 +1,5 @@ #!/usr/bin/env perl -# $Id$ - use strict; use lib qw(../lib lib ../t t); use TestUtil; diff --git a/t/condition_evaluate.t b/t/condition_evaluate.t index a7181e18..84b6282f 100644 --- a/t/condition_evaluate.t +++ b/t/condition_evaluate.t @@ -1,7 +1,5 @@ #!/usr/bin/env perl -# $Id$ - use strict; use lib qw(../lib lib ../t t); use TestUtil; diff --git a/t/config.t b/t/config.t index 5de09d87..7d067b87 100644 --- a/t/config.t +++ b/t/config.t @@ -1,7 +1,5 @@ #!/usr/bin/env perl -# $Id$ - use strict; use lib qw(../lib lib ../t t); use TestUtil; diff --git a/t/context-persists.t b/t/context-persists.t index d9c0bbe6..881039ce 100644 --- a/t/context-persists.t +++ b/t/context-persists.t @@ -1,4 +1,4 @@ -#! /usr/bin/perl +#!/usr/bin/env perl use strict; use warnings; diff --git a/t/context.t b/t/context.t index 23be7add..a6147fcf 100644 --- a/t/context.t +++ b/t/context.t @@ -1,7 +1,5 @@ #!/usr/bin/env perl -# $Id$ - use strict; use lib qw(../lib lib ../t t); use TestUtil; diff --git a/t/exception.t b/t/exception.t index ae17bd9f..95d82b51 100644 --- a/t/exception.t +++ b/t/exception.t @@ -1,7 +1,5 @@ #!/usr/bin/env perl -# $Id$ - use strict; use lib qw(../lib lib ../t t); use TestUtil; diff --git a/t/factory.t b/t/factory.t index c817b617..cd866399 100644 --- a/t/factory.t +++ b/t/factory.t @@ -1,7 +1,5 @@ #!/usr/bin/env perl -# $Id$ - use strict; use lib qw(../lib lib ../t t); use TestUtil; diff --git a/t/factory_callback_config.t b/t/factory_callback_config.t index ab0e64f0..37fca39d 100644 --- a/t/factory_callback_config.t +++ b/t/factory_callback_config.t @@ -1,7 +1,5 @@ #!/usr/bin/env perl -# $Id$ - use strict; use lib qw(../lib lib ../t t); use TestUtil; diff --git a/t/factory_subclass.t b/t/factory_subclass.t index 78d21cd6..df51716d 100644 --- a/t/factory_subclass.t +++ b/t/factory_subclass.t @@ -1,7 +1,5 @@ #!/usr/bin/env perl -# $Id$ - use strict; use lib qw(../lib lib ../t t); use TestUtil; diff --git a/t/history.t b/t/history.t index eb30d6f6..ce9008e9 100644 --- a/t/history.t +++ b/t/history.t @@ -1,7 +1,5 @@ #!/usr/bin/env perl -# $Id$ - use strict; use lib qw(../lib lib ../t t); use TestUtil; diff --git a/t/persister.t b/t/persister.t index e59436a7..3079eb2e 100644 --- a/t/persister.t +++ b/t/persister.t @@ -1,7 +1,5 @@ #!/usr/bin/env perl -# $Id: Persister.t 304 2007-07-03 14:56:43Z jonasbn $ - use strict; use lib qw(../lib lib ../t t); use TestUtil; diff --git a/t/persister_dbi.t b/t/persister_dbi.t index 8f53d021..b0cbd9ce 100644 --- a/t/persister_dbi.t +++ b/t/persister_dbi.t @@ -1,7 +1,5 @@ #!/usr/bin/env perl -# $Id$ - use strict; use lib qw(../lib lib ../t t); use TestUtil; diff --git a/t/persister_dbi_extra_data.t b/t/persister_dbi_extra_data.t index 7414dda0..14cc4273 100644 --- a/t/persister_dbi_extra_data.t +++ b/t/persister_dbi_extra_data.t @@ -1,7 +1,5 @@ #!/usr/bin/env perl -# $Id$ - use strict; use constant NUM_TESTS => 1; use Test::More; diff --git a/t/persister_dbi_sqlite.t b/t/persister_dbi_sqlite.t index bea2034a..23ab8665 100644 --- a/t/persister_dbi_sqlite.t +++ b/t/persister_dbi_sqlite.t @@ -1,6 +1,5 @@ #!/usr/bin/env perl - use strict; use lib qw(../lib lib ../t t); use TestUtil; diff --git a/t/persister_file.t b/t/persister_file.t index 5e6883a7..f054d440 100644 --- a/t/persister_file.t +++ b/t/persister_file.t @@ -1,7 +1,5 @@ #!/usr/bin/env perl -# $Id$ - use strict; use lib qw(../lib lib ../t t); use TestUtil; diff --git a/t/persister_random_id.t b/t/persister_random_id.t index 4017101d..243d6d20 100644 --- a/t/persister_random_id.t +++ b/t/persister_random_id.t @@ -1,7 +1,5 @@ #!/usr/bin/env perl -# $Id$ - use strict; use lib qw(../lib lib ../t t); use TestUtil; @@ -32,5 +30,3 @@ is( $generator_long->id_length, 36, my $id_long = $generator_long->pre_fetch_id; is( length( $id_long ), 36, 'Value returned from generator correct length' ); - - diff --git a/t/persister_spops.t b/t/persister_spops.t index d7c36e39..dd227561 100644 --- a/t/persister_spops.t +++ b/t/persister_spops.t @@ -1,7 +1,5 @@ #!/usr/bin/env perl -# $Id$ - use strict; use lib qw(../lib lib ../t t); use TestUtil; diff --git a/t/persister_uuid.t b/t/persister_uuid.t index f5379931..c050948c 100644 --- a/t/persister_uuid.t +++ b/t/persister_uuid.t @@ -1,7 +1,5 @@ #!/usr/bin/env perl -# $Id$ - use strict; use lib qw(../lib lib ../t t); use TestUtil; diff --git a/t/state.t b/t/state.t index ae09f684..77f7b35c 100644 --- a/t/state.t +++ b/t/state.t @@ -1,7 +1,5 @@ #!/usr/bin/env perl -# $Id$ - use strict; use lib qw(../lib lib ../t t); use TestUtil; diff --git a/t/validator.t b/t/validator.t index 5c8eeea5..bf0962eb 100644 --- a/t/validator.t +++ b/t/validator.t @@ -1,7 +1,5 @@ #!/usr/bin/env perl -# $Id$ - use strict; use lib qw(../lib lib ../t t); use TestUtil; diff --git a/t/validator_has_required_field.t b/t/validator_has_required_field.t index 6b5a4dc3..f2861ff0 100644 --- a/t/validator_has_required_field.t +++ b/t/validator_has_required_field.t @@ -1,7 +1,5 @@ #!/usr/bin/env perl -# $Id$ - use strict; use lib qw(../lib lib ../t t); use TestUtil; diff --git a/t/validator_in_enumerated_type.t b/t/validator_in_enumerated_type.t index 963ef6e9..88e822d7 100644 --- a/t/validator_in_enumerated_type.t +++ b/t/validator_in_enumerated_type.t @@ -1,7 +1,5 @@ #!/usr/bin/env perl -# $Id$ - use strict; use lib qw(../lib lib ../t t); use TestUtil; diff --git a/t/validator_matches_date_format.t b/t/validator_matches_date_format.t index f2fe3eb9..9c912fe0 100644 --- a/t/validator_matches_date_format.t +++ b/t/validator_matches_date_format.t @@ -1,7 +1,5 @@ #!/usr/bin/env perl -# $Id$ - use strict; use lib qw(../lib lib ../t t); use TestUtil; diff --git a/t/workflow.t b/t/workflow.t index 54ea3663..eaf41606 100644 --- a/t/workflow.t +++ b/t/workflow.t @@ -1,7 +1,5 @@ #!/usr/bin/env perl -# $Id$ - use strict; use lib qw(../lib lib ../t t); use TestUtil;