File: Template.pm

package info (click to toggle)
libcatmandu-template-perl 0.14-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, sid, trixie
  • size: 160 kB
  • sloc: perl: 363; makefile: 2; sh: 1
file content (54 lines) | stat: -rw-r--r-- 1,122 bytes parent folder | download
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
package Catmandu::Template;

our $VERSION = '0.14';

1;

__END__

=head1 NAME

Catmandu::Template - Catmandu modules for working with templates

=begin markdown

# STATUS

![Test status](https://github.com/LibreCat/Catmandu-RIS/actions/workflows/linux.yml/badge.svg)
[![Coverage](https://coveralls.io/repos/LibreCat/Catmandu-Template/badge.png?branch=master)](https://coveralls.io/r/LibreCat/Catmandu-Template)
[![CPANTS kwalitee](http://cpants.cpanauthors.org/dist/Catmandu-Template.png)](http://cpants.cpanauthors.org/dist/Catmandu-Template)

=end markdown

=head1 MODULES

=over

=item * L<Catmandu::Exporter::Template>

=item * L<Catmandu::Fix::template>

=back

=head1 AUTHOR

Nicolas Steenlant, C<< <nicolas.steenlant at ugent.be> >>

=head1 CONTRIBUTOR

Vitali Peil, C<< <vitali.peil at uni-bielefeld.de> >>

Jakob Voss, C<< <jakob.voss at gbv.de> >>

Patrick Hochstenbach, C<< <patrick.hochstenbach at ugent.be> >>

Nicolas Franck, C<< Nicolas.Franck at ugent.be >>

Debabrata Deka

=head1 LICENSE

This library is free software; you can redistribute it and/or modify
it under the same terms as Perl itself.

=cut