in reply to Decoding Error Messages

You need first "use" DistroPrsRlsAuth package into your code.

... defines that package first ...

--
Marco Antonio
Rio-PM

Replies are listed 'Best First'.
Re^2: Decoding Error Messages
by ikegami (Patriarch) on Feb 11, 2006 at 00:40 UTC
    No. use base 'module' executes require module. If base is unable to load the module form a /Can't locate/ error, it displays the message the OP posted.