File: Makefile.PL

package info (click to toggle)
libxml-atom-service-perl 0.16.2-3
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, sid, trixie
  • size: 168 kB
  • sloc: perl: 210; makefile: 2
file content (5 lines) | stat: -r--r--r-- 169 bytes parent folder | download | duplicates (10)
1
2
3
4
5
use lib qw(lib);
use Module::Build::Compat;

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