ingydotnet / yaml-libyaml-pm

Perl Binding to libyaml
http://search.cpan.org/dist/YAML-LibYAML/
33 stars 37 forks source link

Add a Makefile for development tasks #108

Open ingydotnet opened 1 year ago

perlpunk commented 1 year ago

That leads me to the question: How do you usually test changes in YAML::XS? I create the distribution directory, then sometimes do a git init in there if I expect a longer session, and in the end I copy the files one level up to the actual git repo.

I don't want to do the whole zild process everytime I change the code. Is there a better way?

ingydotnet commented 1 year ago

I use zild disttest. At least it does all the steps in one command.

perlpunk commented 1 year ago

Ok, but what's the purpose of the Makefile then? What does make test, what zild disttest does not do?