Codebase list libjira-client-perl / bb799f0
Merge tag 'upstream/0.44' Upstream version 0.44 # gpg: Firmado el dom 11 dic 2016 10:13:06 CET # gpg: usando RSA clave 4A0897191621CCF7FBEEF752A6D58816010A1096 # gpg: issuer "angelabad@gmail.com" # gpg: Firma correcta de "Angel Abad <angelabad@gmail.com>" [desconocido] # gpg: alias "Angel Abad <angel@debian.org>" [desconocido] # gpg: alias "Angel Abad <angelabad@ubuntu.com>" [desconocido] # gpg: ATENCIÓN: ¡Esta clave no está certificada por una firma de confianza! # gpg: No hay indicios de que la firma pertenezca al propietario. # Huellas dactilares de la clave primaria: 4A08 9719 1621 CCF7 FBEE F752 A6D5 8816 010A 1096 Angel Abad 7 years ago
12 changed file(s) with 59 addition(s) and 59 deletion(s). Raw diff Collapse all Expand all
00 Revision history for JIRA-Client.
1
2 0.44 2016-12-10 10:00:09-02:00 America/Sao_Paulo
3
4 [Fix]
5
6 - Fix deprecation warning saying that JIRA's SOAP API was removed on JIRA
7 7 and not that it would be removed on JIRA 8.
18
29 0.43 2015-02-01 22:33:09-02:00 America/Sao_Paulo
310
0 This software is copyright (c) 2015 by CPqD.
0 This software is copyright (c) 2016 by CPqD.
11
22 This is free software; you can redistribute it and/or modify it under
33 the same terms as the Perl 5 programming language system itself.
1111
1212 --- The GNU General Public License, Version 1, February 1989 ---
1313
14 This software is Copyright (c) 2015 by CPqD.
14 This software is Copyright (c) 2016 by CPqD.
1515
1616 This is free software, licensed under:
1717
271271
272272 --- The Artistic License 1.0 ---
273273
274 This software is Copyright (c) 2015 by CPqD.
274 This software is Copyright (c) 2016 by CPqD.
275275
276276 This is free software, licensed under:
277277
0 # This file was automatically generated by Dist::Zilla::Plugin::Manifest v5.031.
0 # This file was automatically generated by Dist::Zilla::Plugin::Manifest v5.043.
11 Changes
22 LICENSE
33 MANIFEST
1212 lib/JIRA/Client.pm
1313 t/00-load.t
1414 t/02-demo-user.t
15 t/author-pod-coverage.t
16 t/author-pod-syntax.t
1517 t/demo-atlassian.conf
1618 t/release-kwalitee.t
17 t/release-pod-coverage.t
18 t/release-pod-syntax.t
1919 tidyall.ini
66 configure_requires:
77 ExtUtils::MakeMaker: '0'
88 dynamic_config: 0
9 generated_by: 'Dist::Zilla version 5.031, CPAN::Meta::Converter version 2.143240'
9 generated_by: 'Dist::Zilla version 5.043, CPAN::Meta::Converter version 2.150001'
1010 license: perl
1111 meta-spec:
1212 url: http://module-build.sourceforge.net/META-spec-v1.4.html
2424 bugtracker: https://github.com/gnustavo/JIRA-Client/issues
2525 homepage: http://search.cpan.org/dist/JIRA-Client/
2626 repository: git://github.com/gnustavo/JIRA-Client.git
27 version: '0.43'
27 version: '0.44'
2828 x_deprecated: 1
0
1 # This file was automatically generated by Dist::Zilla::Plugin::MakeMaker v5.031.
0 # This file was automatically generated by Dist::Zilla::Plugin::MakeMaker v5.043.
21 use strict;
32 use warnings;
43
54
65
76 use ExtUtils::MakeMaker;
8
9
107
118 my %WriteMakefileArgs = (
129 "ABSTRACT" => "(DEPRECATED) Extended interface to JIRA's SOAP API",
1512 "ExtUtils::MakeMaker" => 0
1613 },
1714 "DISTNAME" => "JIRA-Client",
18 "EXE_FILES" => [],
1915 "LICENSE" => "perl",
2016 "NAME" => "JIRA::Client",
2117 "PREREQ_PM" => {
3026 "TEST_REQUIRES" => {
3127 "Test::More" => 0
3228 },
33 "VERSION" => "0.43",
29 "VERSION" => "0.44",
3430 "test" => {
3531 "TESTS" => "t/*.t"
3632 }
4036 my %FallbackPrereqs = (
4137 "Carp" => 0,
4238 "Data::Util" => 0,
43 "ExtUtils::MakeMaker" => 0,
4439 "File::Basename" => 0,
4540 "MIME::Base64" => 0,
4641 "SOAP::Lite" => 0,
6055 unless eval { ExtUtils::MakeMaker->VERSION(6.52) };
6156
6257 WriteMakefile(%WriteMakefileArgs);
63
64
65
11
22 DEPRECATION WARNING: Please, before using this module consider using the
33 newer JIRA::REST because JIRA's SOAP API was deprecated on JIRA 6.0 and
4 won't be available anymore on JIRA 8.0.
4 isn't available anymore on JIRA 7.0.
55
66 JIRA is a proprietary bug tracking system from Atlassian
77 (http://www.atlassian.com/software/jira/).
88
9 Copyright (c) 2012-2015 by CPqD (http://www.cpqd.com.br/)
9 Copyright (c) 2012-2016 by CPqD (http://www.cpqd.com.br/)
1010
1111 This is free software; you can redistribute it and/or modify it under
1212 the same terms as the Perl 5 programming language system itself.
00 package JIRA::Client;
11 # ABSTRACT: (DEPRECATED) Extended interface to JIRA's SOAP API
2 $JIRA::Client::VERSION = '0.43';
2 $JIRA::Client::VERSION = '0.44';
33 use strict;
44 use warnings;
55
712712 ## no critic (Modules::ProhibitMultiplePackages)
713713
714714 package RemoteFieldValue;
715 $RemoteFieldValue::VERSION = '0.43';
715 $RemoteFieldValue::VERSION = '0.44';
716716 sub new {
717717 my ($class, $id, $values) = @_;
718718
725725
726726
727727 package RemoteCustomFieldValue;
728 $RemoteCustomFieldValue::VERSION = '0.43';
728 $RemoteCustomFieldValue::VERSION = '0.44';
729729 sub new {
730730 my ($class, $id, $values) = @_;
731731
735735
736736
737737 package RemoteComponent;
738 $RemoteComponent::VERSION = '0.43';
738 $RemoteComponent::VERSION = '0.44';
739739 sub new {
740740 my ($class, $id, $name) = @_;
741741 my $o = bless({id => $id}, $class);
745745
746746
747747 package RemoteVersion;
748 $RemoteVersion::VERSION = '0.43';
748 $RemoteVersion::VERSION = '0.44';
749749 sub new {
750750 my ($class, $id, $name) = @_;
751751 my $o = bless({id => $id}, $class);
991991
992992 =head1 VERSION
993993
994 version 0.43
994 version 0.44
995995
996996 =head1 SYNOPSIS
997997
10231023
10241024 B<DEPRECATION WARNING>: Please, before using this module consider using the
10251025 newer L<JIRA::REST> because JIRA's SOAP API was
1026 L<deprecated|https://developer.atlassian.com/display/JIRADEV/SOAP+and+XML-RPC+API+Deprecated+in+JIRA+6.0>
1027 on JIRA 6.0 and won't be available anymore on JIRA 8.0.
1026 L<deprecated|https://developer.atlassian.com/jiradev/latest-updates/soap-and-xml-rpc-api-deprecation-notice>
1027 on JIRA 6.0 and isn't available anymore on JIRA 7.0.
10281028
10291029 JIRA is a proprietary bug tracking system from Atlassian
10301030 (L<http://www.atlassian.com/software/jira/>).
15181518
15191519 =head1 COPYRIGHT AND LICENSE
15201520
1521 This software is copyright (c) 2015 by CPqD.
1521 This software is copyright (c) 2016 by CPqD.
15221522
15231523 This is free software; you can redistribute it and/or modify it under
15241524 the same terms as the Perl 5 programming language system itself.
0 #!perl
1
2 BEGIN {
3 unless ($ENV{AUTHOR_TESTING}) {
4 require Test::More;
5 Test::More::plan(skip_all => 'these tests are for testing by the author');
6 }
7 }
8
9 # This file was automatically generated by Dist::Zilla::Plugin::PodCoverageTests.
10
11 use Test::Pod::Coverage 1.08;
12 use Pod::Coverage::TrustPod;
13
14 all_pod_coverage_ok({ coverage_class => 'Pod::Coverage::TrustPod' });
0 #!perl
1
2 BEGIN {
3 unless ($ENV{AUTHOR_TESTING}) {
4 require Test::More;
5 Test::More::plan(skip_all => 'these tests are for testing by the author');
6 }
7 }
8
9 # This file was automatically generated by Dist::Zilla::Plugin::PodSyntaxTests.
10 use strict; use warnings;
11 use Test::More;
12 use Test::Pod 1.41;
13
14 all_pod_files_ok();
55 }
66 }
77
8 # this test was generated with Dist::Zilla::Plugin::Test::Kwalitee 2.11
8 # this test was generated with Dist::Zilla::Plugin::Test::Kwalitee 2.12
99 use strict;
1010 use warnings;
1111 use Test::More 0.88;
+0
-15
t/release-pod-coverage.t less more
0 #!perl
1
2 BEGIN {
3 unless ($ENV{RELEASE_TESTING}) {
4 require Test::More;
5 Test::More::plan(skip_all => 'these tests are for release candidate testing');
6 }
7 }
8
9 # This file was automatically generated by Dist::Zilla::Plugin::PodCoverageTests.
10
11 use Test::Pod::Coverage 1.08;
12 use Pod::Coverage::TrustPod;
13
14 all_pod_coverage_ok({ coverage_class => 'Pod::Coverage::TrustPod' });
+0
-14
t/release-pod-syntax.t less more
0 #!perl
1
2 BEGIN {
3 unless ($ENV{RELEASE_TESTING}) {
4 require Test::More;
5 Test::More::plan(skip_all => 'these tests are for release candidate testing');
6 }
7 }
8
9 # This file was automatically generated by Dist::Zilla::Plugin::PodSyntaxTests.
10 use Test::More;
11 use Test::Pod 1.41;
12
13 all_pod_files_ok();