From ee0963eed54590c8d2cfbfbbb6f52183b2037bed Mon Sep 17 00:00:00 2001 From: Lars Dieckow Date: Tue, 28 May 2013 13:30:32 +0200 Subject: [PATCH] optional release-time dependencies --- Build.PL | 9 ++++++++- Changes | 4 ++++ 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/Build.PL b/Build.PL index 766f596..05f32a3 100644 --- a/Build.PL +++ b/Build.PL @@ -11,7 +11,6 @@ my $builder = Module::Build->new( 'Moose::Util::TypeConstraints' => 0, 'Test::DescribeMe' => 0, 'Test::More' => '0.88', - 'Test::Spelling' => 0, }, requires => { 'autodie' => 0, @@ -24,6 +23,14 @@ my $builder = Module::Build->new( 'TryCatch' => 0, 'utf8' => 0, }, + # these are actually , + # but nothing consumes this yet + recommends => { + 'bareword::filehandles' => 0, + 'indirect' => 0, + 'multidimensional' => 0, + 'Test::Spelling' => 0, + }, add_to_cleanup => ['Sipwise-Base-*'], ); $builder->create_build_script; diff --git a/Changes b/Changes index 6f1ad38..3ba3d1d 100644 --- a/Changes +++ b/Changes @@ -4,6 +4,10 @@ Changes - Revision history for Sipwise-Base +=head2 1.004 2013-07-04 + +declare L dependencies, only used for developers + =head2 1.003 2013-06-17 =over