r75493 - in /branches/upstream/libpoe-component-client-http-perl/current: ./ lib/POE/Component/Client/ lib/POE/Component/Client/HTTP/ lib/POE/Filter/

ansgar at users.alioth.debian.org ansgar at users.alioth.debian.org
Sun Jun 12 13:04:50 UTC 2011


Author: ansgar
Date: Sun Jun 12 13:04:40 2011
New Revision: 75493

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=75493
Log:
[svn-upgrade] new version libpoe-component-client-http-perl (0.943)

Added:
    branches/upstream/libpoe-component-client-http-perl/current/pem.key
    branches/upstream/libpoe-component-client-http-perl/current/ssl.debug.2
    branches/upstream/libpoe-component-client-http-perl/current/thirdlobe-pass.key
    branches/upstream/libpoe-component-client-http-perl/current/thirdlobe.crt
    branches/upstream/libpoe-component-client-http-perl/current/thirdlobe.key
Modified:
    branches/upstream/libpoe-component-client-http-perl/current/CHANGES
    branches/upstream/libpoe-component-client-http-perl/current/MANIFEST
    branches/upstream/libpoe-component-client-http-perl/current/META.yml
    branches/upstream/libpoe-component-client-http-perl/current/Makefile.PL
    branches/upstream/libpoe-component-client-http-perl/current/README
    branches/upstream/libpoe-component-client-http-perl/current/README.mkdn
    branches/upstream/libpoe-component-client-http-perl/current/dist.ini
    branches/upstream/libpoe-component-client-http-perl/current/lib/POE/Component/Client/HTTP.pm
    branches/upstream/libpoe-component-client-http-perl/current/lib/POE/Component/Client/HTTP/Request.pm
    branches/upstream/libpoe-component-client-http-perl/current/lib/POE/Component/Client/HTTP/RequestFactory.pm
    branches/upstream/libpoe-component-client-http-perl/current/lib/POE/Filter/HTTPChunk.pm
    branches/upstream/libpoe-component-client-http-perl/current/lib/POE/Filter/HTTPHead.pm

Modified: branches/upstream/libpoe-component-client-http-perl/current/CHANGES
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libpoe-component-client-http-perl/current/CHANGES?rev=75493&op=diff
==============================================================================
--- branches/upstream/libpoe-component-client-http-perl/current/CHANGES (original)
+++ branches/upstream/libpoe-component-client-http-perl/current/CHANGES Sun Jun 12 13:04:40 2011
@@ -1,3 +1,13 @@
+================================
+2011-05-03 22:44:20 -0400 v0_943
+================================
+
+  commit 151ec1c205e1558f05a55e05fc1ad37bbd552de0
+  Author: Rocco Caputo <rcaputo at cpan.org>
+  Date:   Tue May 3 22:44:20 2011 -0400
+  
+    Prepare for next release. 
+
 ================================
 2011-02-20 23:51:41 -0500 v0_942
 ================================

Modified: branches/upstream/libpoe-component-client-http-perl/current/MANIFEST
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libpoe-component-client-http-perl/current/MANIFEST?rev=75493&op=diff
==============================================================================
--- branches/upstream/libpoe-component-client-http-perl/current/MANIFEST (original)
+++ branches/upstream/libpoe-component-client-http-perl/current/MANIFEST Sun Jun 12 13:04:40 2011
@@ -14,6 +14,8 @@
 lib/POE/Component/Client/HTTP/RequestFactory.pm
 lib/POE/Filter/HTTPChunk.pm
 lib/POE/Filter/HTTPHead.pm
+pem.key
+ssl.debug.2
 t/000-report-versions.t
 t/01_request.t
 t/01_ssl.t
@@ -44,3 +46,6 @@
 t/60_rt50231_pending_many.t
 t/release-pod-coverage.t
 t/release-pod-syntax.t
+thirdlobe-pass.key
+thirdlobe.crt
+thirdlobe.key

Modified: branches/upstream/libpoe-component-client-http-perl/current/META.yml
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libpoe-component-client-http-perl/current/META.yml?rev=75493&op=diff
==============================================================================
--- branches/upstream/libpoe-component-client-http-perl/current/META.yml (original)
+++ branches/upstream/libpoe-component-client-http-perl/current/META.yml Sun Jun 12 13:04:40 2011
@@ -6,7 +6,7 @@
 configure_requires:
   ExtUtils::MakeMaker: 6.31
 dynamic_config: 0
