Fix typo in ResultSet::_rs()
authormike <mike>
Wed, 12 Oct 2005 09:44:46 +0000 (09:44 +0000)
committermike <mike>
Wed, 12 Oct 2005 09:44:46 +0000 (09:44 +0000)
commitc178d6c555c4806d58c01f5c0ee00ff8ed0081b0
treeffaac0972c454e44d0f90a0a0a73178ed7d76050
parent44e142a26cfc0adac59e282a64c4aa41b75cdfa5
Fix typo in ResultSet::_rs()
Use ZOOM::Record->_new() instead of "indirect object" syntax (why?!)
Connection::option_set() replaced by option() which gets and sets.
Add _rec(), render() and raw() methods to ZOOM::Record.
Add destroy() methods for Connection and ResultSet.
Attempts to use destroy()ed Connection and ResultSet cause die()
Clearer commentary on naming conventions.
lib/ZOOM.pm