File: Makefile.PL

package info (click to toggle)
libhtml-rewriteattributes-perl 0.05-2
  • links: PTS, VCS
  • area: main
  • in suites: bullseye, buster
  • size: 272 kB
  • sloc: perl: 2,139; makefile: 2
file content (15 lines) | stat: -rw-r--r-- 297 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
use inc::Module::Install;

# Define metadata
name            'HTML-RewriteAttributes';
all_from        'lib/HTML/RewriteAttributes.pm';
readme_from     'lib/HTML/RewriteAttributes.pm';

requires 'HTML::Parser';
requires 'HTML::Entities';
requires 'HTML::Tagset';
requires 'URI';

sign;
WriteAll;