r26211 - in /trunk/libpoe-component-jabber-perl: ./ debian/ debian/patches/ lib/POE/Component/ lib/POE/Component/Jabber/ lib/POE/Component/Jabber/Utility/ t/

rmayorga-guest at users.alioth.debian.org rmayorga-guest at users.alioth.debian.org
Thu Oct 23 04:20:23 UTC 2008


Author: rmayorga-guest
Date: Thu Oct 23 04:20:12 2008
New Revision: 26211

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=26211
Log:
NOTE: POE::Componet:Jabber complains about POE 1.003, also 
META.yml requires 1.003 
* New upstream release
* debian/control
  + set Standards-version to 3.8.0
  + use debhelper 7
  + add ${misc:Depends} to Depends
  + add myself to uploaders
* debian/rules - use dh7 template from dh-make-perl
* debian/patches/fix-pod-docs-for-names.patch - refreshed
* debian/copyright 
  + Convert it to the (new)format
  + Add copyright and license stanza 
    for lib/POE/Component/Jabber/Utility/SSLify.pm

Added:
    trunk/libpoe-component-jabber-perl/debian/libpoe-component-jabber-perl.examples
    trunk/libpoe-component-jabber-perl/lib/POE/Component/Jabber/Utility/
      - copied from r26210, branches/upstream/libpoe-component-jabber-perl/current/lib/POE/Component/Jabber/Utility/
Modified:
    trunk/libpoe-component-jabber-perl/Build.PL
    trunk/libpoe-component-jabber-perl/MANIFEST
    trunk/libpoe-component-jabber-perl/META.yml
    trunk/libpoe-component-jabber-perl/Makefile.PL
    trunk/libpoe-component-jabber-perl/debian/changelog
    trunk/libpoe-component-jabber-perl/debian/compat
    trunk/libpoe-component-jabber-perl/debian/control
    trunk/libpoe-component-jabber-perl/debian/copyright
    trunk/libpoe-component-jabber-perl/debian/patches/fix-pod-docs-for-names.patch
    trunk/libpoe-component-jabber-perl/debian/rules
    trunk/libpoe-component-jabber-perl/lib/POE/Component/Jabber.pm
    trunk/libpoe-component-jabber-perl/lib/POE/Component/Jabber/Error.pm
    trunk/libpoe-component-jabber-perl/lib/POE/Component/Jabber/J14.pm
    trunk/libpoe-component-jabber-perl/lib/POE/Component/Jabber/J2.pm
    trunk/libpoe-component-jabber-perl/lib/POE/Component/Jabber/Legacy.pm
    trunk/libpoe-component-jabber-perl/lib/POE/Component/Jabber/Protocol.pm
    trunk/libpoe-component-jabber-perl/lib/POE/Component/Jabber/ProtocolFactory.pm
    trunk/libpoe-component-jabber-perl/lib/POE/Component/Jabber/Status.pm
    trunk/libpoe-component-jabber-perl/lib/POE/Component/Jabber/XMPP.pm
    trunk/libpoe-component-jabber-perl/t/01_basic.t
    trunk/libpoe-component-jabber-perl/t/02_xmpp.t
    trunk/libpoe-component-jabber-perl/t/03_legacy.t
    trunk/libpoe-component-jabber-perl/t/04_j14.t
    trunk/libpoe-component-jabber-perl/t/05_j20.t

Modified: trunk/libpoe-component-jabber-perl/Build.PL
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libpoe-component-jabber-perl/Build.PL?rev=26211&op=diff
==============================================================================
--- trunk/libpoe-component-jabber-perl/Build.PL (original)
+++ trunk/libpoe-component-jabber-perl/Build.PL Thu Oct 23 04:20:12 2008
@@ -71,13 +71,14 @@
 	'create_readme' => 1,
 	'requires' =>
 	{
-		'perl'	=>	'5.8.8',
-		'POE'	=>	'0.9500',
-		'Filter::Template' => '1.01',
+		'perl'	=>	'5.10.0',
+		'POE'	=>	'1.003',
+		'Filter::Template' => '1.02',
 		'Digest::SHA1' => '2.11',
-		'Authen::SASL' => '2.10',
+		'Authen::SASL' => '2.12',
 		'MIME::Base64' => '3.07',
-		'POE::Component::SSLify' => '0.06',
+#		'POE::Component::SSLify' => '0.06',
 		'POE::Filter::XML' => '0.31',
+        'Net::SSLeay' => '1.35',
 	}
 )->create_build_script();

