Skip Menu |

This queue is for tickets about the App-CLI CPAN distribution.

Report information
The Basics
Id: 122101
Status: resolved
Priority: 0/
Queue: App-CLI

People
Owner: Nobody in particular
Requestors: paul [...] liekut.de
Cc:
AdminCc:

Bug Information
Severity: Important
Broken in: (no value)
Fixed in: (no value)



Subject: Unskip META.yml when creating distribution tarball
Hello, The module's meta information, contained in the META.yml file, is very helpful for other tools to work out what dependencies the module has, so that automated testing and installation procedures work effectively. The attached patch (submitted as a pull request here: https://github.com/dsteinbrunner/app-cli/pull/2) removes the META.yml entry from the MANIFEST.SKIP file, thus allowing it to be included in future releases. If there's anything I can do to help get this change applied and a new release uploaded to CPAN, please let me know. If it makes things easier for you, I could become a co-maintainer and then update and release the dist as necessary. Kind regards, Paul
Subject: 0001-Unskip-META.yml.patch
From 81f564ad6ffc843839b2fc9a6400c84cd7d8d652 Mon Sep 17 00:00:00 2001 From: Paul Cochrane <paul@liekut.de> Date: Thu, 15 Jun 2017 12:01:03 +0200 Subject: [PATCH] Unskip META.yml The file `META.yml` is required in Perl distributions so that CPAN-related tools can work more efficiently. Hence, this file should not be skipped and should be added the `MANIFEST` and dist tarball the next time this dist is released. --- MANIFEST.SKIP | 1 - 1 file changed, 1 deletion(-) diff --git a/MANIFEST.SKIP b/MANIFEST.SKIP index 37259f4..8d5b166 100644 --- a/MANIFEST.SKIP +++ b/MANIFEST.SKIP @@ -7,5 +7,4 @@ MYMETA.yml .tar.gz$ test* shipit -META.yml .*\.bak$ -- 2.11.0
Fixed in version 0.45.