File: Makefile.PL

package info (click to toggle)
sqlfairy 0.07-5
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 3,672 kB
  • ctags: 1,470
  • sloc: perl: 55,380; sql: 2,106; xml: 68; makefile: 4
file content (7 lines) | stat: -rw-r--r-- 195 bytes parent folder | download
1
2
3
4
5
6
7
# $Id: Makefile.PL,v 1.35 2004/07/30 15:28:49 kycl4rk Exp $

use strict;
use Module::Build::Compat;

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