File: Sybase.pm

package info (click to toggle)
libapache-session-browseable-perl 1.3.0-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 312 kB
  • sloc: perl: 1,556; makefile: 2
file content (13 lines) | stat: -rw-r--r-- 266 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
11
12
13
package Apache::Session::Browseable::Store::Sybase;

use strict;

use Apache::Session::Browseable::Store::DBI;
use Apache::Session::Store::Sybase;

our @ISA =
  qw(Apache::Session::Browseable::Store::DBI Apache::Session::Store::Sybase);
our $VERSION = '1.2.2';

1;