Skip to content

Commit

Permalink
fix documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
jorol committed Jun 2, 2014
1 parent b49e7fc commit 62d8fbd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/Catmandu/Importer/MAB2.pm
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ sub generator {
return $self->mab_generator;
}
else {
die "need MAB2 RAW or XML data";
die "need MAB2 Disk, RAW or XML data";
}
}

Expand Down Expand Up @@ -109,7 +109,7 @@ C<fh>, etc.) the importer can be configured with the following parameters:
Describes the MAB2 syntax variant. Supported values (case ignored) include the
default value C<xml> for MABxml, C<disk> for human-readable MAB2 serialization
and C<plus> or C<raw> for normalized MAB2.
("Diskettenformat") or C<raw> for data-exchange MAB2 serialization ("Bandformat").
=back
Expand Down

0 comments on commit 62d8fbd

Please sign in to comment.