Uname: Linux web3.us.cloudlogin.co 5.10.226-xeon-hst #2 SMP Fri Sep 13 12:28:44 UTC 2024 x86_64
Software: Apache
PHP version: 8.1.31 [ PHP INFO ] PHP os: Linux
Server Ip: 162.210.96.117
Your Ip: 18.219.114.108
User: edustar (269686) | Group: tty (888)
Safe Mode: OFF
Disable Function:
NONE

name : PerlSAX.pm
package XML::DOM::PerlSAX;
use strict;

BEGIN
{
    if ($^W)
    {
	warn "XML::DOM::PerlSAX has been renamed to XML::Handler::BuildDOM, please modify your code accordingly.";
    }
}

use XML::Handler::BuildDOM;
use vars qw{ @ISA };
@ISA = qw{ XML::Handler::BuildDOM };

1; # package return code

__END__

=head1 NAME

XML::DOM::PerlSAX - Old name of L<XML::Handler::BuildDOM>

=head1 SYNOPSIS

 See L<XML::DOM::BuildDOM>

=head1 DESCRIPTION

XML::DOM::PerlSAX was renamed to L<XML::Handler::BuildDOM> to comply
with naming conventions for PerlSAX filters/handlers.

For backward compatibility, this package will remain in existence 
(it simply includes XML::Handler::BuildDOM), but it will print a warning when 
running with I<'perl -w'>.

=head1 AUTHOR

Enno Derksen is the original author.

Send bug reports, hints, tips, suggestions to T.J Mather at
<F<tjmather@tjmather.com>>.

=head1 SEE ALSO

L<XML::Handler::BuildDOM>, L<XML::DOM>

© 2025 GrazzMean