From: Ken Youens-Clark Date: Tue, 31 Jan 2006 03:28:07 +0000 (+0000) Subject: Moved YAML to a build requirement. X-Git-Tag: v0.11008~470 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=2d283c7512567f884cc034181c12f602fd0a77b4;p=dbsrgits%2FSQL-Translator.git Moved YAML to a build requirement. --- diff --git a/Build.PL b/Build.PL index 27a9fee..16b1b08 100644 --- a/Build.PL +++ b/Build.PL @@ -1,4 +1,4 @@ -# $Id: Build.PL,v 1.9 2006-01-20 15:04:55 grommit Exp $ +# $Id: Build.PL,v 1.10 2006-01-31 03:28:07 kycl4rk Exp $ use strict; use lib './lib'; @@ -39,7 +39,6 @@ my $builder = SQL::Translator::Module::Build->new( 'Text::RecordParser' => 0.02, 'XML::Writer' => 0.500, 'XML::XPath' => 1.13, - 'YAML' => 0.39, }, build_requires => { 'File::Basename' => 0, @@ -47,8 +46,8 @@ my $builder = SQL::Translator::Module::Build->new( 'Test::More' => 0.6, 'Test::Exception' => 0, 'Test::Differences' => 0, + 'YAML' => 0.39, }, - get_options => { # Where to store additional files such as templates. # TODO: Should be OS dependant. See Module::Build::os_type()