master
karchnu 2016-02-10 11:07:34 +01:00
parent 6c0816793f
commit 0c0cedddb0
8 changed files with 8 additions and 8 deletions

View File

@ -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 );

View File

@ -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 );

View File

@ -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);

View File

@ -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);

View File

@ -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

View File

@ -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

View File

@ -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;

View File

@ -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;