[Bps-public-commit] RT-Client-CLI branch, master, updated. eb61218c196f6cd5c71e28e39fa3be98b009ea11
? sunnavy
sunnavy at bestpractical.com
Tue Jun 26 12:43:21 EDT 2018
The branch, master has been updated
via eb61218c196f6cd5c71e28e39fa3be98b009ea11 (commit)
from 6be5109dd113a58907bbad6b673a0b36458d165e (commit)
Summary of changes:
Changes | 3 +++
LICENSE | 2 +-
META.json | 21 ++++++++++++---------
Makefile.PL | 7 +++----
README.md | 2 +-
lib/RT/Client/CLI.pm | 4 ++--
6 files changed, 22 insertions(+), 17 deletions(-)
- Log -----------------------------------------------------------------
commit eb61218c196f6cd5c71e28e39fa3be98b009ea11
Author: sunnavy <sunnavy at bestpractical.com>
Date: Wed Jun 27 00:18:57 2018 +0800
Release 4.4.3
diff --git a/Changes b/Changes
index 08f7453..8454d97 100644
--- a/Changes
+++ b/Changes
@@ -1,5 +1,8 @@
Revision history for RT-Client-CLI
+4.4.3 2018-06-26
+ - Respect value 0(#31290)
+
4.2.11 2015-05-07
- Default to enabling error warnings to the screen for interactive commands
- Standardize --help, --quiet and --verbose options across tools
diff --git a/LICENSE b/LICENSE
index 029392f..3f17980 100644
--- a/LICENSE
+++ b/LICENSE
@@ -1,4 +1,4 @@
-This software is Copyright (c) 2014 by Best Practical Solutions, LLC.
+This software is Copyright (c) 2014-2018 by -2018 by Best Practical Solutions, LLC.
This is free software, licensed under:
diff --git a/META.json b/META.json
index 424c51b..2fa6128 100644
--- a/META.json
+++ b/META.json
@@ -1,10 +1,10 @@
{
"abstract" : "Provides the official rt command line client",
"author" : [
- "Best Practical Solutions, LLC"
+ "-2018 by Best Practical Solutions, LLC"
],
"dynamic_config" : 0,
- "generated_by" : "Dist::Zilla version 5.036, Dist::Milla version v1.0.15, CPAN::Meta::Converter version 2.150001",
+ "generated_by" : "Dist::Milla version v1.0.20, Dist::Zilla version 6.011, CPAN::Meta::Converter version 2.150010",
"license" : [
"gpl_2"
],
@@ -15,12 +15,12 @@
"name" : "RT-Client-CLI",
"no_index" : {
"directory" : [
- "t",
- "xt",
- "inc",
- "share",
"eg",
"examples",
+ "inc",
+ "share",
+ "t",
+ "xt",
"devel"
],
"package" : [
@@ -48,7 +48,7 @@
},
"develop" : {
"requires" : {
- "Dist::Milla" : "v1.0.15",
+ "Dist::Milla" : "v1.0.20",
"Test::Pod" : "1.41"
}
},
@@ -86,11 +86,14 @@
"web" : "https://github.com/bestpractical/rt-client-cli"
}
},
- "version" : "4.2.11",
+ "version" : "4.4.3",
"x_contributors" : [
"Alex Vandiver <alexmv at bestpractical.com>",
+ "sunnavy <sunnavy at bestpractical.com>",
"Thomas Sibley <trs at bestpractical.com>",
"Todd Wade <todd at bestpractical.com>"
- ]
+ ],
+ "x_serialization_backend" : "Cpanel::JSON::XS version 4.02",
+ "x_static_install" : 1
}
diff --git a/Makefile.PL b/Makefile.PL
index dd88801..a868aa4 100644
--- a/Makefile.PL
+++ b/Makefile.PL
@@ -1,4 +1,4 @@
-# This file was automatically generated by Dist::Zilla::Plugin::MakeMaker v5.036.
+# This file was automatically generated by Dist::Zilla::Plugin::MakeMaker v6.011.
use strict;
use warnings;
@@ -8,7 +8,7 @@ use ExtUtils::MakeMaker;
my %WriteMakefileArgs = (
"ABSTRACT" => "Provides the official rt command line client",
- "AUTHOR" => "Best Practical Solutions, LLC",
+ "AUTHOR" => "-2018 by Best Practical Solutions, LLC",
"CONFIGURE_REQUIRES" => {
"ExtUtils::MakeMaker" => 0
},
@@ -34,7 +34,7 @@ my %WriteMakefileArgs = (
"TEST_REQUIRES" => {
"Test::More" => "0.88"
},
- "VERSION" => "4.2.11",
+ "VERSION" => "4.4.3",
"test" => {
"TESTS" => "t/*.t"
}
@@ -43,7 +43,6 @@ my %WriteMakefileArgs = (
my %FallbackPrereqs = (
"Cwd" => 0,
- "ExtUtils::MakeMaker" => 0,
"File::Temp" => 0,
"HTTP::Headers" => 0,
"HTTP::Request::Common" => 0,
diff --git a/README.md b/README.md
index 76bdc6a..fe6991b 100644
--- a/README.md
+++ b/README.md
@@ -19,7 +19,7 @@ version from which the included [rt](https://metacpan.org/pod/rt) was extracted.
# COPYRIGHT
-Copyright 2014 Best Practical Solutions, LLC
+Copyright 2014-2018 by Best Practical Solutions, LLC
# LICENSE
diff --git a/lib/RT/Client/CLI.pm b/lib/RT/Client/CLI.pm
index b8672c6..066beb5 100644
--- a/lib/RT/Client/CLI.pm
+++ b/lib/RT/Client/CLI.pm
@@ -3,7 +3,7 @@ package RT::Client::CLI;
use strict;
use warnings;
use 5.008_005;
-our $VERSION = '4.2.11';
+our $VERSION = '4.4.3';
1;
__END__
@@ -31,7 +31,7 @@ version from which the included L<rt> was extracted.
=head1 COPYRIGHT
-Copyright 2014 Best Practical Solutions, LLC
+Copyright 2014-2018 by Best Practical Solutions, LLC
=head1 LICENSE
-----------------------------------------------------------------------
More information about the Bps-public-commit
mailing list