Subject: | Wrong case in Build.PL |
I don't know how this could build for anyone, except for people on a
case insensitive platform like Windows:
xs_files => +{ 'MethodMaker.xs' => 'lib/Class/Methodmaker.xs' },
the xs target has only one capital M. The mismatching casing leads to
a Class/Methodmaker/Methodmaker.so being build, which ofcourse cannot
be found:
t/basic.............Can't locate loadable object for module Class::MethodMaker in @INC