From c8eeaa782242b022c6da88f7feaefe08b5625604 Mon Sep 17 00:00:00 2001 From: Andreas Romeyke <andreas.romeyke@slub-dresden.de> Date: Thu, 17 Nov 2022 10:22:28 +0100 Subject: [PATCH] - added placeholder for distzilla --- lib/SLUB/LZA/Rosetta/TA.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/SLUB/LZA/Rosetta/TA.pm b/lib/SLUB/LZA/Rosetta/TA.pm index 82845c7..a40853b 100644 --- a/lib/SLUB/LZA/Rosetta/TA.pm +++ b/lib/SLUB/LZA/Rosetta/TA.pm @@ -9,7 +9,7 @@ use Carp qw( croak ); use feature qw(say); use Regexp::Optimizer; use IO::Zlib; - +# ABSTRACT: main module for ta-tool our %config; BEGIN{ -- GitLab