Modified: trunk/libpoe-component-jabber-perl/MANIFEST
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libpoe-component-jabber-perl/MANIFEST?rev=26211&op=diff
==============================================================================
--- trunk/libpoe-component-jabber-perl/MANIFEST (original)
+++ trunk/libpoe-component-jabber-perl/MANIFEST Thu Oct 23 04:20:12 2008
@@ -13,6 +13,9 @@
 lib/POE/Component/Jabber/ProtocolFactory.pm
 lib/POE/Component/Jabber/Status.pm
 lib/POE/Component/Jabber/XMPP.pm
+lib/POE/Component/Jabber/Utility/SSLify.pm
+lib/POE/Component/Jabber/Utility/ClientHandle.pm
+lib/POE/Component/Jabber/Utility/ServerHandle.pm
 LICENSE
 Makefile.PL
 MANIFEST			This list of files

Modified: trunk/libpoe-component-jabber-perl/META.yml
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libpoe-component-jabber-perl/META.yml?rev=26211&op=diff
==============================================================================
--- trunk/libpoe-component-jabber-perl/META.yml (original)
+++ trunk/libpoe-component-jabber-perl/META.yml Thu Oct 23 04:20:12 2008
@@ -1,49 +1,58 @@
 ---
 name: POE-Component-Jabber
-version: 2.02
+version: 2.03
 author: []
 abstract: A POE Component for communicating over Jabber
 license: gpl
 resources:
-  license: http://www.opensource.org/licenses/gpl-license.php
+  license: http://opensource.org/licenses/gpl-license.php
 requires:
-  Authen::SASL: 2.10
+  Authen::SASL: 2.12
   Digest::SHA1: 2.11
-  Filter::Template: 1.01
+  Filter::Template: 1.02
   MIME::Base64: 3.07
-  POE: 0.9500
-  POE::Component::SSLify: 0.06
+  Net::SSLeay: 1.35
+  POE: 1.003
   POE::Filter::XML: 0.31
-  perl: 5.8.8
+  perl: 5.10.0
 provides:
   POE::Component::Jabber:
     file: lib/POE/Component/Jabber.pm
-    version: 2.02
+    version: 2.03
   POE::Component::Jabber::Error:
     file: lib/POE/Component/Jabber/Error.pm
-    version: 2.02
+    version: 2.03
   POE::Component::Jabber::J14:
     file: lib/POE/Component/Jabber/J14.pm
-    version: 2.02
+    version: 2.03
   POE::Component::Jabber::J2:
     file: lib/POE/Component/Jabber/J2.pm
-    version: 2.02
+    version: 2.03
   POE::Component::Jabber::Legacy:
     file: lib/POE/Component/Jabber/Legacy.pm
-    version: 2.02
+    version: 2.03
   POE::Component::Jabber::Protocol:
     file: lib/POE/Component/Jabber/Protocol.pm
-    version: 2.02
+    version: 2.03
   POE::Component::Jabber::ProtocolFactory:
     file: lib/POE/Component/Jabber/ProtocolFactory.pm
-    version: 2.02
+    version: 2.03
   POE::Component::Jabber::Status:
     file: lib/POE/Component/Jabber/Status.pm
-    version: 2.02
+    version: 2.03
+  POE::Component::Jabber::Utility::ClientHandle:
+    file: lib/POE/Component/Jabber/Utility/ClientHandle.pm
+    version: 7
+  POE::Component::Jabber::Utility::SSLify:
+    file: lib/POE/Component/Jabber/Utility/SSLify.pm
+    version: 0.1
+  POE::Component::Jabber::Utility::ServerHandle:
+    file: lib/POE/Component/Jabber/Utility/ServerHandle.pm
+    version: 7
   POE::Component::Jabber::XMPP:
     file: lib/POE/Component/Jabber/XMPP.pm
-    version: 2.02
-generated_by: Module::Build version 0.2808
+    version: 2.03
+generated_by: Module::Build version 0.280801
 meta-spec:
   url: http://module-build.sourceforge.net/META-spec-v1.2.html
   version: 1.2

