help in writing perl module

Hi
i have written a perl script which was then converted to perl module by me. it works as expected. but i have to put it on many servers so i want to build a package for it. i dont know how to do that. just to check i copied perl module in "lib" directory which is working. ( directly copied CurrentDate.pm in this folder ) i saw some of the modules but i am still not able to build package for same.

i wanted it to have proper documentation , test the module.

BTW whole module is written in perl only.

any how to / tutorial link will do...

Hi,

Check Module::Build for building modules in Perl.

Cheers