File: dist.ini

package info (click to toggle)
libhtml-template-perl 2.91-1
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 724 kB
  • sloc: perl: 2,558; makefile: 2
file content (33 lines) | stat: -rw-r--r-- 711 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
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

[Prereqs / TestRequires]
File::Temp   = 0
Test::More   = 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]