Skip Menu |

This queue is for tickets about the MARC-Record CPAN distribution.

Report information
The Basics
Id: 2937
Status: resolved
Priority: 0/
Queue: MARC-Record

People
Owner: Nobody in particular
Requestors: thienho [...] yahoo.com
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: 1.29
Fixed in: (no value)



Subject: MARC::File::USMARC-1.29
In MARC::File::USMARC synopsis, the example code to create new USMARC file is incorrect: my $file = MARC::File::USMARC::in( $filename ); instead of: my $file = MARC::File::USMARC->in( $filename );