NOTE: use Perl; is on undef hiatus. You can read content, but you can't post it. More info will be forthcoming forthcomingly.
All the Perl that's Practical to Extract and Report
Stories, comments, journals, and other submissions on use Perl; are Copyright 1998-2006, their respective owners.
What module authors SHOULD do (Score:1)
Module authors should license their code “under the same terms as Perl $VERSION” rather than the common default of “under the same terms as Perl”. Note the presence of a specific version. This addresses the ambiguity problem.
Licensing the code differently offers no benefit and should be discouraged, even though other licences may be better than the dual licence along various axes.
Why?
Because the licence of Perl itself is not going to change any time soon, and any user who uses
Re:What module authors SHOULD do (Score:1)
… err, as a whole.
Reply to This
Parent