summaryrefslogtreecommitdiff
path: root/Build.PL
diff options
context:
space:
mode:
authorDaniel Friesel <derf@finalrewind.org>2020-05-02 10:50:50 +0200
committerDaniel Friesel <derf@finalrewind.org>2020-05-02 10:50:50 +0200
commite6b37283e86bfc5c13d64b9dbc6e92e6b22ee1b2 (patch)
treec0eb85686bba0d2b09b702fbd7fcd9b6f869db20 /Build.PL
parent8b3ea811b0df4913e07581b33983afc743c237c4 (diff)
Switch to Perl license (GPL 1+ or Artistic License)
Diffstat (limited to 'Build.PL')
-rw-r--r--Build.PL2
1 files changed, 1 insertions, 1 deletions
diff --git a/Build.PL b/Build.PL
index e48e5d6..58a1a05 100644
--- a/Build.PL
+++ b/Build.PL
@@ -17,7 +17,7 @@ Module::Build->new(
'Module::Build' => 0.40,
},
module_name => 'Travel::Routing::DE::VRR',
- license => 'unrestricted',
+ license => 'perl',
requires => {
'perl' => '5.10.1',
'Class::Accessor' => 0,