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

- use IO::Prompt::Tiny instead IO::Prompt, because already supported

parent 88df0132
Branches
Tags
No related merge requests found
...@@ -4,11 +4,10 @@ use warnings; ...@@ -4,11 +4,10 @@ use warnings;
use SLUB::LZA::Rosetta::TA -command; use SLUB::LZA::Rosetta::TA -command;
use YAML qw(DumpFile); use YAML qw(DumpFile);
use feature qw(say); use feature qw(say);
use IO::Prompt; use IO::Prompt::Tiny;
use Crypt::Mode::CBC; use Crypt::Mode::CBC;
use Path::Tiny; use Path::Tiny;
sub abstract {"Initialize $0";} sub abstract {"Initialize $0";}
sub description {"Initialize $0, preparing config"} sub description {"Initialize $0, preparing config"}
sub opt_spec { sub opt_spec {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment