1XML::Smart::Shared(3) User Contributed Perl DocumentationXML::Smart::Shared(3)
2
3
4
6 XML::Smart::Shared - Shared functions and variables for XML::Smart.
7
9 Version 0.01
10
12 Shared functions and variables for XML::Smart.
13
15 All functions are exported through export_ok
16
18 our ( $SIG_WARN , $SIG_DIE ) ;
19
21 _unset_sig_warn
22 This function saves current __WARN__ and sets it to none.
23
24 _reset_sig_warn
25 This function replaces __WARN__ with value saved by _unset_sig_warn
26
27 _unset_sig_die
28 This function saves current __DIE__ and sets it to none.
29
30 _reset_sig_die
31 This function replaces __DIE__ with value saved by _unset_sig_warn
32
34 Harish Madabushi, "<harish.tmh at gmail.com>"
35
37 Please report any bugs or feature requests to "bug-xml-smart at
38 rt.cpan.org", or through the web interface at
39 <http://rt.cpan.org/NoAuth/ReportBug.html?Queue=XML-Smart>. Both the
40 author and the maintainer will be notified, and then you'll
41 automatically be notified of progress on your bug as changes are made.
42
44 You can find documentation for this module with the perldoc command.
45
46 perldoc XML::Smart
47
48 You can also look for information at:
49
50 • RT: CPAN's request tracker (report bugs here)
51
52 <http://rt.cpan.org/NoAuth/Bugs.html?Dist=XML-Smart>
53
54 • AnnoCPAN: Annotated CPAN documentation
55
56 <http://annocpan.org/dist/XML-Smart>
57
58 • CPAN Ratings
59
60 <http://cpanratings.perl.org/d/XML-Smart>
61
62 • Search CPAN
63
64 <http://search.cpan.org/dist/XML-Smart/>
65
66 • GitHub CPAN
67
68 <https://github.com/harishmadabushi/XML-Smart>
69
71 Copyright 2013 Harish Madabushi.
72
73 This program is free software; you can redistribute it and/or modify it
74 under the terms of the the Artistic License (2.0). You may obtain a
75 copy of the full license at:
76
77 <http://www.perlfoundation.org/artistic_license_2_0>
78
79 Any use, modification, and distribution of the Standard or Modified
80 Versions is governed by this Artistic License. By using, modifying or
81 distributing the Package, you accept this license. Do not use, modify,
82 or distribute the Package, if you do not accept this license.
83
84 If your Modified Version has been derived from a Modified Version made
85 by someone other than you, you are nevertheless required to ensure that
86 your Modified Version complies with the requirements of this license.
87
88 This license does not grant you the right to use any trademark, service
89 mark, tradename, or logo of the Copyright Holder.
90
91 This license includes the non-exclusive, worldwide, free-of-charge
92 patent license to make, have made, use, offer to sell, sell, import and
93 otherwise transfer the Package with respect to any patent claims
94 licensable by the Copyright Holder that are necessarily infringed by
95 the Package. If you institute patent litigation (including a cross-
96 claim or counterclaim) against any party alleging that the Package
97 constitutes direct or contributory patent infringement, then this
98 Artistic License to you shall terminate on the date that such
99 litigation is filed.
100
101 Disclaimer of Warranty: THE PACKAGE IS PROVIDED BY THE COPYRIGHT HOLDER
102 AND CONTRIBUTORS "AS IS' AND WITHOUT ANY EXPRESS OR IMPLIED WARRANTIES.
103 THE IMPLIED WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR
104 PURPOSE, OR NON-INFRINGEMENT ARE DISCLAIMED TO THE EXTENT PERMITTED BY
105 YOUR LOCAL LAW. UNLESS REQUIRED BY LAW, NO COPYRIGHT HOLDER OR
106 CONTRIBUTOR WILL BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, OR
107 CONSEQUENTIAL DAMAGES ARISING IN ANY WAY OUT OF THE USE OF THE PACKAGE,
108 EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
109
110
111
112perl v5.36.0 2023-01-20 XML::Smart::Shared(3)