-generated_by: 'Dist::Zilla version 4.200000, CPAN::Meta::Converter version 2.102400'
+generated_by: 'Dist::Zilla version 4.200004, CPAN::Meta::Converter version 2.102400'
 license: perl
 meta-spec:
   url: http://module-build.sourceforge.net/META-spec-v1.4.html
@@ -19,12 +19,12 @@
   HTTP::Response: 5.813
   HTTP::Status: 5.811
   Net::HTTP::Methods: 5.812
-  POE: 1.299
-  POE::Component::Client::Keepalive: 0.266
+  POE: 1.311
+  POE::Component::Client::Keepalive: 0.267
   Socket::GetAddrInfo: 0.19
   Test::More: 0.96
   Test::POE::Server::TCP: 1.14
   URI: 1.37
 resources:
   repository: git://github.com/rcaputo/poe-component-client-http.git
-version: 0.942
+version: 0.943

Modified: branches/upstream/libpoe-component-client-http-perl/current/Makefile.PL
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libpoe-component-client-http-perl/current/Makefile.PL?rev=75493&op=diff
==============================================================================
--- branches/upstream/libpoe-component-client-http-perl/current/Makefile.PL (original)
+++ branches/upstream/libpoe-component-client-http-perl/current/Makefile.PL Sun Jun 12 13:04:40 2011
@@ -26,14 +26,14 @@
     'HTTP::Response' => '5.813',
     'HTTP::Status' => '5.811',
     'Net::HTTP::Methods' => '5.812',
-    'POE' => '1.299',
-    'POE::Component::Client::Keepalive' => '0.266',
+    'POE' => '1.311',
+    'POE::Component::Client::Keepalive' => '0.267',
     'Socket::GetAddrInfo' => '0.19',
     'Test::More' => '0.96',
     'Test::POE::Server::TCP' => '1.14',
     'URI' => '1.37'
   },
-  'VERSION' => '0.942',
+  'VERSION' => '0.943',
   'test' => {
     'TESTS' => 't/*.t'
   }

Modified: branches/upstream/libpoe-component-client-http-perl/current/README
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libpoe-component-client-http-perl/current/README?rev=75493&op=diff
==============================================================================
--- branches/upstream/libpoe-component-client-http-perl/current/README (original)
+++ branches/upstream/libpoe-component-client-http-perl/current/README Sun Jun 12 13:04:40 2011
@@ -2,7 +2,7 @@
     POE::Component::Client::HTTP - a HTTP user-agent component
 
 VERSION
-    version 0.942
+    version 0.943
 
 SYNOPSIS
       use POE qw(Component::Client::HTTP);

Modified: branches/upstream/libpoe-component-client-http-perl/current/README.mkdn
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libpoe-component-client-http-perl/current/README.mkdn?rev=75493&op=diff
==============================================================================
--- branches/upstream/libpoe-component-client-http-perl/current/README.mkdn (original)
+++ branches/upstream/libpoe-component-client-http-perl/current/README.mkdn Sun Jun 12 13:04:40 2011
@@ -4,7 +4,7 @@
 
 # VERSION
 
-version 0.942
+version 0.943
 
 # SYNOPSIS
 

Modified: branches/upstream/libpoe-component-client-http-perl/current/dist.ini
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libpoe-component-client-http-perl/current/dist.ini?rev=75493&op=diff
==============================================================================
--- branches/upstream/libpoe-component-client-http-perl/current/dist.ini (original)
+++ branches/upstream/libpoe-component-client-http-perl/current/dist.ini Sun Jun 12 13:04:40 2011
@@ -1,5 +1,5 @@
 name              = POE-Component-Client-HTTP
-version           = 0.942
+version           = 0.943
 author            = Rocco Caputo <rcaputo at cpan.org>
 license           = Perl_5
 copyright_holder  = Rocco Caputo
@@ -11,8 +11,8 @@
 HTTP::Response                    = 5.813
 HTTP::Status                      = 5.811
 Net::HTTP::Methods                = 5.812
-POE                               = 1.299
-POE::Component::Client::Keepalive = 0.266
+POE                               = 1.311
+POE::Component::Client::Keepalive = 0.267
 Socket::GetAddrInfo               = 0.19
 Test::More                        = 0.96
 Test::POE::Server::TCP            = 1.14

