# This code is a part of Slash, and is released under the GPL. # Copyright 1997-2001 by Open Source Development Network. See README # and COPYING for more information, or see http://slashcode.com/. # $Id: Oracle.pm,v 1.2.2.1 2001/06/05 11:51:44 pudge Exp $ package Slash::DB::Static::Oracle; use strict; use DBIx::Password; use Slash::DB::Utility; use Slash::Utility; use URI (); use vars qw($VERSION); ($VERSION) = ' $Revision: 1.2.2.1 $ ' =~ /\$Revision:\s+([^\s]+)/; 1; __END__ =head1 NAME Slash::DB::Static::Oracle - Oracle Interface for Slash =head1 SYNOPSIS use Slash::DB::Static::Oracle; =head1 DESCRIPTION No documentation yet. Sue me. =head1 SEE ALSO Slash(3), Slash::DB(3). =cut