| Apache-ACEProxy documentation | Contained in the Apache-ACEProxy distribution. |
Apache::ACEProxy::RACE - IDN compatible RACE proxy server
This module is deprecated. Use Apache::ACEProxy::UTF8_RACE instead.
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.
| 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__