File: Makefile.PL

package info (click to toggle)
libnet-xmpp-perl 1.05-1
  • links: PTS, VCS
  • area: main
  • in suites: buster, stretch
  • size: 592 kB
  • ctags: 284
  • sloc: perl: 4,286; makefile: 2; xml: 1
file content (7 lines) | stat: -rw-r--r-- 295 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
# Note: this file was auto-generated by Module::Build::Compat version 0.4205
require 5.008000;
    use Module::Build::Compat 0.02;
    
    Module::Build::Compat->run_build_pl(args => \@ARGV);
    require Module::Build;
    Module::Build::Compat->write_makefile(build_class => 'Module::Build');