in reply to UMMF installation

Alternate (and perhaps incorrect) interp of your error msg:

Your code uses (requires) "Set::object" (with a lower case "o") which isn't the name of a module you may have actually installed properly.

Replies are listed 'Best First'.
Re^2: UMMF installation
by syphilis (Archbishop) on Jul 28, 2011 at 00:21 UTC
    Alternate (and perhaps incorrect) interp of your error msg

    That interpretation looks correct to me.
    What *is* a bit puzzling is that the error message posted by the OP is being generated by UMMF.pm. The latest version of UMMF.pm on CPAN definitely has use Set::Object; not use Set::object;

    soumyapanda, I guess you must have modified UMMF.pm at some stage - in which case you need to return it to its original state. If you haven't modified that file, then you either need to fix it, or install the current version of UMMF from CPAN.

    Cheers,
    Rob

      Could be installed by ppm, but uploaded ppm was broken

      Could be manual copying of Object.pm to object.pm, without compiling XS components

      $ perl -MXSLoader -e " XSLoader::load 666, 666 " Can't locate loadable object for module 666 in @INC

      soumyapanda needs to communicate with us in place of lurking, ESP is hard :)