File: Makefile.PL

package info (click to toggle)
libtext-microtemplate-perl 0.24-1
  • links: PTS, VCS
  • area: main
  • in suites: buster, stretch
  • size: 300 kB
  • ctags: 141
  • sloc: perl: 1,725; makefile: 2
file content (13 lines) | stat: -rw-r--r-- 240 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
use inc::Module::Install;

name 'Text-MicroTemplate';
all_from 'lib/Text/MicroTemplate.pm';

license 'perl';

test_requires 'File::Temp';
test_requires 'Test::More';

repository 'https://github.com/kazuho/p5-text-microtemplate';

WriteAll;