OSDN Git Service

バイナリファイルを入力したときに落ちる問題の修正
[nkf/nkf.git] / NKF.mod / NKF.pm
index 1912169..386168e 100644 (file)
@@ -34,9 +34,9 @@ require DynaLoader;
 # names by default without a very good reason. Use EXPORT_OK instead.
 # Do not simply export all your public functions/methods/constants.
 @EXPORT = qw(
-       nkf     
+       nkf     nkf_continue    inputcode
 );
-$VERSION = '2.00';
+$VERSION = '2.04';
 
 bootstrap NKF $VERSION;