Skip to content
Snippets Groups Projects
Verified Commit 6d4ce4fd authored by Andreas Romeyke's avatar Andreas Romeyke
Browse files

- refactoring, fixed order to improve maintainablity

parent aab103ec
No related branches found
No related tags found
No related merge requests found
package SLUB::LZA::TA; package SLUB::LZA::TA;
use v5.36; use v5.36;
use Path::Tiny qw( path ); use Path::Tiny qw( path );
use YAML qw(LoadFile);
use LWP::UserAgent;
use SOAP::Lite;
use Carp qw( croak ); use Carp qw( croak );
use Regexp::Optimizer; use Data::Printer;
use IO::Zlib; use IO::Zlib;
use Text::CSV_PP; use LWP::UserAgent;
use Regexp::Optimizer;
use SLUB::LZA::TA::Crypt; use SLUB::LZA::TA::Crypt;
use SOAP::Lite;
use Text::CSV_PP;
use YAML qw(LoadFile);
use namespace::clean; use namespace::clean;
use App::Cmd::Setup -app; use App::Cmd::Setup -app;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment