This is a patch file to MDN-1.0.1.

To apply this patch, you should go to the top directory of the
MDN-1.0.1 distribution (where `README' file resides), then execute
`patch' command like:

	% patch -p0 < this-file

Then, follow the instructions described in `README' to compile and
install.


Index: Changes
===================================================================
RCS file: /usr/prj/jpnic/cvsroot/mdn/perl/MDN/Changes,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- Changes	2000/12/28 04:46:35	1.5
+++ Changes	2001/01/25 07:50:35	1.6
@@ -1,3 +1,7 @@
+2001-01-25
+	* ResConf/Resconf.pm: Fix SYNOPSIS in the embedded document.
+	* ja/Resconf.pod: Fix SYNOPSIS.
+
 2000-12-22
 	* Version 1.0.1.
 
Index: ResConf/ResConf.pm
===================================================================
RCS file: /usr/prj/jpnic/cvsroot/mdn/perl/MDN/ResConf/ResConf.pm,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -r1.15 -r1.16
--- ResConf/ResConf.pm	2000/12/22 02:58:23	1.15
+++ ResConf/ResConf.pm	2001/01/25 07:48:47	1.16
@@ -134,7 +134,7 @@
 =head1 SYNOPSIS
 
   use MDN::ResConf;
-  $res = MDN::ResConf->resconf('/usr/local/etc/mdnres.conf');
+  $res = MDN::ResConf->new('/usr/local/etc/mdnres.conf');
 
   $ucs_domain_name = $res->localtoucs($local_domain_name);
   $normalized_name = $res->normalize($ucs_domain_name);
Index: ja/ResConf.pod
===================================================================
RCS file: /usr/prj/jpnic/cvsroot/mdn/perl/MDN/ja/ResConf.pod,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- ja/ResConf.pod	2000/11/20 05:26:55	1.3
+++ ja/ResConf.pod	2001/01/25 07:48:48	1.4
@@ -66,7 +66,7 @@
 =head1 SYNOPSIS
 
   use MDN::ResConf;
-  $res = MDN::ResConf->resconf('/usr/local/etc/mdnres.conf');
+  $res = MDN::ResConf->new('/usr/local/etc/mdnres.conf');
 
   $ucs_domain_name = $res->localtoucs($local_domain_name);
   $normalized_name = $res->normalize($ucs_domain_name);