Modified: trunk/libpoe-component-jabber-perl/Makefile.PL
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libpoe-component-jabber-perl/Makefile.PL?rev=26211&op=diff
==============================================================================
--- trunk/libpoe-component-jabber-perl/Makefile.PL (original)
+++ trunk/libpoe-component-jabber-perl/Makefile.PL Thu Oct 23 04:20:12 2008
@@ -1,4 +1,5 @@
-# Note: this file was auto-generated by Module::Build::Compat version 0.03
+# Note: this file was auto-generated by Module::Build::Compat version 0.2808_01
+require 5.10.0;
     
     unless (eval "use Module::Build::Compat 0.02; 1" ) {
       print "This module requires Module::Build to install itself.\n";

Modified: trunk/libpoe-component-jabber-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libpoe-component-jabber-perl/debian/changelog?rev=26211&op=diff
==============================================================================
--- trunk/libpoe-component-jabber-perl/debian/changelog (original)
+++ trunk/libpoe-component-jabber-perl/debian/changelog Thu Oct 23 04:20:12 2008
@@ -1,9 +1,27 @@
-libpoe-component-jabber-perl (2.02-2) UNRELEASED; urgency=low
+libpoe-component-jabber-perl (2.03-1) UNRELEASED; urgency=low
+  
+  NOTE: POE::Componet:Jabber complains about POE 1.003, also 
+  META.yml requires 1.003 
 
-  * Add debian/README.source to document quilt usage, as required by
+  [ gregor herrmann ]
+   * Add debian/README.source to document quilt usage, as required by
     Debian Policy since 3.8.0.
+  
+  [ Rene Mayorga ]
+  * New upstream release
+  * debian/control
+    + set Standards-version to 3.8.0
+    + use debhelper 7
+    + add ${misc:Depends} to Depends
+    + add myself to uploaders
+  * debian/rules - use dh7 template from dh-make-perl
+  * debian/patches/fix-pod-docs-for-names.patch - refreshed
+  * debian/copyright 
+    + Convert it to the (new)format
+    + Add copyright and license stanza 
+      for lib/POE/Component/Jabber/Utility/SSLify.pm
 
- -- gregor herrmann <gregoa at debian.org>  Wed, 06 Aug 2008 21:34:07 -0300
+ -- Rene Mayorga <rmayorga at debian.org.sv>  Wed, 22 Oct 2008 20:31:17 -0600
 
 libpoe-component-jabber-perl (2.02-1) unstable; urgency=low
 

Modified: trunk/libpoe-component-jabber-perl/debian/compat
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libpoe-component-jabber-perl/debian/compat?rev=26211&op=diff
==============================================================================
--- trunk/libpoe-component-jabber-perl/debian/compat (original)
+++ trunk/libpoe-component-jabber-perl/debian/compat Thu Oct 23 04:20:12 2008
@@ -1,1 +1,1 @@
-5
+7

Modified: trunk/libpoe-component-jabber-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libpoe-component-jabber-perl/debian/control?rev=26211&op=diff
==============================================================================
--- trunk/libpoe-component-jabber-perl/debian/control (original)
+++ trunk/libpoe-component-jabber-perl/debian/control Thu Oct 23 04:20:12 2008
@@ -1,18 +1,18 @@
 Source: libpoe-component-jabber-perl
 Section: perl
 Priority: optional
-Build-Depends: debhelper (>= 5.0.0), libmodule-build-perl, quilt
+Build-Depends: debhelper (>= 7), libmodule-build-perl, quilt
 Build-Depends-Indep: perl (>= 5.8.0-7), libnet-ssleay-perl, libdigest-sha1-perl, libauthen-sasl-perl, libpoe-filter-xml-perl, libpoe-perl, libpoe-component-sslify-perl
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
 Uploaders: Kees Cook <kees at outflux.net>, Florian Ragwitz <rafl at debianforum.de>
-Standards-Version: 3.7.3
+Standards-Version: 3.8.0
 Homepage: http://search.cpan.org/dist/POE-Component-Jabber/
 Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libpoe-component-jabber-perl/
 Vcs-Browser: http://svn.debian.org/wsvn/pkg-perl/trunk/libpoe-component-jabber-perl/
 
 Package: libpoe-component-jabber-perl
 Architecture: all
-Depends: ${perl:Depends}, libdigest-sha1-perl, libauthen-sasl-perl, libpoe-perl, libpoe-filter-xml-perl, libpoe-component-sslify-perl
+Depends: ${perl:Depends}, ${misc:Depends}, libdigest-sha1-perl, libauthen-sasl-perl, libpoe-perl, libpoe-filter-xml-perl, libpoe-component-sslify-perl
 Description:  A POE Component for communicating over Jabber
  POE::Component::Jabber is a module that simplies for the POE developer, access
  to the Jabber protocol through the use of one of the four Client classes. With 

Modified: trunk/libpoe-component-jabber-perl/debian/copyright
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libpoe-component-jabber-perl/debian/copyright?rev=26211&op=diff
==============================================================================
--- trunk/libpoe-component-jabber-perl/debian/copyright (original)
+++ trunk/libpoe-component-jabber-perl/debian/copyright Thu Oct 23 04:20:12 2008
@@ -1,11 +1,34 @@
-This package was debianized by Florian Ragwitz <rafl at debianforum.de> on
-Mon, 15 Aug 2005 19:32:16 +0200.
+Format-Specification:
+   http://wiki.debian.org/Proposals/CopyrightFormat?action=recall&rev=196
+Upstream-Maintainer: Nicholas Perez <nperez at cpan.org>
+Upstream-Source: http://search.cpan.org/dist/POE-Component-Jabber/
+Upstream-Name: POE-Component-Jabber
 
-Downloaded from: http://search.cpan.org/dist/POE-Component-Jabber/
+Files: *
+Copyright: 2003-2007 Nicholas Perez
+License: GPL-1+
 
-The upstream author is: Nicholas Perez <nperez at cpan.org>
+Files: lib/POE/Component/Jabber/Utility/SSLify.pm
+Copyright: 2008 by Apocalypse/Rocco Caputo
+License-Alias: Perl
+License: Artistic | GPL-1+
 
-Copyright (c) 2003, 2004 Nicholas Perez. Distributed under the GPL.
+Files: debian/*
+Copyright: 2005, Florian Ragwitz <rafl at debianforum.de>,
+ 2008, various members of the Debian Perl Group, cf
+ debian/changelog
+License: Artistic | GPL-1+
 
-On Debian GNU/Linux systems, the complete text of the GNU General
-Public License can be found in `/usr/share/common-licenses/GPL'.
+License: Artistic
+   This program is free software; you can redistribute it and/or modify
+   it under the terms of the Artistic License, which comes with Perl.
+   On Debian GNU/Linux systems, the complete text of the Artistic License
+   can be found in /usr/share/common-licenses/Artistic
+
+License: GPL-1+
+   This program is free software; you can redistribute it and/or modify
+   it under the terms of the GNU General Public License as published by
+   the Free Software Foundation; either version 1, or (at your option)
+   any later version.
+   On Debian GNU/Linux systems, the complete text of the GNU General
+   Public License can be found in `/usr/share/common-licenses/GPL'

Added: trunk/libpoe-component-jabber-perl/debian/libpoe-component-jabber-perl.examples
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libpoe-component-jabber-perl/debian/libpoe-component-jabber-perl.examples?rev=26211&op=file
==============================================================================
--- trunk/libpoe-component-jabber-perl/debian/libpoe-component-jabber-perl.examples (added)
+++ trunk/libpoe-component-jabber-perl/debian/libpoe-component-jabber-perl.examples Thu Oct 23 04:20:12 2008
@@ -1,0 +1,1 @@
+examples/*

Modified: trunk/libpoe-component-jabber-perl/debian/patches/fix-pod-docs-for-names.patch
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libpoe-component-jabber-perl/debian/patches/fix-pod-docs-for-names.patch?rev=26211&op=diff
==============================================================================
--- trunk/libpoe-component-jabber-perl/debian/patches/fix-pod-docs-for-names.patch (original)
+++ trunk/libpoe-component-jabber-perl/debian/patches/fix-pod-docs-for-names.patch Thu Oct 23 04:20:12 2008
@@ -1,9 +1,9 @@
 This patch has been sent upstream:
  http://rt.cpan.org/Public/Bug/Display.html?id=31237
 
---- a/lib/POE/Component/Jabber/J2.pm
-+++ b/lib/POE/Component/Jabber/J2.pm
-@@ -291,7 +291,7 @@ __END__
+--- libpoe-component-jabber-perl.orig/lib/POE/Component/Jabber/J2.pm
++++ libpoe-component-jabber-perl/lib/POE/Component/Jabber/J2.pm
+@@ -291,7 +291,7 @@
  
  =head1 NAME
  
@@ -12,9 +12,9 @@
  
  =head1 SYNOPSIS
  
---- a/lib/POE/Component/Jabber/Legacy.pm
-+++ b/lib/POE/Component/Jabber/Legacy.pm
-@@ -110,7 +110,7 @@ __END__
+--- libpoe-component-jabber-perl.orig/lib/POE/Component/Jabber/Legacy.pm
++++ libpoe-component-jabber-perl/lib/POE/Component/Jabber/Legacy.pm
+@@ -110,7 +110,7 @@
  
  =head1 NAME
  
@@ -23,9 +23,9 @@
  
  =head1 SYNOPSIS
  
---- a/lib/POE/Component/Jabber/ProtocolFactory.pm
-+++ b/lib/POE/Component/Jabber/ProtocolFactory.pm
-@@ -58,7 +58,7 @@ __END__
+--- libpoe-component-jabber-perl.orig/lib/POE/Component/Jabber/ProtocolFactory.pm
++++ libpoe-component-jabber-perl/lib/POE/Component/Jabber/ProtocolFactory.pm
+@@ -58,7 +58,7 @@
  
  =head1 NAME
  
@@ -34,9 +34,9 @@
  
  =head1 SYNOPSIS
  
---- a/lib/POE/Component/Jabber/Status.pm
-+++ b/lib/POE/Component/Jabber/Status.pm
-@@ -45,7 +45,7 @@ __END__
+--- libpoe-component-jabber-perl.orig/lib/POE/Component/Jabber/Status.pm
++++ libpoe-component-jabber-perl/lib/POE/Component/Jabber/Status.pm
+@@ -46,7 +46,7 @@
  
  =head1 NAME
  
@@ -45,9 +45,9 @@
  
  =head1 SYNOPSIS
  
---- a/lib/POE/Component/Jabber/XMPP.pm
-+++ b/lib/POE/Component/Jabber/XMPP.pm
-@@ -372,7 +372,7 @@ __END__
+--- libpoe-component-jabber-perl.orig/lib/POE/Component/Jabber/XMPP.pm
++++ libpoe-component-jabber-perl/lib/POE/Component/Jabber/XMPP.pm
+@@ -372,7 +372,7 @@
  
  =head1 NAME
  
@@ -56,9 +56,9 @@
  
  =head1 SYNOPSIS
  
---- a/lib/POE/Component/Jabber/J14.pm
-+++ b/lib/POE/Component/Jabber/J14.pm
-@@ -80,7 +80,7 @@ __END__
+--- libpoe-component-jabber-perl.orig/lib/POE/Component/Jabber/J14.pm
++++ libpoe-component-jabber-perl/lib/POE/Component/Jabber/J14.pm
+@@ -80,7 +80,7 @@
  
  =head1 NAME
  

Modified: trunk/libpoe-component-jabber-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libpoe-component-jabber-perl/debian/rules?rev=26211&op=diff
==============================================================================
--- trunk/libpoe-component-jabber-perl/debian/rules (original)
+++ trunk/libpoe-component-jabber-perl/debian/rules Thu Oct 23 04:20:12 2008
@@ -1,58 +1,25 @@
 #!/usr/bin/make -f
-
-export PERL_MM_USE_DEFAULT=1
-
-PACKAGE=$(shell dh_listpackages)
-
-ifndef PERL
-PERL = /usr/bin/perl
-endif
 
 include /usr/share/quilt/quilt.make
 
-TMP     =$(CURDIR)/debian/$(PACKAGE)
-
 build: build-stamp
 build-stamp: $(QUILT_STAMPFN)
-	dh_testdir
-	$(PERL) Build.PL installdirs=vendor
-	$(PERL) Build
-	$(PERL) Build test
-	touch build-stamp
+	dh build
+	touch $@
 
 clean: unpatch
-	dh_testdir
-	dh_testroot
-	dh_clean build-stamp install-stamp
-	[ ! -f Build ] || $(PERL) Build distclean
+	dh $@
 
 install: install-stamp
 install-stamp: build-stamp
-	dh_testdir
-	dh_testroot
-	dh_clean -k
-	$(PERL) Build install destdir=$(TMP) create_packlist=0
-	touch install-stamp
+	dh install
+	touch $@
 
 binary-arch:
-# We have nothing to do by default.
 
-binary-indep: build install
-	dh_testdir
-	dh_testroot
-	dh_installdocs 
-	dh_installexamples examples/*
-	dh_installchangelogs 
-	dh_perl
-	dh_compress
-	dh_fixperms
-	dh_installdeb
-	dh_gencontrol
-	dh_md5sums
-	dh_builddeb
+binary-indep: install
+	dh $@
 
-source diff:
-	@echo >&2 'source and diff are obsolete - use dpkg-source -b'; false
+binary: binary-arch binary-indep
 
-binary: binary-indep binary-arch
-.PHONY: build clean binary-indep binary-arch binary
+.PHONY: binary binary-arch binary-indep install clean build

Modified: trunk/libpoe-component-jabber-perl/lib/POE/Component/Jabber.pm
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libpoe-component-jabber-perl/lib/POE/Component/Jabber.pm?rev=26211&op=diff
==============================================================================
--- trunk/libpoe-component-jabber-perl/lib/POE/Component/Jabber.pm (original)
+++ trunk/libpoe-component-jabber-perl/lib/POE/Component/Jabber.pm Thu Oct 23 04:20:12 2008
@@ -37,7 +37,7 @@
 
 };
 
-our $VERSION = '2.02';
+our $VERSION = '2.03';
 
 sub new()
 {

Modified: trunk/libpoe-component-jabber-perl/lib/POE/Component/Jabber/Error.pm
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libpoe-component-jabber-perl/lib/POE/Component/Jabber/Error.pm?rev=26211&op=diff
==============================================================================
--- trunk/libpoe-component-jabber-perl/lib/POE/Component/Jabber/Error.pm (original)
+++ trunk/libpoe-component-jabber-perl/lib/POE/Component/Jabber/Error.pm Thu Oct 23 04:20:12 2008
@@ -14,7 +14,7 @@
 };
 
 require Exporter;
-our $VERSION = '2.02';
+our $VERSION = '2.03';
 our @ISA = qw/ Exporter /;
 our @EXPORT = qw/ PCJ_SOCKETFAIL PCJ_SOCKETDISCONNECT PCJ_AUTHFAIL PCJ_BINDFAIL
 	PCJ_SESSIONFAIL PCJ_SSLFAIL PCJ_CONNECTFAIL/;

Modified: trunk/libpoe-component-jabber-perl/lib/POE/Component/Jabber/J14.pm
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libpoe-component-jabber-perl/lib/POE/Component/Jabber/J14.pm?rev=26211&op=diff
==============================================================================
--- trunk/libpoe-component-jabber-perl/lib/POE/Component/Jabber/J14.pm (original)
+++ trunk/libpoe-component-jabber-perl/lib/POE/Component/Jabber/J14.pm Thu Oct 23 04:20:12 2008
@@ -14,7 +14,7 @@
 
 use base('POE::Component::Jabber::Protocol');
 
-our $VERSION = '2.02';
+our $VERSION = '2.03';
 
 sub get_version()
 {

Modified: trunk/libpoe-component-jabber-perl/lib/POE/Component/Jabber/J2.pm
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libpoe-component-jabber-perl/lib/POE/Component/Jabber/J2.pm?rev=26211&op=diff
==============================================================================
--- trunk/libpoe-component-jabber-perl/lib/POE/Component/Jabber/J2.pm (original)
+++ trunk/libpoe-component-jabber-perl/lib/POE/Component/Jabber/J2.pm Thu Oct 23 04:20:12 2008
@@ -5,7 +5,7 @@
 use strict;
 
 use POE qw/ Wheel::ReadWrite /;
-use POE::Component::SSLify qw/ Client_SSLify /;
+use POE::Component::Jabber::Utility::SSLify qw/ Client_SSLify /;
 use POE::Component::Jabber::Error;
 use POE::Component::Jabber::Status;
 use POE::Filter::XML;
@@ -17,7 +17,7 @@
 
 use base('POE::Component::Jabber::Protocol');
 
-our $VERSION = '2.02';
+our $VERSION = '2.03';
 
 sub new()
 {   

Modified: trunk/libpoe-component-jabber-perl/lib/POE/Component/Jabber/Legacy.pm
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libpoe-component-jabber-perl/lib/POE/Component/Jabber/Legacy.pm?rev=26211&op=diff
==============================================================================
--- trunk/libpoe-component-jabber-perl/lib/POE/Component/Jabber/Legacy.pm (original)
+++ trunk/libpoe-component-jabber-perl/lib/POE/Component/Jabber/Legacy.pm Thu Oct 23 04:20:12 2008
@@ -14,7 +14,7 @@
 
 use base('POE::Component::Jabber::Protocol');
 
-our $VERSION = '2.02';
+our $VERSION = '2.03';
 
 sub get_version()
 {

Modified: trunk/libpoe-component-jabber-perl/lib/POE/Component/Jabber/Protocol.pm
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libpoe-component-jabber-perl/lib/POE/Component/Jabber/Protocol.pm?rev=26211&op=diff
==============================================================================
--- trunk/libpoe-component-jabber-perl/lib/POE/Component/Jabber/Protocol.pm (original)
+++ trunk/libpoe-component-jabber-perl/lib/POE/Component/Jabber/Protocol.pm Thu Oct 23 04:20:12 2008
@@ -2,7 +2,7 @@
 use warnings;
 use strict;
 
-our $VERSION = '2.02';
+our $VERSION = '2.03';
 
 sub new() 
 {

Modified: trunk/libpoe-component-jabber-perl/lib/POE/Component/Jabber/ProtocolFactory.pm
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libpoe-component-jabber-perl/lib/POE/Component/Jabber/ProtocolFactory.pm?rev=26211&op=diff
==============================================================================
--- trunk/libpoe-component-jabber-perl/lib/POE/Component/Jabber/ProtocolFactory.pm (original)
+++ trunk/libpoe-component-jabber-perl/lib/POE/Component/Jabber/ProtocolFactory.pm Thu Oct 23 04:20:12 2008
@@ -17,7 +17,7 @@
 };
 
 require Exporter;
-our $VERSION = '2.02';
+our $VERSION = '2.03';
 our @ISA = qw/ Exporter /;
 our @EXPORT = qw/ JABBERD14_COMPONENT JABBERD20_COMPONENT LEGACY XMPP /;
 

Modified: trunk/libpoe-component-jabber-perl/lib/POE/Component/Jabber/Status.pm
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libpoe-component-jabber-perl/lib/POE/Component/Jabber/Status.pm?rev=26211&op=diff
==============================================================================
--- trunk/libpoe-component-jabber-perl/lib/POE/Component/Jabber/Status.pm (original)
+++ trunk/libpoe-component-jabber-perl/lib/POE/Component/Jabber/Status.pm Thu Oct 23 04:20:12 2008
@@ -25,10 +25,11 @@
 	'PCJ_STREAMEND'			=> 18,
 	'PCJ_SHUTDOWN_START'	=> 19,
 	'PCJ_SHUTDOWN_FINISH'	=> 20,
+    'PCJ_RECONNECT'         => 21,
 };
 
 require Exporter;
-our $VERSION = '2.02';
+our $VERSION = '2.03';
 our @ISA = qw/ Exporter /;
 our @EXPORT = qw/ PCJ_CONNECT PCJ_CONNECTING PCJ_CONNECTED PCJ_STREAMSTART 
 	PCJ_SSLNEGOTIATE PCJ_SSLSUCCESS PCJ_AUTHNEGOTIATE PCJ_AUTHSUCCESS 

Modified: trunk/libpoe-component-jabber-perl/lib/POE/Component/Jabber/XMPP.pm
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libpoe-component-jabber-perl/lib/POE/Component/Jabber/XMPP.pm?rev=26211&op=diff
==============================================================================
--- trunk/libpoe-component-jabber-perl/lib/POE/Component/Jabber/XMPP.pm (original)
+++ trunk/libpoe-component-jabber-perl/lib/POE/Component/Jabber/XMPP.pm Thu Oct 23 04:20:12 2008
@@ -5,7 +5,7 @@
 use strict;
 
 use POE qw/ Wheel::ReadWrite /;
-use POE::Component::SSLify qw/ Client_SSLify /;
+use POE::Component::Jabber::Utility::SSLify qw/ Client_SSLify /;
 use POE::Component::Jabber::Error;
 use POE::Component::Jabber::Status;
 use POE::Filter::XML;
@@ -17,7 +17,7 @@
 
 use base('POE::Component::Jabber::Protocol');
 
-our $VERSION = '2.02';
+our $VERSION = '2.03';
 
 sub get_version()
 {

Modified: trunk/libpoe-component-jabber-perl/t/01_basic.t
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libpoe-component-jabber-perl/t/01_basic.t?rev=26211&op=diff
==============================================================================
--- trunk/libpoe-component-jabber-perl/t/01_basic.t (original)
+++ trunk/libpoe-component-jabber-perl/t/01_basic.t Thu Oct 23 04:20:12 2008
@@ -129,4 +129,4 @@
 
 POE::Kernel->run();
 
-exit 1;
+exit 0;

Modified: trunk/libpoe-component-jabber-perl/t/02_xmpp.t
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libpoe-component-jabber-perl/t/02_xmpp.t?rev=26211&op=diff
==============================================================================
--- trunk/libpoe-component-jabber-perl/t/02_xmpp.t (original)
+++ trunk/libpoe-component-jabber-perl/t/02_xmpp.t Thu Oct 23 04:20:12 2008
@@ -17,8 +17,8 @@
 	IP => 'jabber.org',
 	Port => '5222',
 	Hostname => 'jabber.org',
-	Username => 'PCJTester',
-	Password => 'PCJTester',
+	Username => 'poecomponentjabber',
+	Password => 'poecomponentjabber',
 	ConnectionType => +XMPP,
 	States => {
 		StatusEvent => 'status_event',
@@ -52,7 +52,7 @@
 				} else {
 					
 					SKIP: { skip('Network tests were declined', 20); }
-					exit 1;
+					exit 0;
 				}
 			},
 		'status_event' =>
@@ -237,4 +237,4 @@
 
 POE::Kernel->run();
 
-exit 1;
+exit 0;

Modified: trunk/libpoe-component-jabber-perl/t/03_legacy.t
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libpoe-component-jabber-perl/t/03_legacy.t?rev=26211&op=diff
==============================================================================
--- trunk/libpoe-component-jabber-perl/t/03_legacy.t (original)
+++ trunk/libpoe-component-jabber-perl/t/03_legacy.t Thu Oct 23 04:20:12 2008
@@ -17,8 +17,8 @@
 	IP => 'jabber.org',
 	Port => '5222',
 	Hostname => 'jabber.org',
-	Username => 'PCJTester',
-	Password => 'PCJTester',
+	Username => 'poecomponentjabber',
+	Password => 'poecomponentjabber',
 	ConnectionType => +LEGACY,
 	States => {
 		StatusEvent => 'status_event',
@@ -52,7 +52,7 @@
 				} else {
 					
 					SKIP: { skip('Network tests were declined', 12); }
-					exit 1;
+					exit 0;
 				}
 			},
 		'status_event' =>
@@ -166,4 +166,4 @@
 
 POE::Kernel->run();
 
-exit 1;
+exit 0;

Modified: trunk/libpoe-component-jabber-perl/t/04_j14.t
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libpoe-component-jabber-perl/t/04_j14.t?rev=26211&op=diff
==============================================================================
--- trunk/libpoe-component-jabber-perl/t/04_j14.t (original)
+++ trunk/libpoe-component-jabber-perl/t/04_j14.t Thu Oct 23 04:20:12 2008
@@ -21,7 +21,7 @@
 } else {
 
 	SKIP: { skip('Network tests were declined', 12); }
-	exit 1;
+	exit 0;
 }
 
 my $file_config = {};
@@ -30,7 +30,7 @@
 if(!@lines)
 {
 	SKIP: { skip('Component tests were declined', 12); }
-	exit 1;
+	exit 0;
 }
 
 for(0..$#lines)
@@ -203,4 +203,4 @@
 
 POE::Kernel->run();
 
-exit 1;
+exit 0;

Modified: trunk/libpoe-component-jabber-perl/t/05_j20.t
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libpoe-component-jabber-perl/t/05_j20.t?rev=26211&op=diff
==============================================================================
--- trunk/libpoe-component-jabber-perl/t/05_j20.t (original)
+++ trunk/libpoe-component-jabber-perl/t/05_j20.t Thu Oct 23 04:20:12 2008
@@ -21,7 +21,7 @@
 } else {
 	
 	SKIP: { skip('Network tests were declined', 16); }
-	exit 1;
+	exit 0;
 }
 
 my $file_config = {};
@@ -30,7 +30,7 @@
 if(!@lines)
 {
 	SKIP: { skip('Component tests were declined', 16); }
-	exit 1;
+	exit 0;
 }
 
 for(0..$#lines)
@@ -240,4 +240,4 @@
 
 POE::Kernel->run();
 
-exit 1;
+exit 0;




More information about the Pkg-perl-cvs-commits mailing list