File: Build.PL

package info (click to toggle)
libhtml-simpleparse-perl 0.12-5
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 88 kB
  • sloc: perl: 223; makefile: 2
file content (9 lines) | stat: -rw-r--r-- 142 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
use Module::Build;

my $b = new Module::Build
  (
   module_name => 'HTML::SimpleParse',
   license => 'perl',
  );

$b->create_build_script;