From 8b5a47f06aa09d19dcbc5d9d119e755154b60611 Mon Sep 17 00:00:00 2001 From: Dave Cross Date: Wed, 4 Nov 2020 16:43:45 +0000 Subject: [PATCH] Fix typos in Build.PL --- Build.PL | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/Build.PL b/Build.PL index 2a36d38..560f84f 100644 --- a/Build.PL +++ b/Build.PL @@ -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', + }, }, }, );