Apache::ACEProxy::RACE - IDN compatible RACE proxy server


Apache-ACEProxy documentation Contained in the Apache-ACEProxy distribution.

Index


Code Index:

NAME

Top

Apache::ACEProxy::RACE - IDN compatible RACE proxy server

SYNOPSIS

Top

This module is deprecated. Use Apache::ACEProxy::UTF8_RACE instead.

DESCRIPTION

Top

AUTHOR

Top

Tastuhiko Miyagawa <miyagawa@bulknews.net>

This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.

This module comes with NO WARANTY.

SEE ALSO

Top

Apache::ACEProxy::UTF8_RACE


Apache-ACEProxy documentation Contained in the Apache-ACEProxy distribution.

package Apache::ACEProxy::RACE;

use strict;
use vars qw($VERSION);
$VERSION = '0.02';

use base qw(Apache::ACEProxy::UTF8_RACE); # backward compatibility

1;
__END__