r74326 - in /trunk/libjira-client-perl: Changes META.yml README debian/changelog debian/control debian/copyright lib/JIRA/Client.pm

angelabad-guest at users.alioth.debian.org angelabad-guest at users.alioth.debian.org
Fri May 13 14:54:37 UTC 2011


Author: angelabad-guest
Date: Fri May 13 14:54:24 2011
New Revision: 74326

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=74326
Log:
* New upstream release
* debian/copyright: Update copyright years
* Bump Standards-Version to 3.9.2 (no changes)

Modified:
    trunk/libjira-client-perl/Changes
    trunk/libjira-client-perl/META.yml
    trunk/libjira-client-perl/README
    trunk/libjira-client-perl/debian/changelog
    trunk/libjira-client-perl/debian/control
    trunk/libjira-client-perl/debian/copyright
    trunk/libjira-client-perl/lib/JIRA/Client.pm

Modified: trunk/libjira-client-perl/Changes
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libjira-client-perl/Changes?rev=74326&op=diff
==============================================================================
--- trunk/libjira-client-perl/Changes (original)
+++ trunk/libjira-client-perl/Changes Fri May 13 14:54:24 2011
@@ -1,4 +1,10 @@
 Revision history for JIRA-Client
+
+0.28	2011-05-09
+
+	JIRA::Client->new passes extra arguments to the underlying
+	SOAP::Lite object. This was suggested by Nicholas J Humfrey
+	<njh AT cpan DOT org>.
 
 0.27	2011-03-05
 

Modified: trunk/libjira-client-perl/META.yml
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libjira-client-perl/META.yml?rev=74326&op=diff
==============================================================================
--- trunk/libjira-client-perl/META.yml (original)
+++ trunk/libjira-client-perl/META.yml Fri May 13 14:54:24 2011
@@ -1,6 +1,6 @@
 --- #YAML:1.0
 name:               JIRA-Client
-version:            0.27
+version:            0.28
 abstract:           An extended interface to JIRA's SOAP API.
 author:
     - Gustavo Chaves <gnustavo at cpan.org>

Modified: trunk/libjira-client-perl/README
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libjira-client-perl/README?rev=74326&op=diff
==============================================================================
--- trunk/libjira-client-perl/README (original)
+++ trunk/libjira-client-perl/README Fri May 13 14:54:24 2011
@@ -1,6 +1,6 @@
 Name:    JIRA-Client
 What:    A OO interface to JIRA's SOAP API.
-Version: 0.27
+Version: 0.28
 Author:  Gustavo Chaves <gnustavo at cpan.org>
 
 JIRA is a proprietary bug tracking system from Atlassian
@@ -52,7 +52,7 @@
 
 COPYRIGHT AND LICENCE
 
