| commit | 15f1bc9d3540a65e6129ca9c9e4dc57a55d82f76 | [log] [tgz] |
|---|---|---|
| author | Akron <nils@diewald-online.de> | Wed Dec 06 13:41:07 2017 +0100 |
| committer | Akron <nils@diewald-online.de> | Wed Dec 06 13:41:07 2017 +0100 |
| tree | bffb23ed1612abc0da3f1d5c86734f0950aa53bc | |
| parent | e5166b097b474505e024659c498dea113010b211 [diff] |
Restructure compile classes Change-Id: I9d3e7ed50f26ff48e136e6ac3c001a5816a2a576
diff --git a/lib/Krawfish/Controller/Corpus.pm b/lib/Krawfish/Controller/Corpus.pm index 961ce3e..7aa81e1 100644 --- a/lib/Krawfish/Controller/Corpus.pm +++ b/lib/Krawfish/Controller/Corpus.pm
@@ -3,7 +3,7 @@ use Mojo::ByteStream 'b'; use Krawfish::Koral::Corpus::Builder; -use Krawfish::Koral::Compile; +use Krawfish::Koral::Compile::Segment; use strict; use warnings;