in reply to can't find my module?

If you are using require with a string as argument (instead of a bare word), make sure the string ends with ".pm" (assuming the module does as well).

Abigail