Modified: branches/upstream/libpoe-component-client-http-perl/current/lib/POE/Component/Client/HTTP.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libpoe-component-client-http-perl/current/lib/POE/Component/Client/HTTP.pm?rev=75493&op=diff
==============================================================================
--- branches/upstream/libpoe-component-client-http-perl/current/lib/POE/Component/Client/HTTP.pm (original)
+++ branches/upstream/libpoe-component-client-http-perl/current/lib/POE/Component/Client/HTTP.pm Sun Jun 12 13:04:40 2011
@@ -1,6 +1,6 @@
 package POE::Component::Client::HTTP;
 BEGIN {
-  $POE::Component::Client::HTTP::VERSION = '0.942';
+  $POE::Component::Client::HTTP::VERSION = '0.943';
 }
 # vim: ts=2 sw=2 expandtab
 
@@ -1051,7 +1051,7 @@
 
 =head1 VERSION
 
-version 0.942
+version 0.943
 
 =head1 SYNOPSIS
 

Modified: branches/upstream/libpoe-component-client-http-perl/current/lib/POE/Component/Client/HTTP/Request.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libpoe-component-client-http-perl/current/lib/POE/Component/Client/HTTP/Request.pm?rev=75493&op=diff
==============================================================================
--- branches/upstream/libpoe-component-client-http-perl/current/lib/POE/Component/Client/HTTP/Request.pm (original)
+++ branches/upstream/libpoe-component-client-http-perl/current/lib/POE/Component/Client/HTTP/Request.pm Sun Jun 12 13:04:40 2011
@@ -1,6 +1,6 @@
 package POE::Component::Client::HTTP::Request;
 BEGIN {
-  $POE::Component::Client::HTTP::Request::VERSION = '0.942';
+  $POE::Component::Client::HTTP::Request::VERSION = '0.943';
 }
 # vim: ts=2 sw=2 expandtab
 
@@ -610,7 +610,7 @@
 
 =head1 VERSION
 
-version 0.942
+version 0.943
 
 =head1 SYNOPSIS
 

Modified: branches/upstream/libpoe-component-client-http-perl/current/lib/POE/Component/Client/HTTP/RequestFactory.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libpoe-component-client-http-perl/current/lib/POE/Component/Client/HTTP/RequestFactory.pm?rev=75493&op=diff
==============================================================================
--- branches/upstream/libpoe-component-client-http-perl/current/lib/POE/Component/Client/HTTP/RequestFactory.pm (original)
+++ branches/upstream/libpoe-component-client-http-perl/current/lib/POE/Component/Client/HTTP/RequestFactory.pm Sun Jun 12 13:04:40 2011
@@ -1,6 +1,6 @@
 package POE::Component::Client::HTTP::RequestFactory;
 BEGIN {
-  $POE::Component::Client::HTTP::RequestFactory::VERSION = '0.942';
+  $POE::Component::Client::HTTP::RequestFactory::VERSION = '0.943';
 }
 # vim: ts=2 sw=2 expandtab
 

Modified: branches/upstream/libpoe-component-client-http-perl/current/lib/POE/Filter/HTTPChunk.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libpoe-component-client-http-perl/current/lib/POE/Filter/HTTPChunk.pm?rev=75493&op=diff
==============================================================================
--- branches/upstream/libpoe-component-client-http-perl/current/lib/POE/Filter/HTTPChunk.pm (original)
+++ branches/upstream/libpoe-component-client-http-perl/current/lib/POE/Filter/HTTPChunk.pm Sun Jun 12 13:04:40 2011
@@ -1,6 +1,6 @@
 package POE::Filter::HTTPChunk;
 BEGIN {
-  $POE::Filter::HTTPChunk::VERSION = '0.942';
+  $POE::Filter::HTTPChunk::VERSION = '0.943';
 }
 # vim: ts=2 sw=2 expandtab
 
@@ -205,7 +205,7 @@
 
 =head1 VERSION
 
-version 0.942
+version 0.943
 
 =head1 SYNOPSIS
 

Modified: branches/upstream/libpoe-component-client-http-perl/current/lib/POE/Filter/HTTPHead.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libpoe-component-client-http-perl/current/lib/POE/Filter/HTTPHead.pm?rev=75493&op=diff
==============================================================================
--- branches/upstream/libpoe-component-client-http-perl/current/lib/POE/Filter/HTTPHead.pm (original)
+++ branches/upstream/libpoe-component-client-http-perl/current/lib/POE/Filter/HTTPHead.pm Sun Jun 12 13:04:40 2011
@@ -1,6 +1,6 @@
 package POE::Filter::HTTPHead_Line;
 BEGIN {
-  $POE::Filter::HTTPHead_Line::VERSION = '0.942';
+  $POE::Filter::HTTPHead_Line::VERSION = '0.943';
 }
 # vim: ts=2 sw=2 expandtab
 
