Skip to content

Commit

Permalink
Fix typos in Build.PL
Browse files Browse the repository at this point in the history
  • Loading branch information
davorg committed Nov 4, 2020
1 parent 2978ace commit 8b5a47f
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions Build.PL
Original file line number Diff line number Diff line change
Expand Up @@ -15,14 +15,15 @@ my $build = Module::Build->new(
'Test::Pod' => 0,
'Test::Pod::Coverage' => 0,
},
create_makefile_pl => 'traditional'
create_makefile_pl => 'traditional',
meta_merge => {
'meta-spec' => { version => 2 },
resources => {
repository => {
type => 'git',
url => 'git://github.com/davorg/tie-hash-cannabinol.git',
web => 'https://github.com/davorg/tie-hash-cannabinol',
type => 'git',
url => 'git://github.com/davorg/tie-hash-cannabinol.git',
web => 'https://github.com/davorg/tie-hash-cannabinol',
},
},
},
);
Expand Down

0 comments on commit 8b5a47f

Please sign in to comment.