From: Alexander Hartmaier Date: Wed, 16 Feb 2011 16:41:35 +0000 (+0100) Subject: removed perl 5.6.0 requirement from test files X-Git-Tag: 2.003001~3 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Controller-DBIC-API.git;a=commitdiff_plain;h=a5bf6db237f004118bb8743ac941458946b21473 removed perl 5.6.0 requirement from test files --- diff --git a/t/rest/create.t b/t/rest/create.t index 4a96e81..ba850c1 100644 --- a/t/rest/create.t +++ b/t/rest/create.t @@ -1,5 +1,3 @@ -use 5.6.0; - use strict; use warnings; diff --git a/t/rest/delete.t b/t/rest/delete.t index 3034558..0cd4502 100644 --- a/t/rest/delete.t +++ b/t/rest/delete.t @@ -1,5 +1,3 @@ -use 5.6.0; - use strict; use warnings; diff --git a/t/rest/item.t b/t/rest/item.t index ff9a51b..3b075aa 100644 --- a/t/rest/item.t +++ b/t/rest/item.t @@ -1,5 +1,3 @@ -use 5.6.0; - use strict; use warnings; diff --git a/t/rest/list.t b/t/rest/list.t index acb8872..3afd448 100644 --- a/t/rest/list.t +++ b/t/rest/list.t @@ -1,5 +1,3 @@ -use 5.6.0; - use strict; use warnings; diff --git a/t/rest/update.t b/t/rest/update.t index 9a6d439..c076915 100644 --- a/t/rest/update.t +++ b/t/rest/update.t @@ -1,5 +1,3 @@ -use 5.6.0; - use strict; use warnings; diff --git a/t/rpc/create.t b/t/rpc/create.t index d3b249d..7d7fe41 100644 --- a/t/rpc/create.t +++ b/t/rpc/create.t @@ -1,5 +1,3 @@ -use 5.6.0; - use strict; use warnings; diff --git a/t/rpc/delete.t b/t/rpc/delete.t index ffd649a..030addd 100644 --- a/t/rpc/delete.t +++ b/t/rpc/delete.t @@ -1,5 +1,3 @@ -use 5.6.0; - use strict; use warnings; diff --git a/t/rpc/item.t b/t/rpc/item.t index c84f2e4..b322956 100644 --- a/t/rpc/item.t +++ b/t/rpc/item.t @@ -1,5 +1,3 @@ -use 5.6.0; - use strict; use warnings; diff --git a/t/rpc/list.t b/t/rpc/list.t index 6cb9794..f1f9621 100644 --- a/t/rpc/list.t +++ b/t/rpc/list.t @@ -1,5 +1,3 @@ -use 5.6.0; - use strict; use warnings; diff --git a/t/rpc/list_json_search.t b/t/rpc/list_json_search.t index 9a90cb9..e8db665 100644 --- a/t/rpc/list_json_search.t +++ b/t/rpc/list_json_search.t @@ -1,5 +1,3 @@ -use 5.6.0; - use strict; use warnings; diff --git a/t/rpc/list_prefetch.t b/t/rpc/list_prefetch.t index 11f7a89..118bdc3 100644 --- a/t/rpc/list_prefetch.t +++ b/t/rpc/list_prefetch.t @@ -1,5 +1,3 @@ -use 5.6.0; - use strict; use warnings; diff --git a/t/rpc/list_search_allows.t b/t/rpc/list_search_allows.t index 28bbdaf..64d1249 100644 --- a/t/rpc/list_search_allows.t +++ b/t/rpc/list_search_allows.t @@ -1,5 +1,3 @@ -use 5.6.0; - use strict; use warnings; diff --git a/t/rpc/setup_dbic_args.t b/t/rpc/setup_dbic_args.t index a1615e3..57bdf60 100644 --- a/t/rpc/setup_dbic_args.t +++ b/t/rpc/setup_dbic_args.t @@ -1,5 +1,3 @@ -use 5.6.0; - use strict; use warnings; diff --git a/t/rpc/update.t b/t/rpc/update.t index 29dbf9d..9a30756 100644 --- a/t/rpc/update.t +++ b/t/rpc/update.t @@ -1,5 +1,3 @@ -use 5.6.0; - use strict; use warnings;