@@ -157,7 +157,7 @@
 
 package POE::Filter::HTTPHead;
 BEGIN {
-  $POE::Filter::HTTPHead::VERSION = '0.942';
+  $POE::Filter::HTTPHead::VERSION = '0.943';
 }
 use strict;
 
@@ -167,7 +167,7 @@
 
 =head1 VERSION
 
-version 0.942
+version 0.943
 
 =head1 SYNOPSYS
 

Added: branches/upstream/libpoe-component-client-http-perl/current/pem.key
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libpoe-component-client-http-perl/current/pem.key?rev=75493&op=file
==============================================================================
--- branches/upstream/libpoe-component-client-http-perl/current/pem.key (added)
+++ branches/upstream/libpoe-component-client-http-perl/current/pem.key Sun Jun 12 13:04:40 2011
@@ -1,0 +1,15 @@
+-----BEGIN RSA PRIVATE KEY-----
+MIICXAIBAAKBgQCz1jlLCgsxQlk+H41EOniSqw+vezE8a0pj/PRsccV41955XHCB
++Y+bPuDgnBcpunegZyaraHhU62mF2kZ9+e4ml/VoQoTboplI0uUuAZws2CWGX9OZ
+BN7ahmL09wMKlnvEW7ZtjVUq3JJ+wK4L19aN7FU7qSPWnCze+xB2tJz28wIDAQAB
+AoGANhO1+L2VbgOQiGC+fwTCGwB7X/5AaPWuUfDPowh3JAZtrLrCTiM4LquyvXfS
+c0bSEBbUhviMLqT3fzuKtPkBxnIiUz4kuvkvs7JhyERIye4kEdOparsv3gVya0f/
+1PfPYlJhOjhbp72dLFlDtpSAKlZ+ZQJuwuU+oaBnOsx1OGkCQQDXpRCGcpEnyRE/
+P46649IAD1K6TjLsuoxKxs1c9WtagcsgE86to/URbYLYH3+xjy6B7Pnmud5D8sW6
+nPulx9P1AkEA1X2zMX2+yHXsSKkiVaiEUrPGTDJSGCj3ZswKXj6Okoa8Hdq0eBVJ
+QzO3K8fm1QPF89x2LXUB8cP6vLE4k922RwJAf02puMUvnf4cGWuK9heCJJjnLKb3
+dzsVkRtVpvgW/SI8aN5ol6eACF7O7ImD162ANiFQ0f2OEiziv6zm/lI+dQJAL18a
++epbAQQZj+3nrnYcFnXJlHK+AJpmeyrfShY7cIvxBfbXgKXIgd7h0BclQzL5I6lR
+l7iU296Ornvsf/L8VQJBAJtN2RSqbXGacx7rRJFcsoWgBBJVsD/eYfrpg7JYhV7A
+MeaCKPG6D4VLcFhIMN44rTHHNuxdRrkMDM5nsnRgzbg=
+-----END RSA PRIVATE KEY-----

Added: branches/upstream/libpoe-component-client-http-perl/current/ssl.debug.2
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libpoe-component-client-http-perl/current/ssl.debug.2?rev=75493&op=file
==============================================================================
--- branches/upstream/libpoe-component-client-http-perl/current/ssl.debug.2 (added)
+++ branches/upstream/libpoe-component-client-http-perl/current/ssl.debug.2 Sun Jun 12 13:04:40 2011
@@ -1,0 +1,7 @@
+ssl_init keys string:
+67.207.145.70,443,http,/home/troc/projects/poco-client-http/pem.key
+ssl_init found host entry 67.207.145.70,443,http,/home/troc/projects/poco-client-http/pem.key
+ssl_init addr '67.207.145.70' port '443' filename '/home/troc/projects/poco-client-http/pem.key' password(only for p12 file) '(null)'
+Private key imported: KeyID a5:fc:32:13:19:f5:e1:b9:a2:11:cc:bc:57:57:17:9d:...
+ssl_init private key file /home/troc/projects/poco-client-http/pem.key successfully loaded
+association_add TCP port 443 protocol http handle 0x1035e80f0

