1XML::SemanticDiff::BasiUcsHearndCloenrt(r3i)buted Perl DXoMcLu:m:eSnetmaatnitoincDiff::BasicHandler(3)
2
3
4
6 XML::SemanticDiff::BasicHandler - Default handler class for
7 XML::SemanticDiff
8
10 version 1.0007
11
13 use XML::SemanticDiff;
14 my $diff = XML::SemanticDiff->new();
15
16 foreach my $change ($diff->compare($file, $file2)) {
17 print "$change->{message} in context $change->{context}\n";
18 }
19
21 This is the default event handler for XML::SemanticDiff. It implements
22 nothing useful apart from the parent class and should never be used
23 directly.
24
25 Please run perldoc XML::SemanticDiff for more information.
26
28 version 1.0007
29
31 new =head2 rogue_element =head2 missing_element =head2 element_value =head2
32 rogue_attribute =head2 missing_attribute =head2 attribute_value =head2
33 namespace_uri =head2 parent_and_name
35 Kip Hampton khampton@totalcinema.com
36
38 Copyright (c) 2000 Kip Hampton. All rights reserved. This program is
39 free software; you can redistribute it and/or modify it under the same
40 terms as Perl itself.
41
43 XML::SemanticDiff
44
46 • Shlomi Fish <shlomif@cpan.org>
47
48 • Chris Prather <chris.prather@tamarou.com>
49
51 This software is copyright (c) 2001 by Kip Hampton.
52
53 This is free software; you can redistribute it and/or modify it under
54 the same terms as the Perl 5 programming language system itself.
55
57 Please report any bugs or feature requests on the bugtracker website
58 <https://github.com/shlomif/perl-XML-SemanticDiff/issues>
59
60 When submitting a bug or request, please include a test-file or a patch
61 to an existing test-file that illustrates the bug or desired feature.
62
64 Perldoc
65 You can find documentation for this module with the perldoc command.
66
67 perldoc XML::SemanticDiff::BasicHandler
68
69 Websites
70 The following websites have more information about this module, and may
71 be of help to you. As always, in addition to those websites please use
72 your favorite search engine to discover more resources.
73
74 • MetaCPAN
75
76 A modern, open-source CPAN search engine, useful to view POD in
77 HTML format.
78
79 <https://metacpan.org/release/XML-SemanticDiff>
80
81 • Search CPAN
82
83 The default CPAN search engine, useful to view POD in HTML format.
84
85 <http://search.cpan.org/dist/XML-SemanticDiff>
86
87 • RT: CPAN's Bug Tracker
88
89 The RT ( Request Tracker ) website is the default bug/issue
90 tracking system for CPAN.
91
92 <https://rt.cpan.org/Public/Dist/Display.html?Name=XML-SemanticDiff>
93
94 • AnnoCPAN
95
96 The AnnoCPAN is a website that allows community annotations of Perl
97 module documentation.
98
99 <http://annocpan.org/dist/XML-SemanticDiff>
100
101 • CPAN Ratings
102
103 The CPAN Ratings is a website that allows community ratings and
104 reviews of Perl modules.
105
106 <http://cpanratings.perl.org/d/XML-SemanticDiff>
107
108 • CPANTS
109
110 The CPANTS is a website that analyzes the Kwalitee ( code metrics )
111 of a distribution.
112
113 <http://cpants.cpanauthors.org/dist/XML-SemanticDiff>
114
115 • CPAN Testers
116
117 The CPAN Testers is a network of smoke testers who run automated
118 tests on uploaded CPAN distributions.
119
120 <http://www.cpantesters.org/distro/X/XML-SemanticDiff>
121
122 • CPAN Testers Matrix
123
124 The CPAN Testers Matrix is a website that provides a visual
125 overview of the test results for a distribution on various
126 Perls/platforms.
127
128 <http://matrix.cpantesters.org/?dist=XML-SemanticDiff>
129
130 • CPAN Testers Dependencies
131
132 The CPAN Testers Dependencies is a website that shows a chart of
133 the test results of all dependencies for a distribution.
134
135 <http://deps.cpantesters.org/?module=XML::SemanticDiff>
136
137 Bugs / Feature Requests
138 Please report any bugs or feature requests by email to
139 "bug-xml-semanticdiff at rt.cpan.org", or through the web interface at
140 <https://rt.cpan.org/Public/Bug/Report.html?Queue=XML-SemanticDiff>.
141 You will be automatically notified of any progress on the request by
142 the system.
143
144 Source Code
145 The code is open to the world, and available for you to hack on. Please
146 feel free to browse it and play with it, or whatever. If you want to
147 contribute patches, please send me a diff or prod me to pull from your
148 repository :)
149
150 <https://github.com/shlomif/perl-XML-SemanticDiff>
151
152 git clone git://github.com/shlomif/perl-XML-SemanticDiff.git
153
154
155
156perl v5.34.0 2022-01-21XML::SemanticDiff::BasicHandler(3)