Skip Menu |

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

Maintainer(s)' notes

Please use Github for all future tickets, patches and pull requests: https://github.com/Dual-Life/Pod-Usage

Thanks to Nicolas R (ATOOMIC) for setting up everything there!

Report information
The Basics
Id: 102529
Status: resolved
Estimated: 20 min
Worked: 25 min
Priority: 0/
Queue: Pod-Usage

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

Bug Information
Severity: Unimportant
Broken in: 1.67
Fixed in: 1.68



Subject: License declaration mismatch
scripts/pod2usage.PL and lib/Pod/Usage.pm read: # Copyright (C) 1996-2000 by Bradford Appleton. All rights reserved. # This file is part of "PodParser". PodParser is free software; # you can redistribute it and/or modify it under the same terms # as Perl itself. but README reads: LICENSE ======= Pod-Usage 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 "terms as Perl itself" means "GPL+ or Artistic" <http://dev.perl.org/licenses/> while latter one only "Artistic" <http://dev.perl.org/licenses/artistic.html>. It would be good to bring the statements into accord.
fixed in Pod-Usage-1.68 references to license updated to "perl"