Skip to content

Commit

Permalink
* Explicitly add M::I::Repository dep.
Browse files Browse the repository at this point in the history
* Update module version to 1 to avoid __END__ section warning.
  • Loading branch information
audreyt committed Jun 17, 2011
1 parent 8e3ba75 commit 7199233
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 9 deletions.
9 changes: 2 additions & 7 deletions Makefile.PL
@@ -1,9 +1,4 @@
#!/usr/bin/env perl
use lib 'lib';
use inc::Module::Package 'Au:dry';
__END__
# Deps list generated by:
author_requires 'Module::Package' => '0.24';
author_requires 'Module::Package::Au' => '0.01';
use inc::Module::Package 'Au:dry 1';
requires 'Module::Install::Repository';
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 = '0.01';
our $VERSION = 1;

use Module::Package 0.24 ();
use Module::Install::GithubMeta 0.10 ();
Expand Down Expand Up @@ -42,7 +42,7 @@ Module::Package::Au - Reusable Module::Install bits
In F<Makefile.PL>:
#!/usr/bin/env perl
use inc::Module::Package 'Au:dry';
use inc::Module::Package 'Au:dry 1';
__END__
=head1 DESCRIPTION
Expand Down

0 comments on commit 7199233

Please sign in to comment.