line |
stmt |
bran |
cond |
sub |
pod |
time |
code |
1
|
|
|
|
|
|
|
package Task::Kramerius; |
2
|
|
|
|
|
|
|
|
3
|
2
|
|
|
2
|
|
81322
|
use strict; |
|
2
|
|
|
|
|
12
|
|
|
2
|
|
|
|
|
61
|
|
4
|
2
|
|
|
2
|
|
10
|
use warnings; |
|
2
|
|
|
|
|
3
|
|
|
2
|
|
|
|
|
100
|
|
5
|
|
|
|
|
|
|
|
6
|
|
|
|
|
|
|
our $VERSION = 0.01; |
7
|
|
|
|
|
|
|
|
8
|
|
|
|
|
|
|
1; |
9
|
|
|
|
|
|
|
|
10
|
|
|
|
|
|
|
__END__ |
11
|
|
|
|
|
|
|
|
12
|
|
|
|
|
|
|
=pod |
13
|
|
|
|
|
|
|
|
14
|
|
|
|
|
|
|
=encoding utf8 |
15
|
|
|
|
|
|
|
|
16
|
|
|
|
|
|
|
=head1 NAME |
17
|
|
|
|
|
|
|
|
18
|
|
|
|
|
|
|
Task::Kramerius - Install modules for Kramerius system. |
19
|
|
|
|
|
|
|
|
20
|
|
|
|
|
|
|
=head1 SYNOPSIS |
21
|
|
|
|
|
|
|
|
22
|
|
|
|
|
|
|
cpanm Task::Kramerius |
23
|
|
|
|
|
|
|
|
24
|
|
|
|
|
|
|
=head1 DESCRIPTION |
25
|
|
|
|
|
|
|
|
26
|
|
|
|
|
|
|
Kramerius is an open source software solution for accessing digital documents. |
27
|
|
|
|
|
|
|
Homepage of project is in L<https://system-kramerius.cz/>. |
28
|
|
|
|
|
|
|
|
29
|
|
|
|
|
|
|
=head1 SEE ALSO |
30
|
|
|
|
|
|
|
|
31
|
|
|
|
|
|
|
=over |
32
|
|
|
|
|
|
|
|
33
|
|
|
|
|
|
|
=item L<App::Kramerius::To::Images> |
34
|
|
|
|
|
|
|
|
35
|
|
|
|
|
|
|
Base class for kramerius2images script. |
36
|
|
|
|
|
|
|
|
37
|
|
|
|
|
|
|
=item L<App::Kramerius::URI> |
38
|
|
|
|
|
|
|
|
39
|
|
|
|
|
|
|
Base class for kramerius-uri script. |
40
|
|
|
|
|
|
|
|
41
|
|
|
|
|
|
|
=item L<App::Kramerius::V4> |
42
|
|
|
|
|
|
|
|
43
|
|
|
|
|
|
|
Base class for kramerius4 script. |
44
|
|
|
|
|
|
|
|
45
|
|
|
|
|
|
|
=item L<Data::Kramerius> |
46
|
|
|
|
|
|
|
|
47
|
|
|
|
|
|
|
Information about all Kramerius systems.Information about all Kramerius systems. |
48
|
|
|
|
|
|
|
|
49
|
|
|
|
|
|
|
=item L<WebService::Kramerius::API4> |
50
|
|
|
|
|
|
|
|
51
|
|
|
|
|
|
|
Class to Kramerius v4+ API. |
52
|
|
|
|
|
|
|
|
53
|
|
|
|
|
|
|
=back |
54
|
|
|
|
|
|
|
|
55
|
|
|
|
|
|
|
=head1 REPOSITORY |
56
|
|
|
|
|
|
|
|
57
|
|
|
|
|
|
|
L<https://github.com/michal-josef-spacek/Task-Kramerius> |
58
|
|
|
|
|
|
|
|
59
|
|
|
|
|
|
|
=head1 AUTHOR |
60
|
|
|
|
|
|
|
|
61
|
|
|
|
|
|
|
Michal Josef Špaček L<mailto:skim@cpan.org> |
62
|
|
|
|
|
|
|
|
63
|
|
|
|
|
|
|
L<http://skim.cz> |
64
|
|
|
|
|
|
|
|
65
|
|
|
|
|
|
|
=head1 LICENSE AND COPYRIGHT |
66
|
|
|
|
|
|
|
|
67
|
|
|
|
|
|
|
© 2021 Michal Josef Špaček |
68
|
|
|
|
|
|
|
|
69
|
|
|
|
|
|
|
BSD 2-Clause License |
70
|
|
|
|
|
|
|
|
71
|
|
|
|
|
|
|
=head1 VERSION |
72
|
|
|
|
|
|
|
|
73
|
|
|
|
|
|
|
0.01 |
74
|
|
|
|
|
|
|
|
75
|
|
|
|
|
|
|
=cut |