The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
# PODNAME: Software::License::CCpack
# ABSTRACT: Software::License pack for Creative Commons' licenses

__END__
=pod

=head1 NAME

Software::License::CCpack - Software::License pack for Creative Commons' licenses

=head1 VERSION

version 1.0

=head1 SYNOPSIS

	my $license = Software::License::CC_BY_3_0->new({
		holder => 'Brendan Byrd',
	});

	say $license->fulltext;

=head1 DESCRIPTION

This "license pack" contains all of the licenses from Creative Commons,
except for CC0, which is already included in L<Software::License>.

Note that I don't recommend using these licenses for your own CPAN
modules.  (Most of the licenses aren't even compatible with CPAN.)
However, S:L modules are useful for more than mere L<CPAN::Meta::license>
declaration, so these modules exist for those other purposes.

=cut

=head1 AUTHOR

Brendan Byrd <BBYRD@CPAN.org>

=head1 COPYRIGHT AND LICENSE

This software is Copyright (c) 2012 by Brendan Byrd.

This is free software, licensed under:

  The GNU Lesser General Public License, Version 3, June 2007

=cut