Skip to content

Commit

Permalink
fix POD; fix load local lib in t
Browse files Browse the repository at this point in the history
  • Loading branch information
jorol committed Feb 1, 2018
1 parent 60d478f commit 7a7e9c4
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
7 changes: 4 additions & 3 deletions lib/Catmandu/PICA.pm
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ our $VERSION = '0.24';
1;
__END__
=encoding utf-8
=head1 NAME
Catmandu::PICA - Catmandu modules for working with PICA+ data
Expand Down Expand Up @@ -51,12 +53,11 @@ introduction into Catmandu.
=item * L<Catmandu::Importer::SRU::Parser::ppxml>
=item * L<Catmandu::Validator::PICA>
=back
=head1 CONTRIBUTORS
=encoding utf8
Johann Rolschewski <jorol@cpan.org>
Jakob Voß <voss@gbv.de>
Expand All @@ -76,4 +77,4 @@ the same terms as Perl itself.
L<PICA::Data>, L<Catmandu>
=cut
=cut
4 changes: 3 additions & 1 deletion t/06-sru.t
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,9 @@ BEGIN {
use Catmandu::Importer::SRU::Parser::picaxml;
use Catmandu::Importer::SRU::Parser::ppxml;

require 't/lib/MockFurl.pm';
use FindBin;
use lib "$FindBin::Bin/lib";
use MockFurl;

note "Catmandu::Importer::SRU::Parser::picaxml";
{
Expand Down

0 comments on commit 7a7e9c4

Please sign in to comment.