Sponsoring The Perl Toolchain Summit 2025: Help make this important event another success Learn more
123456789101112 package Apache::Session::Browseable::Store::Informix;use strict;use Apache::Session::Browseable::Store::DBI;use Apache::Session::Store::Informix;our @ISA = qw(Apache::Session::Browseable::Store::DBI Apache::Session::Store::Informix);our $VERSION = '1.2.2';1;
package
Apache::Session::Browseable::Store::Informix;
use
strict;
Apache::Session::Browseable::Store::DBI;
Apache::Session::Store::Informix;
our
@ISA
=
qw(Apache::Session::Browseable::Store::DBI Apache::Session::Store::Informix)
;
$VERSION
'1.2.2'
1;