From e6f20bbad5937005768594737192413dd5eb3cdc Mon Sep 17 00:00:00 2001 From: Shlomi Fish Date: Sun, 5 Apr 2015 09:22:14 +0300 Subject: [PATCH 1/4] Made Makefile.PL non-executable. --- Changes | 4 ++++ Makefile.PL | 0 2 files changed, 4 insertions(+) mode change 100755 => 100644 Makefile.PL diff --git a/Changes b/Changes index 79b748e..9676ca8 100644 --- a/Changes +++ b/Changes @@ -1,5 +1,9 @@ This file documents the revision history for Perl extension MojoX::JSON::RPC. +0.09 Unknown + - Remove executable flag from "Makefile.PL". + - CPANTS Kwalitee and good practice. + 0.08 2015-02-08 00:00:00 - Fixed typo in credit - Bumped version. 0.0.7 was packaged incorrectly. diff --git a/Makefile.PL b/Makefile.PL old mode 100755 new mode 100644 From b5438caf27fe1290caff6bd1427c74731ce1d4e2 Mon Sep 17 00:00:00 2001 From: Shlomi Fish Date: Sun, 5 Apr 2015 09:28:12 +0300 Subject: [PATCH 2/4] Remove MYMETA.yml and MYMETA.json. --- .gitignore | 2 ++ Changes | 3 +++ MANIFEST.SKIP | 1 + 3 files changed, 6 insertions(+) diff --git a/.gitignore b/.gitignore index 355723e..3a3d4bf 100644 --- a/.gitignore +++ b/.gitignore @@ -10,3 +10,5 @@ MANIFEST* !MANIFEST.SKIP pm_to_blib Makefile +MYMETA.json +MYMETA.yml diff --git a/Changes b/Changes index 9676ca8..a280322 100644 --- a/Changes +++ b/Changes @@ -3,6 +3,9 @@ This file documents the revision history for Perl extension MojoX::JSON::RPC. 0.09 Unknown - Remove executable flag from "Makefile.PL". - CPANTS Kwalitee and good practice. + - Put MYMETA.yml and MYMETA.json in MANIFEST.SKIP + - Also remove them from the distribution. + - Kwalitee and good practice. 0.08 2015-02-08 00:00:00 - Fixed typo in credit diff --git a/MANIFEST.SKIP b/MANIFEST.SKIP index 3bc5974..5dedbe3 100644 --- a/MANIFEST.SKIP +++ b/MANIFEST.SKIP @@ -2,4 +2,5 @@ ^pm_to_blib .*\.old$ ^Makefile$ +^MYMETA\.(?:json|yml)$ ^\.git From 56ea6a2206f8e5a37764d9f03edcfc3d53b4c7e3 Mon Sep 17 00:00:00 2001 From: Shlomi Fish Date: Sun, 5 Apr 2015 09:33:06 +0300 Subject: [PATCH 3/4] Fix some grammar typos. --- README.pod | 6 +++--- lib/MojoX/JSON/RPC.pm | 8 ++++---- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/README.pod b/README.pod index b90daf3..f2c64ba 100644 --- a/README.pod +++ b/README.pod @@ -3,7 +3,7 @@ =head1 NAME -MojoX::JSON::RPC - Perl implementation of JSON-RPC 2.0 protocol for Mojolicious +MojoX::JSON::RPC - a Perl implementation of the JSON-RPC 2.0 protocol for Mojolicious =head1 SYNOPSIS @@ -94,8 +94,8 @@ Non-blocking client: =head1 DESCRIPTION -This module implments a client and a server plugin for JSON-RPC 2.0 for use -with Mojolicious. +This module implments a client plugin and a server plugin for JSON-RPC 2.0 for +use with Mojolicious. This module follows the draft specficiation for JSON-RPC 2.0. More information can be found at L. diff --git a/lib/MojoX/JSON/RPC.pm b/lib/MojoX/JSON/RPC.pm index cc9b9d4..9aec7a7 100644 --- a/lib/MojoX/JSON/RPC.pm +++ b/lib/MojoX/JSON/RPC.pm @@ -10,11 +10,11 @@ __END__ =head1 NAME -MojoX::JSON::RPC - Perl implementation of JSON-RPC 2.0 protocol for Mojolicious +MojoX::JSON::RPC - a Perl implementation of the JSON-RPC 2.0 protocol for Mojolicious =head1 SYNOPSIS -Server as plugin (L): +Server as a plugin (L): #!/usr/bin/env perl use Mojolicious::Lite; @@ -101,8 +101,8 @@ Non-blocking client: =head1 DESCRIPTION -This module implments a client and a server plugin for JSON-RPC 2.0 for use -with Mojolicious. +This module implments a client plugin and a server plugin for JSON-RPC 2.0 for +use with Mojolicious. This module follows the draft specficiation for JSON-RPC 2.0. More information can be found at L. From 7269220587ecbbdbf2e054fd988a73825d93bc7c Mon Sep 17 00:00:00 2001 From: Shlomi Fish Date: Sun, 5 Apr 2015 09:36:33 +0300 Subject: [PATCH 4/4] Add more generated files2 MAN.SKIP/.gitignore --- .gitignore | 1 + MANIFEST.SKIP | 3 +++ 2 files changed, 4 insertions(+) diff --git a/.gitignore b/.gitignore index 3a3d4bf..d77561f 100644 --- a/.gitignore +++ b/.gitignore @@ -12,3 +12,4 @@ pm_to_blib Makefile MYMETA.json MYMETA.yml +_eumm diff --git a/MANIFEST.SKIP b/MANIFEST.SKIP index 5dedbe3..42c146d 100644 --- a/MANIFEST.SKIP +++ b/MANIFEST.SKIP @@ -4,3 +4,6 @@ ^Makefile$ ^MYMETA\.(?:json|yml)$ ^\.git +^_eumm/ +^MojoX-JSON-RPC-[0-9] +~$