diff options
author | Daniel Friesel <derf@finalrewind.org> | 2020-05-02 10:50:50 +0200 |
---|---|---|
committer | Daniel Friesel <derf@finalrewind.org> | 2020-05-02 10:50:50 +0200 |
commit | e6b37283e86bfc5c13d64b9dbc6e92e6b22ee1b2 (patch) | |
tree | c0eb85686bba0d2b09b702fbd7fcd9b6f869db20 /Build.PL | |
parent | 8b3ea811b0df4913e07581b33983afc743c237c4 (diff) |
Switch to Perl license (GPL 1+ or Artistic License)
Diffstat (limited to 'Build.PL')
-rw-r--r-- | Build.PL | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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, |