Logo
Explore Help
Sign In
scip/leo
1
0
Fork 0
You've already forked leo
mirror of https://codeberg.org/scip/leo.git synced 2025-12-18 05:01:01 +01:00
Code Issues Packages Projects Releases Wiki Activity
Files
ab7a5e9c8a9a6ac237ffa881b44501381065800c
leo/Makefile.PL

19 lines
483 B
Makefile
Raw Normal View History

after more than 10 years finally move the code to github :)
2014-02-06 09:23:53 +01:00
#
# made for WWW::Dict::Leo::Org 1.33 and up
use ExtUtils::MakeMaker;
WriteMakefile(
'NAME' => 'WWW::Dict::Leo::Org',
'VERSION_FROM' => 'Org.pm',
'EXE_FILES' => [ 'leo' ],
'clean' => { FILES => '*~' },
'EXCLUDE_EXT' => [ qw(README) ],
'PREREQ_PM' => { 'Carp::Heavy' => 0,
'IO::Socket' => 0,
'MIME::Base64' => 0,
implement new XML API, using XML::Simple Unfortunately, we cannot yet parse the additional hints (plural forms, cases, parts of speech, etc., everything inside <repr> tags) because the XML::Simple API does not retain the correct ordering of CDATA content mixed with subtags... :-/ This also removes the options -SpellTolerance, -Morphology, and -CharTolerance, which are no longer supported by the new API (as long as I can see.) Note that although the XML contains UTF-8 data, XML::Simple decodes it to latin1, so we have to re-encode it to get good results.
2017-03-11 06:10:24 +01:00
'XML::Simple' => 0
}
after more than 10 years finally move the code to github :)
2014-02-06 09:23:53 +01:00
);
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.25.2 Page: 52ms Template: 6ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API