Skip Menu |

Preferred bug tracker

Please visit the preferred bug tracker to report your issue.

This queue is for tickets about the Dist-Zilla CPAN distribution.

Report information
The Basics
Id: 76036
Status: resolved
Priority: 0/
Queue: Dist-Zilla

People
Owner: Nobody in particular
Requestors: dolmen [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: Normal
Broken in: 4.300010
Fixed in: (no value)



Subject: ManifestSkip should be compatible with a InlineFiles generated MANIFEST.SKIP
Currently DZP:ManifestSkip loads MANIFEST.SKIP directly from the filesystem. If the file doesn't exists but is generated by a plugin, that content is ignored. Instead, ManifestSkip should load the file from the content generated by other plugins (GatherDir, InlineFiles subclasses...). -- Olivier Mengué - http://perlresume.org/DOLMEN
Subject: [PATCH] ManifestSkip should be compatible with a InlineFiles generated MANIFEST.SKIP
Le 2012-03-26 00:53:03, DOLMEN a écrit : Show quoted text
> Currently DZP:ManifestSkip loads MANIFEST.SKIP directly from the > filesystem. If the file doesn't exists but is generated by a plugin, > that content is ignored. > > Instead, ManifestSkip should load the file from the content generated by > other plugins (GatherDir, InlineFiles subclasses...).
Fix available on GitHub: https://github.com/rjbs/dist-zilla/pull/112 -- Olivier Mengué - http://perlresume.org/DOLMEN
fixed by your patch! -- rjbs