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

[](https://coveralls.io/r/LibreCat/Catmandu-Template)
[](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
|