Skip to content

Commit

Permalink
dzil compliance
Browse files Browse the repository at this point in the history
  • Loading branch information
Marc Chantreux committed Jun 9, 2012
1 parent abde70a commit 87f1a5f
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions lib/MARC/MIR.pm
Expand Up @@ -3,12 +3,17 @@ use parent 'Exporter';
use Modern::Perl;
use Perlude;
use Perlude::Sh qw< :all >;
# ABSTRACT: DSL to manipulate MIR records.

=head1 MIR: MARC Intermediate Representation
ABSTRACT: DSL to manipulate MIR records.
This is a early adoption code coming with
This is a early adoption code. perldoc MARC::MIR::tutorial for more information
* DSL to manipulate MIR records
* ISO2709 parser
* ISO2709 writer
perldoc MARC::MIR::tutorial for more information
* the interface may change
* t/ is empty, so use it at your own risk
Expand Down

0 comments on commit 87f1a5f

Please sign in to comment.