Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Add homepage and source repository to Makefile.PL
  • Loading branch information
hinrik committed Jul 1, 2009
1 parent 8227fcc commit 5446fa1
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions Changes
@@ -1,5 +1,6 @@
0.09
- Detect whether a file contains Pod 5 or Pod 6
- Add homepage and source repository to Makefile.PL

0.08 Wed Jul 1 14:14:10 GMT 2009
- Add -i/--index to list known targets
Expand Down
1 change: 1 addition & 0 deletions MANIFEST
Expand Up @@ -59,6 +59,7 @@ inc/Module/Install.pm
inc/Module/Install/Base.pm
inc/Module/Install/Can.pm
inc/Module/Install/Fetch.pm
inc/Module/Install/GithubMeta.pm
inc/Module/Install/Makefile.pm
inc/Module/Install/Metadata.pm
inc/Module/Install/Scripts.pm
Expand Down
2 changes: 2 additions & 0 deletions Makefile.PL
Expand Up @@ -12,6 +12,8 @@ install_script ('script/grok');
no_index (directory => 't_source');
install_share ();
license ('artistic_2');
homepage ('http://svn.pugscode.org/pugs/docs/u4x/README');
githubmeta ();
requires ('Getopt::Long' => '2.33');
requires ('IO::Interactive' => '0');
requires ('File::ShareDir' => '0');
Expand Down

0 comments on commit 5446fa1

Please sign in to comment.