New structure is KorAP::XML::Krill
Change-Id: I42297512b99acca4ab011306d11c095641397af5
diff --git a/Makefile.PL b/Makefile.PL
index 9818ad1..5034c5f 100644
--- a/Makefile.PL
+++ b/Makefile.PL
@@ -5,10 +5,10 @@
use ExtUtils::MakeMaker;
WriteMakefile(
- NAME => 'KorAP::Indexer',
+ NAME => 'KorAP::XML::Krill',
AUTHOR => 'Nils Diewald',
- ABSTRACT => 'Preprocessor for Krill Index preparation',
- VERSION_FROM => 'lib/KorAP/Indexer.pm',
+ ABSTRACT => 'Preprocess KorAP XML documents for Krill',
+ VERSION_FROM => 'lib/KorAP/XML/Krill.pm',
PREREQ_PM => {
'Mojolicious' => 6.11,
'Packed::Array' => 0.01,