added svn repo info.

git-svn-id: http://dev.catalyst.perl.org/repos/Config-General/trunk@97 be1acefe-a474-0410-9a34-9b3221f2030f
This commit is contained in:
Thomas von Dein
2013-07-04 05:27:53 +00:00
parent e690b33942
commit 62ed80bef2

View File

@@ -20,6 +20,11 @@ WriteMakefile(
'File::Spec::Functions' => 0,
'File::Glob' => 0
},
'META_MERGE' => {
resources => {
repository => 'http://dev.catalyst.perl.org/repos/Config-General/trunk/',
},
},
($ExtUtils::MakeMaker::VERSION ge '6.31'?
('LICENSE' => 'perl', ) : ()),
);