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?
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?