On Tue, Nov 23, 2004 at 05:04:29PM -0600, Bryan Baldus wrote: > It would likely be based on the MicroLIF.pm and USMARC.pm modules, > and would probably use the character encoding files given on the LC > Makrbrkr site. What name would you recommend using? > MARC::File::MakerBreaker, other suggestions?
Cool! This would actually be nice to have. You'll want to follow MARC::File::USMARC as an example. I'm partial to the name MARC::File::MARCMaker, but that's just me. Note whatever you end up calling it will turn up in the MARC::Batch and MARC::File usage: my $batch = MARC::Batch->new( 'MARCMaker', 'file.dat' ); I'd be willing to help ou with a test suite if you are looking for cohorts. //Ed