Index index by Group index by Distribution index by Vendor index by creation date index by Name Mirrors Help Search

perl-XML-Stream-1.24-1.29 RPM for noarch

From OpenSuSE Tumbleweed for noarch

Name: perl-XML-Stream Distribution: openSUSE Tumbleweed
Version: 1.24 Vendor: openSUSE
Release: 1.29 Build date: Fri Feb 2 19:06:48 2024
Group: Development/Libraries/Perl Build host: i04-ch4c
Size: 295646 Source RPM: perl-XML-Stream-1.24-1.29.src.rpm
Packager: https://bugs.opensuse.org
Url: http://search.cpan.org/dist/XML-Stream/
Summary: Creates an XML Stream connection and parses return data
This module provides the user with methods to connect to a remote server,
send a stream of XML to the server, and receive/parse an XML stream from
the server. It is primarily based work for the Etherx XML router developed
by the Jabber Development Team. For more information about this project
visit http://xmpp.org/protocols/streams/.

XML::Stream gives the user the ability to define a central callback that
will be used to handle the tags received from the server. These tags are
passed in the format defined at instantiation time. the closing tag of an
object is seen, the tree is finished and passed to the call back function.
What the user does with it from there is up to them.

For a detailed description of how this module works, and about the data
structure that it returns, please view the source of Stream.pm and look at
the detailed description at the end of the file.

NOTE: The parser that XML::Stream::Parser provides, as are most Perl
parsers, is synchronous. If you are in the middle of parsing a packet and
call a user defined callback, the Parser is blocked until your callback
finishes. This means you cannot be operating on a packet, send out another
packet and wait for a response to that packet. It will never get to you.
Threading might solve this, but as we all know threading in Perl is not
quite up to par yet. This issue will be revisted in the future.

Provides

Requires

License

LGPL-2.1+

Changelog

* Fri Feb 06 2015 coolo@suse.com
  - updated to 1.24
    - Update bug tracker location
    1.23_07 2014-12-17
    ====
    - Correct incorrectly tagged 1.23_06 (errantly tagged as 1.24_06)
    1.23_06 2011-07-19
    ====
    - Eliminate another set of cyclic references (szabgab)
    - Stylistic improvements in tests (szabgab)
    - Refactor debug output to separate module (szabgab)
    - Weaken scalar references to address additional memory leak (szabgab)
    - Add additional tests for scalar references (szabgab)
    - Documentation format corrections (szabgab)
    1.23_05 2011-06-23
    ====
    - RT#8834 unindented POD so that it reformats properly (szabgab)
    - Weaken cyclic references in XML::Stream to eliminate memory leak (szabgab)
    - Increase use of warnings and strictures in tests and code (szabgab)
    - Replace indirect object notation with direct invocation notation (szabgab)
    - Replace manual TAP output with Test::More (szabgab)
    1.23_04 2010-09-22
    ====
    - RT#57649 Set default value for _tls flag
    - Module metadata changes
    1.23_03 2010-09-20
    ====
    - RT#57649 Prepare cert verification params when TLS connection is requested
    1.23_02 2010-09-18
    ====
    - Convert project to Module::Build, with ExtUtils::MakeMaker compatibility
    - RT#57649 SSL cert verification, enabled by default
    - RT#53315 Remove old, bundled Test::* libraries, now core
    - RT#54880 Clarify license terms
    - RT#54151 Disable network-based tests via environment variable (for Debian)
    - RT#56574 Fix object construction causing problems on Perl 5.12.0
* Fri Nov 18 2011 coolo@suse.com
  - use original tar.gz
* Wed Dec 01 2010 coolo@novell.com
  - switch to perl_requires macro
* Wed Jul 14 2010 chris@computersalat.de
  - recreated by cpanspec 1.78
    o fix deps
  - noarch pkg
* Wed Jan 13 2010 anicka@suse.cz
  - update to 1.23
    * RT#17484 Handle servers which re-use stream ID
    * RT#18711 Update link to XML Streams doc
    * RT#12977 Require perl >= 5.8.0
    * RT#19415 Use jabber.org for tests
    * RT#21932 Fix authname for Google Talk SASL auth
    * RT#39098 Make dependencies more explicit
    * RT#24817 Merge and massage of toddr's SASL fix
    * RT#36864 Fake select on filehandles on win32
    * RT#31215 Test and fix for XML node copying issue
    * RT#17325 Fix and test for infinite loop on quotes
* Sun Jan 10 2010 jengelh@medozas.de
  - enable parallel build
* Wed Jan 25 2006 mls@suse.de
  - converted neededforbuild to BuildRequires
* Mon Aug 01 2005 mjancar@suse.cz
  - update to 1.22
* Thu Feb 26 2004 mjancar@suse.cz
  - update to 1.17
* Sun Jan 11 2004 adrian@suse.de
  - build as user

Files

/usr/lib/perl5/vendor_perl/5.38.2/XML
/usr/lib/perl5/vendor_perl/5.38.2/XML/Stream
/usr/lib/perl5/vendor_perl/5.38.2/XML/Stream.pm
/usr/lib/perl5/vendor_perl/5.38.2/XML/Stream/IO
/usr/lib/perl5/vendor_perl/5.38.2/XML/Stream/IO/Select
/usr/lib/perl5/vendor_perl/5.38.2/XML/Stream/IO/Select/Win32.pm
/usr/lib/perl5/vendor_perl/5.38.2/XML/Stream/Namespace.pm
/usr/lib/perl5/vendor_perl/5.38.2/XML/Stream/Node.pm
/usr/lib/perl5/vendor_perl/5.38.2/XML/Stream/Parser
/usr/lib/perl5/vendor_perl/5.38.2/XML/Stream/Parser.pm
/usr/lib/perl5/vendor_perl/5.38.2/XML/Stream/Parser/DTD.pm
/usr/lib/perl5/vendor_perl/5.38.2/XML/Stream/Tools.pm
/usr/lib/perl5/vendor_perl/5.38.2/XML/Stream/Tree.pm
/usr/lib/perl5/vendor_perl/5.38.2/XML/Stream/XPath
/usr/lib/perl5/vendor_perl/5.38.2/XML/Stream/XPath.pm
/usr/lib/perl5/vendor_perl/5.38.2/XML/Stream/XPath/Op.pm
/usr/lib/perl5/vendor_perl/5.38.2/XML/Stream/XPath/Query.pm
/usr/lib/perl5/vendor_perl/5.38.2/XML/Stream/XPath/Value.pm
/usr/share/doc/packages/perl-XML-Stream
/usr/share/doc/packages/perl-XML-Stream/CHANGES
/usr/share/doc/packages/perl-XML-Stream/INFO
/usr/share/doc/packages/perl-XML-Stream/LICENSE
/usr/share/doc/packages/perl-XML-Stream/README
/usr/share/man/man3/XML::Stream.3pm.gz
/usr/share/man/man3/XML::Stream::IO::Select::Win32.3pm.gz
/usr/share/man/man3/XML::Stream::Namespace.3pm.gz
/usr/share/man/man3/XML::Stream::Node.3pm.gz
/usr/share/man/man3/XML::Stream::Parser.3pm.gz
/usr/share/man/man3/XML::Stream::Parser::DTD.3pm.gz
/usr/share/man/man3/XML::Stream::Tree.3pm.gz


Generated by rpm2html 1.8.1

Fabrice Bellet, Sat Mar 30 23:40:51 2024