-Copyright (C) 2009 CPqD (http://www.cpqd.com.br/)
+Copyright (C) 2009-2011 CPqD (http://www.cpqd.com.br/)
 
 This program is free software; you can redistribute it and/or modify it
 under the same terms as Perl itself.

Modified: trunk/libjira-client-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libjira-client-perl/debian/changelog?rev=74326&op=diff
==============================================================================
--- trunk/libjira-client-perl/debian/changelog (original)
+++ trunk/libjira-client-perl/debian/changelog Fri May 13 14:54:24 2011
@@ -1,3 +1,11 @@
+libjira-client-perl (0.28-1) unstable; urgency=low
+
+  * New upstream release
+  * debian/copyright: Update copyright years
+  * Bump Standards-Version to 3.9.2 (no changes)
+
+ -- Angel Abad <angelabad at gmail.com>  Fri, 13 May 2011 16:54:58 +0200
+
 libjira-client-perl (0.27-1) unstable; urgency=low
 
   * New upstream release

Modified: trunk/libjira-client-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libjira-client-perl/debian/control?rev=74326&op=diff
==============================================================================
--- trunk/libjira-client-perl/debian/control (original)
+++ trunk/libjira-client-perl/debian/control Fri May 13 14:54:24 2011
@@ -2,11 +2,12 @@
 Section: perl
 Priority: optional
 Build-Depends: debhelper (>= 8)
-Build-Depends-Indep: perl,
- libsoap-lite-perl
+Build-Depends-Indep: libsoap-lite-perl,
+ perl
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
-Uploaders: Angel Abad <angelabad at gmail.com>, Jonathan Yu <jawnsy at cpan.org>
-Standards-Version: 3.9.1 
+Uploaders: Angel Abad <angelabad at gmail.com>,
+ Jonathan Yu <jawnsy at cpan.org>
+Standards-Version: 3.9.2
 Homepage: http://search.cpan.org/dist/JIRA-Client/
 Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libjira-client-perl/
 Vcs-Browser: http://svn.debian.org/viewsvn/pkg-perl/trunk/libjira-client-perl/

Modified: trunk/libjira-client-perl/debian/copyright
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libjira-client-perl/debian/copyright?rev=74326&op=diff
==============================================================================
--- trunk/libjira-client-perl/debian/copyright (original)
+++ trunk/libjira-client-perl/debian/copyright Fri May 13 14:54:24 2011
@@ -4,11 +4,11 @@
 Name: JIRA-Client
 
 Files: *
-Copyright: 2009, CPqD <http://www.cpqd.com.br/>
+Copyright: 2009-2011, CPqD <http://www.cpqd.com.br/>
 License: Artistic or GPL-1+
 
 Files: debian/*
-Copyright: 2009-2010, Angel Abad <angelabad at gmail.com>
+Copyright: 2009-2011, Angel Abad <angelabad at gmail.com>
  2009-2011, Jonathan Yu <jawnsy at cpan.org>
  2010, gregor herrmann <gregoa at debian.org>
 License: Artistic or GPL-1+

Modified: trunk/libjira-client-perl/lib/JIRA/Client.pm
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libjira-client-perl/lib/JIRA/Client.pm?rev=74326&op=diff
==============================================================================
--- trunk/libjira-client-perl/lib/JIRA/Client.pm (original)
+++ trunk/libjira-client-perl/lib/JIRA/Client.pm Fri May 13 14:54:24 2011
@@ -11,11 +11,11 @@
 
 =head1 VERSION
 
-Version 0.27
-
-=cut
-
-our $VERSION = '0.27';
+Version 0.28
+
+=cut
+
+our $VERSION = '0.28';
 
 =head1 SYNOPSIS
 
@@ -98,19 +98,21 @@
 
 =over 4
 
-=item B<new> JIRAURL, USER, PASSWD
-
-The JIRA::Client constructor needs three arguments. JIRAURL is JIRA's
-base URL from which will be constructed it's WSDL descriptor as
+=item B<new> JIRAURL, USER, PASSWD [, <SOAP::Lite arguments>]
+
+The JIRA::Client constructor requires three arguments. JIRAURL is
+JIRA's base URL from which will be constructed it's WSDL descriptor as
 C<$JIRAURL/rpc/soap/jirasoapservice-v2?wsdl>. USER and PASSWD are the
-credentials that will be used to authenticate into JIRA.
+credentials that will be used to authenticate into JIRA. Any other
+arguments will be passed to the L<SOAP::Lite> object that will be
+created to talk to JIRA.
 
 =cut
 
 sub new {
-    my ($class, $base_url, $user, $pass) = @_;
-
-    my $soap = SOAP::Lite->proxy("$base_url/rpc/soap/jirasoapservice-v2?wsdl");
+    my ($class, $base_url, $user, $pass, @args) = @_;
+
+    my $soap = SOAP::Lite->proxy("$base_url/rpc/soap/jirasoapservice-v2?wsdl", @args);
 
     # Make all scalars be encoded as strings by default.
     %{$soap->typelookup()} = (default => [0, sub {1}, 'as_string']);
@@ -1295,7 +1297,7 @@
 
 =head1 COPYRIGHT & LICENSE
 
-Copyright 2009 CPqD, all rights reserved.
+Copyright 2009-2011 CPqD, all rights reserved.
 
 This program is free software; you can redistribute it and/or modify
 it under the same terms as Perl itself.




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