Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Merge pull request #2 from manwar/fix-github-repo-details
Fix GitHub repo details
  • Loading branch information
davorg committed Dec 8, 2016
2 parents 1f8b71c + bfee9fe commit 2d847ea
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions Build.PL
Expand Up @@ -20,13 +20,12 @@ my $build = Module::Build->new(
resources => {
repository => {
type => 'git',
url => 'https://github.com/davorg/audiofile-info.git',
web => 'https://github.com/davorg/audiofile-info',
url => 'https://github.com/davorg/array-compare.git',
web => 'https://github.com/davorg/array-compare',
},
},
},
create_makefile_pl => 'traditional',
);

$build->create_build_script;

Empty file modified MANIFEST 100755 → 100644
Empty file.
Empty file modified README 100755 → 100644
Empty file.

0 comments on commit 2d847ea

Please sign in to comment.