Subject: | License inconsistant for Directory::Queue. |
Hi,
Makefile.PL contains:
($ExtUtils::MakeMaker::VERSION >= 6.3002
? ('LICENSE'=> 'perl')
: ()),
whereas the README contains:
LICENSE AND COPYRIGHT
Copyright (C) 2010 CERN
This program is free software; you can redistribute it and/or modify it
under the terms of either: the GNU General Public License as published
by the Free Software Foundation; or the Artistic License.
See http://dev.perl.org/licenses/ for more information.
I expect the latter was your intention but also GPL makes little
sense without a COPYING file as I understand it but I am happy
to be corrected.
Steve.