]> git.donarmstrong.com Git - perltidy.git/blobdiff - Makefile.PL
Update upstream source from tag 'upstream/20210717'
[perltidy.git] / Makefile.PL
index dab68653d00e2a9244adbbb7fbf15d35766f2079..34eb0d4f3820fb0aaef1cd3aacd1e1c2c388d7b7 100755 (executable)
@@ -12,6 +12,16 @@ WriteMakefile(
         : ()
     ),
 
-    EXE_FILES => ['bin/perltidy'],
-    dist => { COMPRESS => 'gzip', SUFFIX => 'gz' },
+    EXE_FILES  => ['bin/perltidy'],
+    dist       => { COMPRESS => 'gzip', SUFFIX => 'gz' },
+    META_MERGE => {
+        'meta-spec' => { version => 2 },
+        resources   => {
+            repository => {
+                type => 'git',
+                url  => 'https://github.com/perltidy/perltidy.git',
+                web  => 'https://github.com/perltidy/perltidy',
+            },
+        },
+    },
 );