summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSawyer X <xsawyerx@cpan.org>2018-04-21 18:50:55 +0200
committerSawyer X <xsawyerx@cpan.org>2018-04-21 18:50:55 +0200
commit4a010442b615c0a86ae9ca0cf845f1734b0678ae (patch)
tree0291bf21b0bc101509b177bf6a694628957fe25f
parent5c706b9ec3421c333047c723906f8b71c514ec4d (diff)
downloadperl-4a010442b615c0a86ae9ca0cf845f1734b0678ae.tar.gz
Storable: Fix license
-rw-r--r--dist/Storable/Makefile.PL1
1 files changed, 1 insertions, 0 deletions
diff --git a/dist/Storable/Makefile.PL b/dist/Storable/Makefile.PL
index 9720f814ac..54c17769f3 100644
--- a/dist/Storable/Makefile.PL
+++ b/dist/Storable/Makefile.PL
@@ -24,6 +24,7 @@ unless ($ENV{PERL_CORE}) {
WriteMakefile(
NAME => 'Storable',
AUTHOR => 'Perl 5 Porters',
+ LICENSE => 'perl',
DISTNAME => "Storable",
# We now ship this in t/
# PREREQ_PM => { 'Test::More' => '0.41' },