Added: branches/upstream/libpoe-component-client-http-perl/current/thirdlobe-pass.key
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libpoe-component-client-http-perl/current/thirdlobe-pass.key?rev=75493&op=file
==============================================================================
--- branches/upstream/libpoe-component-client-http-perl/current/thirdlobe-pass.key (added)
+++ branches/upstream/libpoe-component-client-http-perl/current/thirdlobe-pass.key Sun Jun 12 13:04:40 2011
@@ -1,0 +1,18 @@
+-----BEGIN RSA PRIVATE KEY-----
+Proc-Type: 4,ENCRYPTED
+DEK-Info: DES-EDE3-CBC,50585006ED5F8C2F
+
+ik570yKAHb4UTeuWHrsEZ/EsY3v3uWdeEE8gWsO+/XHyW0fDuFW2CD+A6jS5wvH7
+BSgoZKtRnqPwUPF64PgiylHuDxSR76EIKW0i4b0by/oWrz3X2MHWBsdLQT7BYpR5
+6uvuzrbaeVHUj5ic0sTps2fcTNZsvXb+zI5eVw55Qgtxi1kdjTdp8keP3m0ZyAyt
+h9BFKt9z40x0mVD2UqPClgR0qT2OofBvPEUlqu7fQAAVjeSMesYhDySl8Bsd0SDT
+NJRilXbkDVpuSaICfAvK14fxyyi82IB0BCldPqiCNOWvYbhShfI+u7zEEie9XNFg
+/tuq4F5DFj6zyK9hxm4KeSpJ3bd7JR8Ep6UjPUKPLLznz2llUUhiPm3KHYcF+Gys
+2Tl85POFQIaoyWIFf0bjCytucyaIWGaj43eUkceUBNqMHIPzw4p4nocflTbgXgga
+jw6FfT1w0Cev6KHx9tk+fCZBhh2OV6ROiPDJOKaKOnu+Uw50ViSipqatBe4sUKNS
+m9Xy58cO2TW6PXaNsbWL7OlCwDhxnZlTPnFgEmx7iqPDexjpaNQw83NBQE4sCLXj
+T1onjsEqTbKkqmed3V9cAz/g17BBZinY4IGA3sZygkvVgQoDcFClexTuNL+O7EwR
+3P4KhxdIzJC85EttfVGogVNaoeM/zenXnGof7/EWAbWEoTTUHVU6OXfnVYrsmGrt
+k7Ug4A/Ix1fZFHy4wOJWeqpOgcIDR47CPsadjFDFrvy0K6ZxoH0iWGHV4PTpv+du
++Ts7pwQxitSklmoq92dfc3UYLBFdzb6JwCqTyVKF3xoo2cJ7to+FIA==
+-----END RSA PRIVATE KEY-----

Added: branches/upstream/libpoe-component-client-http-perl/current/thirdlobe.crt
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libpoe-component-client-http-perl/current/thirdlobe.crt?rev=75493&op=file
==============================================================================
--- branches/upstream/libpoe-component-client-http-perl/current/thirdlobe.crt (added)
+++ branches/upstream/libpoe-component-client-http-perl/current/thirdlobe.crt Sun Jun 12 13:04:40 2011
@@ -1,0 +1,23 @@
+-----BEGIN CERTIFICATE-----
+MIIDyzCCAzSgAwIBAgIJAMImGIJfWhpoMA0GCSqGSIb3DQEBBQUAMIGgMQswCQYD
+VQQGEwJVUzEQMA4GA1UECBMHRmxvcmlkYTEjMCEGA1UEChMaVGhlIFRoaXJkIExv
+YmUgQ29ycG9yYXRpb24xITAfBgNVBAsTGFJlc2VhcmNoIGFuZCBEZXZlbG9wbWVu
+dDEWMBQGA1UEAxMNdGhpcmRsb2JlLmNvbTEfMB0GCSqGSIb3DQEJARYQcmNhcHV0
+b0BjcGFuLm9yZzAeFw0wOTAyMTMwNDA2MjBaFw0zNjA2MzAwNDA2MjBaMIGgMQsw
+CQYDVQQGEwJVUzEQMA4GA1UECBMHRmxvcmlkYTEjMCEGA1UEChMaVGhlIFRoaXJk
+IExvYmUgQ29ycG9yYXRpb24xITAfBgNVBAsTGFJlc2VhcmNoIGFuZCBEZXZlbG9w
+bWVudDEWMBQGA1UEAxMNdGhpcmRsb2JlLmNvbTEfMB0GCSqGSIb3DQEJARYQcmNh
+cHV0b0BjcGFuLm9yZzCBnzANBgkqhkiG9w0BAQEFAAOBjQAwgYkCgYEAs9Y5SwoL
+MUJZPh+NRDp4kqsPr3sxPGtKY/z0bHHFeNfeeVxwgfmPmz7g4JwXKbp3oGcmq2h4
+VOtphdpGffnuJpf1aEKE26KZSNLlLgGcLNglhl/TmQTe2oZi9PcDCpZ7xFu2bY1V
+KtySfsCuC9fWjexVO6kj1pws3vsQdrSc9vMCAwEAAaOCAQkwggEFMB0GA1UdDgQW
+BBSl/DITGfXhuaIRzLxXVxedjkuKLzCB1QYDVR0jBIHNMIHKgBSl/DITGfXhuaIR
+zLxXVxedjkuKL6GBpqSBozCBoDELMAkGA1UEBhMCVVMxEDAOBgNVBAgTB0Zsb3Jp
+ZGExIzAhBgNVBAoTGlRoZSBUaGlyZCBMb2JlIENvcnBvcmF0aW9uMSEwHwYDVQQL
+ExhSZXNlYXJjaCBhbmQgRGV2ZWxvcG1lbnQxFjAUBgNVBAMTDXRoaXJkbG9iZS5j
+b20xHzAdBgkqhkiG9w0BCQEWEHJjYXB1dG9AY3Bhbi5vcmeCCQDCJhiCX1oaaDAM
+BgNVHRMEBTADAQH/MA0GCSqGSIb3DQEBBQUAA4GBAEqqXtJDOU9nLdYyG1YoYga/
+RMki0rYiOTEiFBNtBNdnB2E2P3YY+LIubxGSL6CJytIPywSbFwAr/rYw4VCOk/yG
+wO2OTSSCozQZMpEkfh8oZ6GoWg4QhPqk+ZCUdiyDwdy3ds/v2DlluzDOp9J+n/ER
+qAHzuz1JTxxqHsyE4AmO
+-----END CERTIFICATE-----

