Skip to content
Snippets Groups Projects
Commit 226c5027 authored by Andreas Romeyke's avatar Andreas Romeyke
Browse files

- minimized imports

parent b34a2ec3
No related branches found
No related tags found
No related merge requests found
......@@ -2,12 +2,10 @@ use strict;
use warnings;
package SLUB::LZA::Rosetta::TA;
use App::Cmd::Setup -app;
use Path::Tiny;
use YAML;
use LWP;
#use LWP::Debug qw(+);
use Path::Tiny qw( path );
use YAML qw(LoadFile);
use LWP::UserAgent;
use Carp;
use Carp qw( croak );
use feature qw(say);
our %config;
......
......@@ -2,8 +2,7 @@ package SLUB::LZA::Rosetta::TA::Command::init;
use strict;
use warnings;
use SLUB::LZA::Rosetta::TA -command;
use YAML;
use Path::Tiny;
use YAML qw(DumpFile);
use feature qw(say);
sub abstract {"Initialize $0";}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment