commit | 3cf08c766f4454dd739bc4bce06da626f5337b6e | [log] [tgz] |
---|---|---|
author | Nils Diewald <nils@diewald-online.de> | Mon Dec 16 20:31:10 2013 +0000 |
committer | Nils Diewald <nils@diewald-online.de> | Mon Dec 16 20:31:10 2013 +0000 |
tree | 38be5fab2c904eb6a4b6e43197fb21777c13af35 | |
parent | 38b3b5a97aa38af4e1cba3303a0e6f7de5b82549 [diff] [blame] |
Fixed primary data problems, speedup using moar C and now provide layer info
diff --git a/Makefile.PL b/Makefile.PL index 804bcaf..7ee0a7a 100644 --- a/Makefile.PL +++ b/Makefile.PL
@@ -21,7 +21,8 @@ 'strict' => 0, 'warnings' => 0, 'utf8' => 0, - 'bytes' => 0 + 'bytes' => 0, + 'List::MoreUtils' => 0.33 }, # LICENSE => 'perl', MIN_PERL_VERSION => '5.016',