File: Makefile.PL

package info (click to toggle)
libtext-microtemplate-perl 0.24-3
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 296 kB
  • 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;