home *** CD-ROM | disk | FTP | other *** search
- ############################################################################
- #
- # Win32::ASP::Field::dispmeta - implements dispmeta fields in the Win32-ASP-DB system
- #
- # Author: Toby Everett
- # Revision: 0.02
- # Last Change:
- ############################################################################
- # Copyright 1999, 2000 Toby Everett. All rights reserved.
- #
- # This file is distributed under the Artistic License. See
- # http://www.ActiveState.com/corporate/artistic_license.htm or
- # the license that comes with your perl distribution.
- #
- # For comments, questions, bugs or general interest, feel free to
- # contact Toby Everett at teverett@alascom.att.com
- ############################################################################
-
- use Win32::ASP::Field;
- use Error qw/:try/;
- use Win32::ASP::Error;
-
- package Win32::ASP::Field::dispmeta;
-
- @ISA = ('Win32::ASP::Field');
-
- use strict;
-
- sub _read {
-
- }
-
- sub _post {
-
- }
-
- 1;
-