The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
Class::ObjectTemplate::DB
---------------------

This package contains Perl extension for an optimized template builder
base class with lookup capability. The lookup capability can be used
to fetch data from a database when the attribute value is
undefined. This provides a convenient mechanism to defer action until
the user requests it.

Required Modules
----------------
Class::ObjectTemplate v0.6

Verifying the Release 
---------------------

The current maintainer, Jason E. Stewart (jason@openinformatics.com),
signs every release with his GnuPG public key. This is to help you
ensure that you are installing only officially sanctioned code, from
the official maintainer. By downloading the source code and signature
from one location (possibly open to attack) and the public key from an
official key server, you greatly reduce the chance of installing
software that is dangerous to you.

Getting the Public key 

You can use any keyserver you wish, such as www.keyserver.net, and
search for jason@openinformatics.com

Using PGP to verify the code

   1. Add the key to your keyring: pgpk -a key_file
   2. Verify the source code file pgpv <<Source-File>> <<Source-File>>.asc
   3. If you receive any other response than: Good signature,
      something went wrong, so don't trust the file. 


Using GnuPG to verify the code 

   1. Import the key to your keyring: gpg --import key_file
   2. Verify the source code file gpg --verify <<Source-File>>
      <<Source-File>>.asc 
   3. If you receive any other response than: gpg: Good signature,
      something went wrong, so don't trust the file. 

Authors
-------

Copyright 2001-2002 Jason E. Stewart

License
-------

This library is free software; you can redistribute it and/or
modify it under the same terms as Perl itself.

Bugs
----

Please report and bugs to jason@openinformatics.com