in reply to locating a module created with h2xs via require and use --- effect of extra directory?
The files created by h2xs are meant to be used as an installation package. That is, after using h2xs to set up the files, you should install the module with perl Makefile.PL; make; make test; make install in order to use it.