NAME Software::License::GPL3andArtistic2 - GPL 3 and Artistic 2.0 Dual License VERSION version 0.05 SYNOPSIS use Software::License::GPL3andArtistic2; my $license = Software::License::GPL3andArtistic2->new({ holder => 'Caleb Cushing', }); open (my $license_file, '>', 'LICENSE') or die $!; print $license_file $license->fulltext; DESCRIPTION This package provides a Dual Licence for GPLv3 and Artistic 2.0. Written Because as of yet Software::License (and Dist::Zilla ) doesn't provide a way to multilicense AUTHOR Caleb Cushing COPYRIGHT AND LICENSE This software is copyright (c) 2010 by Caleb Cushing. This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.