logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

XML::Smart::Shared - Shared functions and variables for XML::Smart.

Author

       Harish Madabushi, "<harish.tmh at gmail.com>"

Bugs

       Please report any bugs or feature requests to "bug-xml-smart at rt.cpan.org", or through the web
       interface at <http://rt.cpan.org/NoAuth/ReportBug.html?Queue=XML-Smart>.  Both the author and the
       maintainer will be notified, and then you'll automatically be notified of progress on your bug as changes
       are made.

Export

       All functions are exported through export_ok

Global Variables

       our ( $SIG_WARN , $SIG_DIE )  ;

Name

       XML::Smart::Shared - Shared functions and variables for XML::Smart.

Subroutines/Methods

_unset_sig_warn
       This function saves current __WARN__ and sets it to none.

   _reset_sig_warn
       This function replaces __WARN__ with value saved by _unset_sig_warn

   _unset_sig_die
       This function saves current __DIE__ and sets it to none.

   _reset_sig_die
       This function replaces __DIE__ with value saved by _unset_sig_warn

Support

       You can find documentation for this module with the perldoc command.

           perldoc XML::Smart

       You can also look for information at:

       •    RT: CPAN's request tracker (report bugs here)

            <http://rt.cpan.org/NoAuth/Bugs.html?Dist=XML-Smart>

       •    AnnoCPAN: Annotated CPAN documentation

            <http://annocpan.org/dist/XML-Smart>

       •    CPAN Ratings

            <http://cpanratings.perl.org/d/XML-Smart>

       •    Search CPAN

            <http://search.cpan.org/dist/XML-Smart/>

       •    GitHub CPAN

            <https://github.com/harishmadabushi/XML-Smart>

Synopsis

       Shared functions and variables for XML::Smart.

Version

       Version 0.01

See Also