[Bps-public-commit] RT-Client-CLI branch, master, updated. 67554eec6c2150c450015ace555a52cc7bf49244
Todd Wade
todd at bestpractical.com
Thu May 7 12:32:04 EDT 2015
The branch, master has been updated
via 67554eec6c2150c450015ace555a52cc7bf49244 (commit)
from a6be71f17f6dfa0ca48aba08ba6d817bf6a5efa0 (commit)
Summary of changes:
Changes | 5 +++++
META.json | 31 +++++++++++++++++++------------
Makefile.PL | 20 ++++++++------------
3 files changed, 32 insertions(+), 24 deletions(-)
- Log -----------------------------------------------------------------
commit 67554eec6c2150c450015ace555a52cc7bf49244
Author: Todd Wade <todd at bestpractical.com>
Date: Thu May 7 12:30:45 2015 -0400
update changelog and commit `milla release' result
diff --git a/Changes b/Changes
index b70a5b4..08f7453 100644
--- a/Changes
+++ b/Changes
@@ -1,5 +1,10 @@
Revision history for RT-Client-CLI
+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
+ - Allow GSSAPI authentication with bin/rt (#25074)
+
4.2.7 2014-10-27
- Allow status modification while commenting
- with 'rt ls', only ask for the fields that will be displayed
diff --git a/META.json b/META.json
index 99d2b38..ef02589 100644
--- a/META.json
+++ b/META.json
@@ -4,19 +4,24 @@
"Best Practical Solutions, LLC"
],
"dynamic_config" : 0,
- "generated_by" : "Dist::Milla version v1.0.8, Dist::Zilla version 5.019, CPAN::Meta::Converter version 2.140640",
+ "generated_by" : "Dist::Zilla version 5.036, Dist::Milla version v1.0.15, CPAN::Meta::Converter version 2.150001",
"license" : [
"gpl_2"
],
"meta-spec" : {
"url" : "http://search.cpan.org/perldoc?CPAN::Meta::Spec",
- "version" : "2"
+ "version" : 2
},
- "name" : "RT-Client-CLI",
+ "name" : "rt-client-cli",
"no_index" : {
"directory" : [
- "devel",
- "t"
+ "t",
+ "xt",
+ "inc",
+ "share",
+ "eg",
+ "examples",
+ "devel"
],
"package" : [
"Session"
@@ -38,12 +43,12 @@
"prereqs" : {
"configure" : {
"requires" : {
- "ExtUtils::MakeMaker" : "6.30"
+ "ExtUtils::MakeMaker" : "0"
}
},
"develop" : {
"requires" : {
- "Dist::Milla" : "v1.0.8",
+ "Dist::Milla" : "v1.0.15",
"Test::Pod" : "1.41"
}
},
@@ -71,19 +76,21 @@
"release_status" : "stable",
"resources" : {
"bugtracker" : {
- "mailto" : "bug-RT-Client-CLI at rt.cpan.org",
- "web" : "https://rt.cpan.org/Public/Dist/Display.html?Name=RT-Client-CLI"
+ "mailto" : "bug-rt-client-cli at rt.cpan.org",
+ "web" : "https://rt.cpan.org/Public/Dist/Display.html?Name=rt-client-cli"
},
- "homepage" : "https://metacpan.org/module/RT-Client-CLI",
+ "homepage" : "https://metacpan.org/module/rt-client-cli",
"repository" : {
"type" : "git",
"url" : "git://github.com/bestpractical/rt-client-cli.git",
"web" : "https://github.com/bestpractical/rt-client-cli"
}
},
- "version" : "4.2.7",
+ "version" : "4.2.11",
"x_contributors" : [
- "Thomas Sibley <trs at bestpractical.com>"
+ "Alex Vandiver <alexmv at bestpractical.com>",
+ "Thomas Sibley <trs at bestpractical.com>",
+ "Todd Wade <todd at bestpractical.com>"
]
}
diff --git a/Makefile.PL b/Makefile.PL
index 5b9afc2..94f0e77 100644
--- a/Makefile.PL
+++ b/Makefile.PL
@@ -1,26 +1,24 @@
-
-# This file was automatically generated by Dist::Zilla::Plugin::MakeMaker v5.019.
+# This file was automatically generated by Dist::Zilla::Plugin::MakeMaker v5.036.
use strict;
use warnings;
use 5.008005;
-use ExtUtils::MakeMaker 6.30;
-
-
+use ExtUtils::MakeMaker;
my %WriteMakefileArgs = (
"ABSTRACT" => "Provides the official rt command line client",
"AUTHOR" => "Best Practical Solutions, LLC",
"CONFIGURE_REQUIRES" => {
- "ExtUtils::MakeMaker" => "6.30"
+ "ExtUtils::MakeMaker" => 0
},
- "DISTNAME" => "RT-Client-CLI",
+ "DISTNAME" => "rt-client-cli",
"EXE_FILES" => [
"script/rt"
],
"LICENSE" => "gpl",
- "NAME" => "RT::Client::CLI",
+ "MIN_PERL_VERSION" => "5.008005",
+ "NAME" => "rt::client::cli",
"PREREQ_PM" => {
"Cwd" => 0,
"File::Temp" => 0,
@@ -36,7 +34,7 @@ my %WriteMakefileArgs = (
"TEST_REQUIRES" => {
"Test::More" => "0.88"
},
- "VERSION" => "4.2.7",
+ "VERSION" => "4.2.11",
"test" => {
"TESTS" => "t/*.t"
}
@@ -45,6 +43,7 @@ my %WriteMakefileArgs = (
my %FallbackPrereqs = (
"Cwd" => 0,
+ "ExtUtils::MakeMaker" => 0,
"File::Temp" => 0,
"HTTP::Headers" => 0,
"HTTP::Request::Common" => 0,
@@ -68,6 +67,3 @@ delete $WriteMakefileArgs{CONFIGURE_REQUIRES}
unless eval { ExtUtils::MakeMaker->VERSION(6.52) };
WriteMakefile(%WriteMakefileArgs);
-
-
-
-----------------------------------------------------------------------
More information about the Bps-public-commit
mailing list