diff --git a/lib/rt/admin.pm b/lib/rt/admin.pm index 1471866..a8dfc0e 100644 --- a/lib/rt/admin.pm +++ b/lib/rt/admin.pm @@ -3,7 +3,7 @@ package rt::admin; use configuration ':all'; use app; use utf8; -use open qw/:std :utf8/ +use open qw/:std :utf8/; use Data::Dump qw( dump ); diff --git a/lib/rt/adminfake.pm b/lib/rt/adminfake.pm index a08cb10..66a3619 100644 --- a/lib/rt/adminfake.pm +++ b/lib/rt/adminfake.pm @@ -3,7 +3,7 @@ package rt::adminfake; use configuration ':all'; use app; use utf8; -use open qw/:std :utf8/ +use open qw/:std :utf8/; use Data::Dump qw( dump ); diff --git a/lib/rt/domain.pm b/lib/rt/domain.pm index 555f7ac..725fc61 100644 --- a/lib/rt/domain.pm +++ b/lib/rt/domain.pm @@ -6,7 +6,7 @@ use encryption ':all'; use util ':all'; use app; use utf8; -use open qw/:std :utf8/ +use open qw/:std :utf8/; use Dancer ':syntax'; use Data::Dump qw( dump ); use Data::Validate::IP qw(is_ipv4 is_ipv6); diff --git a/lib/rt/domainfake.pm b/lib/rt/domainfake.pm index 851cdb0..9d74116 100644 --- a/lib/rt/domainfake.pm +++ b/lib/rt/domainfake.pm @@ -6,7 +6,7 @@ use encryption ':all'; use util ':all'; use app; use utf8; -use open qw/:std :utf8/ +use open qw/:std :utf8/; use Dancer ':syntax'; use Data::Dump qw( dump ); use Data::Validate::IP qw(is_ipv4 is_ipv6); diff --git a/lib/rt/root.pm b/lib/rt/root.pm index df727ec..af75a2a 100644 --- a/lib/rt/root.pm +++ b/lib/rt/root.pm @@ -3,7 +3,7 @@ package rt::root; use configuration ':all'; use app; use utf8; -use open qw/:std :utf8/ +use open qw/:std :utf8/; use Exporter 'import'; # what we want to export eventually diff --git a/lib/rt/rootfake.pm b/lib/rt/rootfake.pm index 3de9085..e7aeb19 100644 --- a/lib/rt/rootfake.pm +++ b/lib/rt/rootfake.pm @@ -3,7 +3,7 @@ package rt::rootfake; use configuration ':all'; use app; use utf8; -use open qw/:std :utf8/ +use open qw/:std :utf8/; use Exporter 'import'; # what we want to export eventually diff --git a/lib/rt/user.pm b/lib/rt/user.pm index f93ce26..ffcd29a 100644 --- a/lib/rt/user.pm +++ b/lib/rt/user.pm @@ -5,7 +5,7 @@ use configuration ':all'; use encryption ':all'; use app; use utf8; -use open qw/:std :utf8/ +use open qw/:std :utf8/; use YAML::XS; diff --git a/lib/rt/userfake.pm b/lib/rt/userfake.pm index 8e576b4..0294600 100644 --- a/lib/rt/userfake.pm +++ b/lib/rt/userfake.pm @@ -5,7 +5,7 @@ use configuration ':all'; use encryption ':all'; use app; use utf8; -use open qw/:std :utf8/ +use open qw/:std :utf8/; use YAML::XS;