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; ...@@ -2,12 +2,10 @@ use strict;
use warnings; use warnings;
package SLUB::LZA::Rosetta::TA; package SLUB::LZA::Rosetta::TA;
use App::Cmd::Setup -app; use App::Cmd::Setup -app;
use Path::Tiny; use Path::Tiny qw( path );
use YAML; use YAML qw(LoadFile);
use LWP;
#use LWP::Debug qw(+);
use LWP::UserAgent; use LWP::UserAgent;
use Carp; use Carp qw( croak );
use feature qw(say); use feature qw(say);
our %config; our %config;
......
...@@ -2,8 +2,7 @@ package SLUB::LZA::Rosetta::TA::Command::init; ...@@ -2,8 +2,7 @@ package SLUB::LZA::Rosetta::TA::Command::init;
use strict; use strict;
use warnings; use warnings;
use SLUB::LZA::Rosetta::TA -command; use SLUB::LZA::Rosetta::TA -command;
use YAML; use YAML qw(DumpFile);
use Path::Tiny;
use feature qw(say); use feature qw(say);
sub abstract {"Initialize $0";} 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