X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Build.PL;h=23166167865ea8eba77c0b42962bceee1a897bf5;hb=8d1eea0330e85945adbed436e2cb7650f3868698;hp=1d4346824ac2b35753f4da8bc719199d9644e337;hpb=97972dcbe113d329825a4fa452b2dcf9e0e943d5;p=p5sagit%2FClass-Accessor-Grouped.git diff --git a/Build.PL b/Build.PL index 1d43468..2316616 100644 --- a/Build.PL +++ b/Build.PL @@ -1,20 +1,2 @@ -#!/usr/bin/perl -use warnings; -use strict; -use Module::Build; - -Module::Build->new( - module_name => 'Class::Accessor::Grouped', - dist_author => [ - 'Matt S. Trout ', - 'Christopher H. Laco ' - ], - license => 'perl', - requires => { - 'Carp' => 0, - 'Scalar::Util' => 0, - 'Class::ISA' => 0 - }, - create_makefile_pl => 'passthrough', - create_readme => 1, -)->create_build_script; +# $Id$ +require 'Makefile.PL'; \ No newline at end of file