Skip to content

Instantly share code, notes, and snippets.

@ytnobody
Created February 27, 2018 05:30
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ytnobody/15be029c72b320fdfbae419fbdd92ce8 to your computer and use it in GitHub Desktop.
Save ytnobody/15be029c72b320fdfbae419fbdd92ce8 to your computer and use it in GitHub Desktop.
cpanfile for kh_coder http://khc.sourceforge.net/
###
### cpanfile for KH Coder
###
#
# usage:
# $ cd kh_coder/
# $ LANG=C cpanm --installdeps -n .
#
requires 'perl' => '5.008';
requires 'Jcode';
requires 'Encode';
requires 'Encode::Locale';
requires 'Tk';
requires 'Statistics::R';
requires 'DBD::CSV';
requires 'File::BOM';
requires 'Lingua::JA::Regular::Unicode';
requires 'Net::Telnet';
requires 'Unicode::Escape';
requires 'Statistics::Lite';
requires 'Algorithm::NaiveBayes';
requires 'Text::Iconv';
if ($^O eq 'MSWin32') {
requires 'Win32::Console';
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment