# README ## What? This is `Software-License-OrLaterPack`, a Perl distribution (a set of Perl modules published on CPAN), an add-on for `Software::License` module. It provides licenses GPLv3+ (GNU GPL version 3 *or any later*) and AGPLv3+ (GNU AGPL version 3 *or any later*). Note: The distribution tarball contains generated and/or preprocessed files. See the "Source code" section below. ## Version This is Software-License-OrLaterPack version 0.006. ## Installation ### `cpanm` To install the latest distribution directly from CPAN: $ cpanm Software::License::OrLaterPack To install manually downloaded distribution: $ cpanm Software-License-OrLaterPack-0.006.tar.gz To uninstall the distribution: $ cpanm -U Software::License::OrLaterPack ### Manual Download distribution tarball, then: $ tar xaf Software-License-OrLaterPack-0.006.tar.gz $ cd Software-License-OrLaterPack-0.006 $ perl Build.PL $ ./Build build $ ./Build test $ ./Build install ## Documentation Install the distribution first, then use `perldoc` tools to browse documentation, e. g.: $ perldoc Software::License::OrLaterPack $ perldoc Software::License::GPL_3::or_later Alternatively, you may browse the documentation published on CPAN: https://metacpan.org/pod/Software::License::OrLaterPack ## Source code Distribution tarball contains generated and/or preprocessed files. *Actual source* of the distribution is available in Mercurial repository hosted on SourceForge site. To get the source: $ hg clone http://hg.code.sf.net/p/orlaterpack/code/ \ Software-License-OrLaterPack ## Bug reports and feedbak See `BUGS` file. ## Copyright and license Copyright (C) 2015 Van de Bugger This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program. If not, see .