package DWH_File::Value; use warnings; use strict; use vars qw( @ISA $VERSION ); @ISA = qw( ); $VERSION = 0.01; # template methods sub actual_value { die "Abstract method reached" } 1; __END__ =head1 NAME DWH_File::Value - =head1 SYNOPSIS DWH_File::Value is part of the DWH_File distribution. For user-oriented documentation, see DWH_File documentation (perldoc DWH_File). =head1 DESCRIPTION =head1 COPYRIGHT Copyright (c) Jakob Schmidt 2002 This module is part of the DWH_File distribution. See DWH_File.pm. =head1 AUTHORS Jakob Schmidt =cut CVS-log (non-pod) $Log: Value.pm,v $ Revision 1.1.1.1 2002/09/27 22:41:49 schmidt Imported