LibreCat / Catmandu-OAI

Catmandu modules for working with OAI repositories
https://metacpan.org/release/Catmandu-OAI
3 stars 2 forks source link

don't bundle dist.ini in distribution #8

Closed yanick closed 9 years ago

phochste commented 9 years ago

Thanks!

jorol commented 9 years ago

Hi Yanick,

could you please give some infos why the dist.ini shouldn't be bundled in distributions? As I see this is common practise in many distributions.

Thanks,

Johann

yanick commented 9 years ago

Hi @jorol!

Having the dist.ini bundle with the distribution does no harm, but it is useless baggage. It's like installing the Makefile along with the program. And in almost all cases, it couldn't be used against the files as bundled in the distribution (as opposed as against the files in the repo) as 'dzil build' is not usually idempotent.

jorol commented 9 years ago

Thanks!

yanick commented 9 years ago

Anytime. :-)