[Bps-public-commit] RT-Client-CLI branch, master, updated. c1e6871c327a0794f77ae8a9b8bb5cb997663bc7
Todd Wade
todd at bestpractical.com
Thu May 7 12:56:32 EDT 2015
The branch, master has been updated
via c1e6871c327a0794f77ae8a9b8bb5cb997663bc7 (commit)
from 67554eec6c2150c450015ace555a52cc7bf49244 (commit)
Summary of changes:
META.json | 8 ++++----
Makefile.PL | 4 ++--
dist.ini | 2 ++
lib/RT/Client/CLI.pm | 2 +-
4 files changed, 9 insertions(+), 7 deletions(-)
- Log -----------------------------------------------------------------
commit c1e6871c327a0794f77ae8a9b8bb5cb997663bc7
Author: Todd Wade <todd at bestpractical.com>
Date: Thu May 7 12:56:31 2015 -0400
4.2.11
diff --git a/META.json b/META.json
index ef02589..424c51b 100644
--- a/META.json
+++ b/META.json
@@ -12,7 +12,7 @@
"url" : "http://search.cpan.org/perldoc?CPAN::Meta::Spec",
"version" : 2
},
- "name" : "rt-client-cli",
+ "name" : "RT-Client-CLI",
"no_index" : {
"directory" : [
"t",
@@ -76,10 +76,10 @@
"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",
diff --git a/Makefile.PL b/Makefile.PL
index 94f0e77..dd88801 100644
--- a/Makefile.PL
+++ b/Makefile.PL
@@ -12,13 +12,13 @@ my %WriteMakefileArgs = (
"CONFIGURE_REQUIRES" => {
"ExtUtils::MakeMaker" => 0
},
- "DISTNAME" => "rt-client-cli",
+ "DISTNAME" => "RT-Client-CLI",
"EXE_FILES" => [
"script/rt"
],
"LICENSE" => "gpl",
"MIN_PERL_VERSION" => "5.008005",
- "NAME" => "rt::client::cli",
+ "NAME" => "RT::Client::CLI",
"PREREQ_PM" => {
"Cwd" => 0,
"File::Temp" => 0,
diff --git a/dist.ini b/dist.ini
index 4dba53e..4370621 100644
--- a/dist.ini
+++ b/dist.ini
@@ -1,3 +1,5 @@
+name = RT-Client-CLI
+
[@Milla]
installer = MakeMaker
diff --git a/lib/RT/Client/CLI.pm b/lib/RT/Client/CLI.pm
index 8a68015..b8672c6 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.7';
+our $VERSION = '4.2.11';
1;
__END__
-----------------------------------------------------------------------
More information about the Bps-public-commit
mailing list