From 22c37bc34e01b522ecce28c9951970ab3873a7be Mon Sep 17 00:00:00 2001 From: Ed J Date: Mon, 6 Jan 2025 06:16:55 +0000 Subject: [PATCH] add licence information --- Changes | 2 ++ Makefile.PL | 1 + 2 files changed, 3 insertions(+) diff --git a/Changes b/Changes index 934ba10..6388cbe 100644 --- a/Changes +++ b/Changes @@ -1,3 +1,5 @@ +- add licence information + 2.097 2024-12-09 - install pdldoc, add repo metadata diff --git a/Makefile.PL b/Makefile.PL index 75d0bb4..2f69d6f 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -10,6 +10,7 @@ WriteMakefile( NAME => $package_name, VERSION_FROM => 'ENVI.pm', AUTHOR => 'PerlDL Developers ', + LICENSE=> "perl", CONFIGURE_REQUIRES => { 'ExtUtils::MakeMaker' => 0, 'PDL' => '2.094',