File: Makefile.PL

package info (click to toggle)
libdirectory-scratch-structured-perl 0.04-3
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 108 kB
  • sloc: perl: 62; makefile: 2
file content (9 lines) | stat: -r-xr-xr-x 154 bytes parent folder | download | duplicates (13)
1
2
3
4
5
6
7
8
9

use strict ;
use warnings ;

use Module::Build::Compat;

Module::Build::Compat->run_build_pl(args => \@ARGV);
Module::Build::Compat->write_makefile();