in reply to Re^3: Implement Object Persistence (II)
in thread Implement Object Persistence (II)

Well, I read the very same docs you did (I presume), and I never got the impression that it would store objects. Interesting how we saw two entirely different things in the docs.

And frankly, I wouldn't want it to store objects. The design is clean... adding blessings alongside would clutter up the protocols needed to access the existing metadata. If you send it an "export" call, should it be DBM::Deep's export, or the native object export? That's the kind of confusion you'd get by permitting objects in the mix.

-- Randal L. Schwartz, Perl hacker
Be sure to read my standard disclaimer if this is a reply.

  • Comment on Re^4: Implement Object Persistence (II)

Replies are listed 'Best First'.
Re^5: Implement Object Persistence (II)
by dragonchild (Archbishop) on Apr 29, 2005 at 17:45 UTC
    As usually, you're absolutely right. The docs should still be explicit about the fact that this will not store objects. :-)

    The Perfect is the Enemy of the Good.