in reply to Re^4: Undefined subroutine on ARM but not i686
in thread Undefined subroutine on ARM but not i686

Your module is more modified than you stated. It's not possible to continue without seeing it.

  • Comment on Re^5: Undefined subroutine on ARM but not i686

Replies are listed 'Best First'.
Re^6: Undefined subroutine on ARM but not i686
by cbanker (Beadle) on Jun 02, 2009 at 17:22 UTC
    I hope it's not a problem to put this much code in.

    Here is the Digest::SHA::PurePerl module I am using. The only modifications are the two things I mentioned in this thread: adding the exports to get it to actually export the functions, and removing the dump / load functions and use FileHandle include.

    Everything I removed is still there, but commented out.