Added: branches/upstream/libpoe-component-client-http-perl/current/thirdlobe.key
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libpoe-component-client-http-perl/current/thirdlobe.key?rev=75493&op=file
==============================================================================
--- branches/upstream/libpoe-component-client-http-perl/current/thirdlobe.key (added)
+++ branches/upstream/libpoe-component-client-http-perl/current/thirdlobe.key Sun Jun 12 13:04:40 2011
@@ -1,0 +1,15 @@
+-----BEGIN RSA PRIVATE KEY-----
+MIICXAIBAAKBgQCz1jlLCgsxQlk+H41EOniSqw+vezE8a0pj/PRsccV41955XHCB
++Y+bPuDgnBcpunegZyaraHhU62mF2kZ9+e4ml/VoQoTboplI0uUuAZws2CWGX9OZ
+BN7ahmL09wMKlnvEW7ZtjVUq3JJ+wK4L19aN7FU7qSPWnCze+xB2tJz28wIDAQAB
+AoGANhO1+L2VbgOQiGC+fwTCGwB7X/5AaPWuUfDPowh3JAZtrLrCTiM4LquyvXfS
+c0bSEBbUhviMLqT3fzuKtPkBxnIiUz4kuvkvs7JhyERIye4kEdOparsv3gVya0f/
+1PfPYlJhOjhbp72dLFlDtpSAKlZ+ZQJuwuU+oaBnOsx1OGkCQQDXpRCGcpEnyRE/
+P46649IAD1K6TjLsuoxKxs1c9WtagcsgE86to/URbYLYH3+xjy6B7Pnmud5D8sW6
+nPulx9P1AkEA1X2zMX2+yHXsSKkiVaiEUrPGTDJSGCj3ZswKXj6Okoa8Hdq0eBVJ
+QzO3K8fm1QPF89x2LXUB8cP6vLE4k922RwJAf02puMUvnf4cGWuK9heCJJjnLKb3
+dzsVkRtVpvgW/SI8aN5ol6eACF7O7ImD162ANiFQ0f2OEiziv6zm/lI+dQJAL18a
++epbAQQZj+3nrnYcFnXJlHK+AJpmeyrfShY7cIvxBfbXgKXIgd7h0BclQzL5I6lR
+l7iU296Ornvsf/L8VQJBAJtN2RSqbXGacx7rRJFcsoWgBBJVsD/eYfrpg7JYhV7A
+MeaCKPG6D4VLcFhIMN44rTHHNuxdRrkMDM5nsnRgzbg=
+-----END RSA PRIVATE KEY-----




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