From 1fd32d047b7ef094488a7a52542c9c057c213bee Mon Sep 17 00:00:00 2001 From: Jason Etheridge Date: Fri, 29 Aug 2008 17:34:00 +0000 Subject: [PATCH] add this module back in with the BinaryEncoding setting --- renumber_marc | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/renumber_marc b/renumber_marc index 188b27d..3f6f93a 100755 --- a/renumber_marc +++ b/renumber_marc @@ -5,7 +5,7 @@ use warnings; use MARC::Batch; use Getopt::Long; #use MARC::Record; -#use MARC::File::XML ( BinaryEncoding => 'utf-8' ); +use MARC::File::XML ( BinaryEncoding => 'utf-8' ); #use MARC::Field; my $count = 0; -- 1.7.2.5