diff --git a/maint/Makefile.PL.include b/maint/Makefile.PL.include index 13fec7d..f6d8f11 100644 --- a/maint/Makefile.PL.include +++ b/maint/Makefile.PL.include @@ -23,6 +23,7 @@ use warnings FATAL => 'all'; %args, AUTHOR => 'Ken Williams , Randy W. Sims ', ABSTRACT_FROM => $args{VERSION_FROM}, + LICENSE => 'perl', ); } }