Skip to content

Commit

Permalink
* Because "cc0" is not a valid "license:" field, and it's not yet OSI…
Browse files Browse the repository at this point in the history
…-approved (though it is FSF-recommended), use "unrestricted" instead.
  • Loading branch information
audreyt committed Jun 28, 2011
1 parent 23fc9b6 commit 78d925c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/Module/Package/Au.pm
@@ -1,7 +1,7 @@
use strict;
use 5.008003;
package Module::Package::Au;
our $VERSION = 1;
our $VERSION = 2;

use Module::Package 0.24 ();
use Module::Install::GithubMeta 0.10 ();
Expand All @@ -16,7 +16,7 @@ use base 'Module::Package::Plugin';
sub main {
my ($self) = @_;

$self->mi->license('CC0');
$self->mi->license('unrestricted');
$self->mi->readme_from($self->pod_or_pm_file);
$self->mi->readme_markdown_from($self->pod_or_pm_file);
$self->mi->clean_files('README.mkdn');
Expand Down

0 comments on commit 78d925c

Please sign in to comment.