Skip to content

Commit 8986067

Browse files
committed
Merge pull request #1 from dsteinbrunner/patch-1
repository cpan metadata added
2 parents 4fdca87 + 2f23005 commit 8986067

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

Makefile.PL

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,16 @@ WriteMakefile(
1414
# 'Test::More' => 0,
1515
},
1616
AUTHOR => 'Jarkko Hietaniemi <jhi@iki.fi>',
17+
META_MERGE => {
18+
'meta-spec' => { version => 2 },
19+
resources => {
20+
repository => {
21+
type => 'git',
22+
url => 'https://github.com/daoswald/Set-Scalar.git',
23+
web => 'https://github.com/daoswald/Set-Scalar',
24+
},
25+
},
26+
},
1727
($ExtUtils::MakeMaker::VERSION >= 6.3002 ?
1828
('LICENSE'=> 'perl', ) : ()),
1929
)

0 commit comments

Comments
 (0)