Skip to content

Commit 83d8f84

Browse files
author
Joe Schaefer
committed
require mod_perl2 now.
git-svn-id: https://svn.apache.org/repos/asf/perl/modperl/branches/apache2-rename-unstable@156497 13f79535-47bb-0310-9956-ffa450edef68
1 parent 4733482 commit 83d8f84

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

xs/ModPerl/Const/Const.pm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ package ModPerl::Const;
1616

1717
use DynaLoader ();
1818

19-
our $VERSION = do { require mod_perl; $mod_perl::VERSION };
19+
our $VERSION = do { require mod_perl2; $mod_perl2::VERSION };
2020
our @ISA = qw(DynaLoader);
2121

2222
#dlopen("Const.so", RTDL_GLOBAL);

0 commit comments

Comments
 (0)