Hi, I work on a little module with swig part and I have to use M::B as far as I know as MakeMaker is harder to use with swig files, and I'm wonder there is no easy tutorials for creating a pure perl module, then one with swig step by step.
In fact, for now, I get Device::Cdio Build script as source but as I use something like A::B, the is lib/A/B.i and after swig do it's job, objects seems to be expected in something like blib/A/B/B.* :/.
In fact, contrary to original module, I prefer to store wisg files not in root directory but in lib/A/ or A/ subdirectory, then let swig generate lib/A/B.pm and B_wrap.c.
Any help, or pointer to what is best to do in build script would be welcomed.
thanks.
(16)
]
