stas 02/01/30 18:41:27
Modified: t/response/TestAPR util.pm
xs/maps apr_functions.map
Log:
- backoff my change from APR:: to APR::Util:: in the mapping of functions
generate_random_bytes, password_validate, strerror
Revision Changes Path
1.3 +3 -3 modperl-2.0/t/response/TestAPR/util.pm
Index: util.pm
===================================================================
RCS file: /home/cvs/modperl-2.0/t/response/TestAPR/util.pm,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- util.pm 30 Jan 2002 07:01:16 -0000 1.2
+++ util.pm 31 Jan 2002 02:41:27 -0000 1.3
@@ -14,14 +14,14 @@
plan $r, tests => 3;
my $blen = 10;
- my $bytes = APR::Util::generate_random_bytes(10);
+ my $bytes = APR::generate_random_bytes(10);
ok length($bytes) == $blen;
- my $status = APR::Util::password_validate("one", "two");
+ my $status = APR::password_validate("one", "two");
ok $status != 0;
- my $str= APR::Util::strerror($status);
+ my $str= APR::strerror($status);
t_debug "strerror=$str\n";
1.34 +1 -1 modperl-2.0/xs/maps/apr_functions.map
Index: apr_functions.map
===================================================================
RCS file: /home/cvs/modperl-2.0/xs/maps/apr_functions.map,v
retrieving revision 1.33
retrieving revision 1.34
diff -u -r1.33 -r1.34
--- apr_functions.map 30 Jan 2002 06:57:31 -0000 1.33
+++ apr_functions.map 31 Jan 2002 02:41:27 -0000 1.34
@@ -407,7 +407,7 @@
apr_dso_sym
apr_dso_unload
-MODULE=APR::Util
+MODULE=APR::Util PACKAGE=guess
apr_filename_of_pathname
apr_password_get
apr_password_validate