Skip to content

Commit 05307b9

Browse files
committed
doc: now we highly recommend Test::Nginx::Socket.
1 parent 426415c commit 05307b9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ Table of Contents
2121

2222
This distribution provides two testing modules for Nginx C module development:
2323

24-
- [Test::Nginx::Socket](https://metacpan.org/pod/Test::Nginx::Socket) (This is recommended.)
24+
- [Test::Nginx::Socket](https://metacpan.org/pod/Test::Nginx::Socket) (This is highly recommended.)
2525
- [Test::Nginx::LWP](https://metacpan.org/pod/Test::Nginx::LWP) (This is obsolete.)
2626

2727
All of them are based on [Test::Base](https://metacpan.org/pod/Test::Base).

lib/Test/Nginx.pm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ This distribution provides two testing modules for Nginx C module development:
2121
2222
=item *
2323
24-
L<Test::Nginx::Socket> (This is recommended.)
24+
L<Test::Nginx::Socket> (This is highly recommended.)
2525
2626
=item *
2727

0 commit comments

Comments
 (0)