Koha packages for master
The packages for master have been lagging for some time now, as dependencies were introduced that didn't have packages. This evening I started to fix this, however ran in to a problem: Data::Pagination has no copyright information, therefore it's dubious as to whether we should be using it, and I'm reluctant to distribute it. I've asked for clarification on this: https://rt.cpan.org/Public/Bug/Display.html?id=80000 however it means that packages for master will have to wait a while, until this is sorted. We should be more careful about our dependencies and whether we're allowed to distribute them. (Note: I'm 99.99% certain it'll be fine, it's just that only the author can really make that call for sure.) -- Robin Sheat Catalyst IT Ltd. ✆ +64 4 803 2204 GPG: 5957 6D23 8B16 EFAB FEF8 7175 14D3 6485 A99C EB6D
On 2012-10-4, at 6:37 PM, Robin Sheat wrote:
The packages for master have been lagging for some time now, as dependencies were introduced that didn't have packages. This evening I started to fix this, however ran in to a problem: Data::Pagination has no copyright information, therefore it's dubious as to whether we should be using it, and I'm reluctant to distribute it. I've asked for clarification on this: https://rt.cpan.org/Public/Bug/Display.html?id=80000 however it means that packages for master will have to wait a while, until this is sorted.
We should be more careful about our dependencies and whether we're allowed to distribute them.
(Note: I'm 99.99% certain it'll be fine, it's just that only the author can really make that call for sure.)
hmm, its got some copyright/license info... "COPYRIGHT AND LICENSE Copyright 2005 by Daniel Muey This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself." http://cpansearch.perl.org/src/DMUEY/Data-Paginate-0.0.6 http://cpansearch.perl.org/src/DMUEY/Data-Paginate-0.0.6/README
Op 05-10-12 08:17, Mason James schreef:
hmm, its got some copyright/license info...
"COPYRIGHT AND LICENSE Copyright 2005 by Daniel Muey This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself."
http://cpansearch.perl.org/src/DMUEY/Data-Paginate-0.0.6 http://cpansearch.perl.org/src/DMUEY/Data-Paginate-0.0.6/README
However, that's not the source for Data::Pagination, this is: http://cpansearch.perl.org/src/ONDR/Data-Pagination-0.44/ (between Data::Pagination, Data::Paginator, and Data::Paginate, I got them mixed up more than once too.) Robin.
On 2012-10-5, at 8:48 AM, Robin Sheat wrote:
Op 05-10-12 08:17, Mason James schreef:
hmm, its got some copyright/license info...
"COPYRIGHT AND LICENSE Copyright 2005 by Daniel Muey This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself."
http://cpansearch.perl.org/src/DMUEY/Data-Paginate-0.0.6 http://cpansearch.perl.org/src/DMUEY/Data-Paginate-0.0.6/README
However, that's not the source for Data::Pagination, this is:
http://cpansearch.perl.org/src/ONDR/Data-Pagination-0.44/
(between Data::Pagination, Data::Paginator, and Data::Paginate, I got them mixed up more than once too.)
Robin.
oops sorry - pre moring coffee brian :/ good news is, we can probably replace Data::Pagination with Data::Paginator (should the copyright stuff not get sorted)
participants (2)
-
Mason James -
Robin Sheat