From 29f9f7c107633393b07ccaa52958e219b24da772 Mon Sep 17 00:00:00 2001 From: sendu Date: Wed, 5 Sep 2007 11:01:01 +0000 Subject: [PATCH] changed license to "perl", ie. artistic or GPL svn path=/bioperl-db/trunk/; revision=615 --- Build.PL | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Build.PL b/Build.PL index 708451c..45c08a3 100755 --- a/Build.PL +++ b/Build.PL @@ -16,7 +16,7 @@ my $build = ModuleBuildBioperl->new( dist_version => 1.005002100, dist_author => 'Bioperl Team ', dist_abstract => 'bioperl-db - package for biological databases', - license => 'artistic', + license => 'perl', requires => { 'perl' => '5.6.1', 'Bio::Root::Version' => '1.5.2', -- 2.11.4.GIT