Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions xsh/Makefile.PL
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ $| = 1;
WriteMakefile(
'NAME' => 'XML::XSH2',
'VERSION_FROM' => 'lib/XML/XSH2.pm',
'LICENSE' => 'gpl_2',
Copy link
Owner

@choroba choroba Dec 2, 2019

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is dual licensing possible in Makefile.PL? According to the xsh docs, artistic_1 should be included, too. CPAN::Meta::Spec seems to allow

license => [qw[ gpl_2 artistic_1 ]]

but I'm not sure a Makefile.PL can handle that.

'EXE_FILES' => ['xsh'],
'PREREQ_PM' => {
'URI' => 0,
Expand Down