Skip Menu |

This queue is for tickets about the Pod-Checker CPAN distribution.

Report information
The Basics
Id: 102526
Status: resolved
Estimated: 10 min
Worked: 10 min
Priority: 0/
Queue: Pod-Checker

People
Owner: Marek.Rouchal [...] gmx.net
Requestors: ppisar [...] redhat.com
Cc:
AdminCc:

Bug Information
Severity: Normal
Broken in: 1.71
Fixed in: (no value)



Subject: License declaration mismatch
scripts/podchecker.PL and lib/Pod/Checker.pm read: # Copyright (C) 1994-2000 by Bradford Appleton. All rights reserved. # This is free software; you can redistribute it and/or modify it under the # same terms as Perl itself. But README reads: LICENSE ======= Pod-Checker is free software; you can redistribute it and/or modify it under the terms of the Artistic License distributed with Perl version 5.000 or (at your option) any later version. Please refer to the Artistic License that came with your Perl distribution for more details. If your version of Perl was not distributed under the terms of the Artistic License, than you may distribute Pod-Parser under the same terms as Perl itself. The discrepancy is that "terms as Perl itself" means "GPL+ or Artistic" <http://dev.perl.org/licenses/> while the latter statement talks only about "Artistic" <http://dev.perl.org/licenses/artistic.html>. Could please clarify?