Skip to content

Commit

Permalink
added ABSTRACT and VERSION
Browse files Browse the repository at this point in the history
  • Loading branch information
jorol committed Mar 2, 2014
1 parent 8352b00 commit 53f7a87
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
2 changes: 2 additions & 0 deletions bin/mab2_convert.pl
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
#!/usr/bin/perl

# ABSTRACT: Convert records from one MAB2 format to an other
# VERSION
# PODNAME: mab2_convert.pl

use utf8;
Expand Down
3 changes: 3 additions & 0 deletions lib/Catmandu/Importer/SRU/Parser/mabxml.pm
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
package Catmandu::Importer::SRU::Parser::mabxml;

# ABSTRACT: Package transforms SRU responses into Catmandu MAB2
# VERSION

use Moo;
use MAB2::Parser::XML;
use Encode;
Expand Down

0 comments on commit 53f7a87

Please sign in to comment.