I have created a perl modul with 3 submodules. I want to create a makefile with MakeMaker and have a problem.
My structure of my module is /module.pm and /module/sub.pm.
If i create the makefile only the module.pm file will be included. Which parameter i need to write in the makemaker so the submodules are included too?
Thank you very much.