summaryrefslogtreecommitdiff
path: root/perl/Wallet/Object.pm
AgeCommit message (Collapse)Author
2007-08-27Add generic store, destroy, and show methods and a get placeholder. TheRuss Allbery
basic methods are now complete. Add the trace information as parameters to the functions to set various attributes. Rename delete to destroy to avoid the Perl reserved word. Rename _create_internal and _new_internal to create and new to use a more conventional inheritance structure. Always use exceptions for database errors.
2007-08-27Snapshot work in progress.Russ Allbery