File: Makefile.PL

package info (click to toggle)
sqlfairy 0.09000-1
  • links: PTS, VCS
  • area: main
  • in suites: lenny
  • size: 4,132 kB
  • ctags: 1,741
  • sloc: perl: 59,498; sql: 2,165; xml: 117; 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();