naturalis / biovel-nbc

Naturalis implementations of BioVeL services.
Apache License 2.0
2 stars 1 forks source link

Add Makefile.PL #2

Closed rvosa closed 10 years ago

rvosa commented 10 years ago

Sun Mar 30 12:02:52 2014: Request 94317 was acted upon. Transaction: Ticket created by SREZIC Queue: Bio-BioVeL Subject: Makefile.PL missing in distribution Broken in: 0.1 Severity: (no value) Owner: Nobody Requestors: SREZIC@cpan.org Status: new Ticket <URL: https://rt.cpan.org/Ticket/Display.html?id=94317 >

I suspect the problems exists because "Makefile" is listed in MANIFEST.SKIP. Note that lines in MANIFEST.SKIP are interpreted as regexps, so "Makefile.PL" also matches and therefore it is skipped. If you want to skip "Makefile" then write something like "^Makefile$".

Regards, Slaven