From 7d858338faf0b51f77aca90cee02b58dcca85d89 Mon Sep 17 00:00:00 2001 From: Mark Hindess Date: Mon, 25 Jun 2012 23:00:50 +0100 Subject: [PATCH] Fix license to match README. --- Build.PL | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Build.PL b/Build.PL index a7e38767c..a1769729c 100644 --- a/Build.PL +++ b/Build.PL @@ -5,7 +5,7 @@ my $build = Module::Build->new( dist_abstract => 'G-code generator for 3D printers', dist_author => 'Alessandro Ranellucci ', dist_version => '0.1', - license => 'perl', + license => 'agpl3', requires => { 'Boost::Geometry::Utils' => '0', 'File::Basename' => '0',