The Perl and Raku Conference 2025: Greenville, South Carolina - June 27-29 Learn more
12345678 package Apache::Session::Browseable::Store::File;use strict;use Apache::Session::Store::File;our @ISA = qw(Apache::Session::Store::File);our $VERSION = 1.2.2;1;
package
Apache::Session::Browseable::Store::File;
use
strict;
Apache::Session::Store::File;
our
@ISA
=
qw(Apache::Session::Store::File)
;
$VERSION
= 1.2.2;
1;