forked from gbv/Catmandu-PICA
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathPICA.pm
81 lines (45 loc) · 1.79 KB
/
PICA.pm
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
package Catmandu::PICA;
our $VERSION = '1.00';
1;
__END__
=encoding utf-8
=head1 NAME
Catmandu::PICA - Catmandu modules for working with PICA+ data
=begin markdown
[](https://travis-ci.org/gbv/Catmandu-PICA)
[](https://ci.appveyor.com/project/nichtich/catmandu-pica)
[](https://coveralls.io/r/gbv/Catmandu-PICA?branch=master)
[](http://cpants.cpanauthors.org/dist/Catmandu-PICA)
=end markdown
=head1 DESCRIPTION
Catmandu::PICA provides methods to work with PICA data within the L<Catmandu>
framework.
See L<PICA::Data> for more information about PICA data format and record
structure.
See L<Catmandu::Introduction> and L<http://librecat.org/Catmandu> for an
introduction into Catmandu.
=head1 CATMANDU MODULES
=over
=item * L<Catmandu::Exporter::PICA>
=item * L<Catmandu::Fix::Bind::pica_each>
=item * L<Catmandu::Fix::Condition::pica_match>
=item * L<Catmandu::Fix::pica_add>
=item * L<Catmandu::Fix::pica_map>
=item * L<Catmandu::Fix::pica_set>
=item * L<Catmandu::Importer::PICA>
=item * L<Catmandu::Importer::SRU::Parser::picaxml>
=item * L<Catmandu::Importer::SRU::Parser::ppxml>
=item * L<Catmandu::Validator::PICA>
=back
=head1 CONTRIBUTORS
Johann Rolschewski <[email protected]>
Jakob Voß <[email protected]>
Carsten Klee <[email protected]>
=head1 COPYRIGHT
Copyright 2014- Johann Rolschewski and Jakob Voss
=head1 LICENSE
This library is free software; you can redistribute it and/or modify it under
the same terms as Perl itself.
=head1 SEE ALSO
L<PICA::Data>, L<Catmandu>
=cut