# README ## What? TODO ## Version This is Software-License-OrLaterPack version 0.005. ## Installation ### `cpanm` To install latest distribution directly from CPAN: $ cpanm Software::License::OrLaterPack To install manually downloaded distribution: $ cpanm Software-License-OrLaterPack-0.005.tar.gz To uninstall distribution: $ cpanm -U Software::License::OrLaterPack ## `cpan` ### Manual Download distribution tarball, then: $ tar xaf Software-License-OrLaterPack-0.005.tar.gz $ cd Software-License-OrLaterPack-0.005 $ perl Build.PL $ ./Build build $ ./Build test $ ./Build install ## Source code Distribution tarball can contain generated and/or preprocessed files. *Actual source* 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 TODO ## Copyright and license Copyright (C) 2015 Van de Bugger Software-License-OrLaterPack 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. Software-License-OrLaterPack 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 Software-License-OrLaterPack. If not, see .