Skip to content

Commit 8b5a47f

Browse files
committed
Fix typos in Build.PL
1 parent 2978ace commit 8b5a47f

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

Build.PL

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,14 +15,15 @@ my $build = Module::Build->new(
1515
'Test::Pod' => 0,
1616
'Test::Pod::Coverage' => 0,
1717
},
18-
create_makefile_pl => 'traditional'
18+
create_makefile_pl => 'traditional',
1919
meta_merge => {
2020
'meta-spec' => { version => 2 },
2121
resources => {
2222
repository => {
23-
type => 'git',
24-
url => 'git://github.com/davorg/tie-hash-cannabinol.git',
25-
web => 'https://github.com/davorg/tie-hash-cannabinol',
23+
type => 'git',
24+
url => 'git://github.com/davorg/tie-hash-cannabinol.git',
25+
web => 'https://github.com/davorg/tie-hash-cannabinol',
26+
},
2627
},
2728
},
2829
);

0 commit comments

Comments
 (0)