The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
<html><head><title>Software::License::CCpack</title>
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1" >
</head>
<body class='pod'>
<!--
  generated by Pod::Simple::HTML v3.28,
  using Pod::Simple::PullParser v3.28,
  under Perl v5.014002 at Sun Oct 19 15:59:46 2014 GMT.

 If you want to change this HTML document, you probably shouldn't do that
   by changing it directly.  Instead, see about changing the calling options
   to Pod::Simple::HTML, and/or subclassing Pod::Simple::HTML,
   then reconverting this document from the Pod source.
   When in doubt, email the author of Pod::Simple::HTML for advice.
   See 'perldoc Pod::Simple::HTML' for more info.

-->

<!-- start doc -->
<a name='___top' class='dummyTopAnchor' ></a>

<h1><a class='u'
name="NAME"
>NAME</a></h1>

<p>Software::License::CCpack - Software::License pack for Creative Commons&#39; licenses</p>

<h1><a class='u'
name="SYNOPSIS"
>SYNOPSIS</a></h1>

<pre>    use Software::License::CC_BY_4_0;
 
    my $license = Software::License::CC_BY_4_0-&#62;new({
       holder =&#62; &#39;Brendan Byrd&#39;,
    });
 
    print $license-&#62;fulltext;</pre>

<h1><a class='u'
name="DESCRIPTION"
>DESCRIPTION</a></h1>

<p>This &#34;license pack&#34; contains all of the licenses from Creative Commons, except for CC0, which is already included in <a href="http://search.cpan.org/perldoc?Software%3A%3ALicense" class="podlinkpod"
>Software::License</a>.</p>

<p>Note that I don&#39;t recommend using these licenses for your own CPAN modules. (Most of the licenses aren&#39;t even compatible with CPAN.) However, S:L modules are useful for more than mere <a href="http://search.cpan.org/perldoc?CPAN%3A%3AMeta" class="podlinkpod"
>CPAN::Meta</a>-&#62;license declaration, so these modules exist for those other purposes.</p>

<h1><a class='u'
name="AVAILABILITY"
>AVAILABILITY</a></h1>

<p>The project homepage is <a href="https://github.com/SineSwiper/Software-License-CCpack" class="podlinkurl"
>https://github.com/SineSwiper/Software-License-CCpack</a>.</p>

<p>The latest version of this module is available from the Comprehensive Perl Archive Network (CPAN). Visit <a href="http://www.perl.com/CPAN/" class="podlinkurl"
>http://www.perl.com/CPAN/</a> to find a CPAN site near you, or see <a href="https://metacpan.org/module/Software::License::CCpack/" class="podlinkurl"
>https://metacpan.org/module/Software::License::CCpack/</a>.</p>

<h1><a class='u'
name="SUPPORT"
>SUPPORT</a></h1>

<h2><a class='u'
name="Internet_Relay_Chat"
>Internet Relay Chat</a></h2>

<p>You can get live help by using IRC ( Internet Relay Chat ). If you don&#39;t know what IRC is, please read this excellent guide: <a href="http://en.wikipedia.org/wiki/Internet_Relay_Chat" class="podlinkurl"
>http://en.wikipedia.org/wiki/Internet_Relay_Chat</a>. Please be courteous and patient when talking to us, as we might be busy or sleeping! You can join those networks/channels and get help:</p>

<ul>
<li>irc.perl.org
<p>You can connect to the server at &#39;irc.perl.org&#39; and talk to this person for help: SineSwiper.</p>
</li>
</ul>

<h2><a class='u'
name="Bugs_/_Feature_Requests"
>Bugs / Feature Requests</a></h2>

<p>Please report any bugs or feature requests via <a href="https://github.com/SineSwiper/Software-License-CCpack/issues" class="podlinkurl"
>https://github.com/SineSwiper/Software-License-CCpack/issues</a>.</p>

<h1><a class='u'
name="AUTHOR"
>AUTHOR</a></h1>

<p>Brendan Byrd &#60;BBYRD@CPAN.org&#62;</p>

<h1><a class='u'
name="CONTRIBUTOR"
>CONTRIBUTOR</a></h1>

<p>Zoffix Znet &#60;cpan@zoffix.com&#62;</p>

<h1><a class='u'
name="COPYRIGHT_AND_LICENSE"
>COPYRIGHT AND LICENSE</a></h1>

<p>This software is Copyright (c) 2014 by Brendan Byrd.</p>

<p>This is free software, licensed under:</p>

<pre>  The GNU Lesser General Public License, Version 3, June 2007</pre>

<!-- end doc -->

</body></html>