File: Makefile.PL

package info (click to toggle)
libhtml-quoted-perl 0.05-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 156 kB
  • sloc: perl: 1,585; makefile: 2
file content (5 lines) | stat: -rw-r--r-- 143 bytes parent folder | download | duplicates (5)
1
2
3
4
5
use inc::Module::Install;
all_from    'lib/HTML/Quoted.pm';
readme_from 'lib/HTML/Quoted.pm';
requires    'HTML::Parser' => '3.0';
WriteAll();