File: dist.ini

package info (click to toggle)
libhtml-template-perl 2.97-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 740 kB
  • sloc: perl: 2,572; makefile: 8
file content (35 lines) | stat: -rw-r--r-- 745 bytes parent folder | download | duplicates (3)
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
name    = HTML-Template
main_modules = lib/HTML/Template.pm
author  = Michael Peters <mpeters@plusthree.com>
license = Perl_5
copyright_holder = Michael Peters
copyright_year = 2012
abstract = Perl module to use HTML-like templating language

[@Basic]

[PruneFiles]
match = ^file_cache/*

[Prereqs]
Carp         = 0
File::Spec   = 0.82
Digest::MD5  = 0
Scalar::Util = 0
CGI          = 0

[Prereqs / TestRequires]
File::Temp   = 0
Test::More   = 0
Test::Pod    = 0

[MetaResources]
bugtracker.web  = https://rt.cpan.org/Public/Dist/Display.html?Name=HTML-Template
repository.url  = git://github.com/mpeters/html-template.git
repository.web  = https://github.com/mpeters/html-template
repository.type = git

[VersionFromModule]

[PodSyntaxTests]