File: Makefile.PL

package info (click to toggle)
libtext-quoted-perl 2.09-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 192 kB
  • ctags: 122
  • sloc: perl: 1,518; makefile: 2
file content (11 lines) | stat: -rw-r--r-- 173 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
use 5.006;
use inc::Module::Install;

all_from 'lib/Text/Quoted.pm';
readme_from 'lib/Text/Quoted.pm';

requires 'Text::Autoformat';
requires 'Text::Tabs';

sign;
WriteAll;