From 05307b9094e465dc985ad55cd61fc67c4efe69a5 Mon Sep 17 00:00:00 2001 From: "Yichun Zhang (agentzh)" Date: Sun, 7 Dec 2014 18:42:19 -0800 Subject: [PATCH] doc: now we highly recommend Test::Nginx::Socket. --- README.md | 2 +- lib/Test/Nginx.pm | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index d3bedec9..590f753f 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,7 @@ Table of Contents This distribution provides two testing modules for Nginx C module development: -- [Test::Nginx::Socket](https://metacpan.org/pod/Test::Nginx::Socket) (This is recommended.) +- [Test::Nginx::Socket](https://metacpan.org/pod/Test::Nginx::Socket) (This is highly recommended.) - [Test::Nginx::LWP](https://metacpan.org/pod/Test::Nginx::LWP) (This is obsolete.) All of them are based on [Test::Base](https://metacpan.org/pod/Test::Base). diff --git a/lib/Test/Nginx.pm b/lib/Test/Nginx.pm index 8d91d7b4..30d562e1 100644 --- a/lib/Test/Nginx.pm +++ b/lib/Test/Nginx.pm @@ -21,7 +21,7 @@ This distribution provides two testing modules for Nginx C module development: =item * -L (This is recommended.) +L (This is highly recommended.) =item *