diff --git a/xsh/Makefile.PL b/xsh/Makefile.PL index 79cbfea..5373ac7 100644 --- a/xsh/Makefile.PL +++ b/xsh/Makefile.PL @@ -9,6 +9,7 @@ $| = 1; WriteMakefile( 'NAME' => 'XML::XSH2', 'VERSION_FROM' => 'lib/XML/XSH2.pm', + 'LICENSE' => 'gpl_2', 'EXE_FILES' => ['xsh'], 'PREREQ_PM' => { 'URI' => 0,