I have given myself the task of automatically generating some XS files. I caught myself starting to roll my own XS writer and asked myself: Are there any modules which would facilitate this?
I have seen Language::XS on CPAN which is half implemented and lacks some functionality I want (such as BOOT sections). Also I don't need the compiling and linking which it provides. All I am looking for is a handy way to write XS source code.