Skip to content

Commit

Permalink
doc: now we highly recommend Test::Nginx::Socket.
Browse files Browse the repository at this point in the history
  • Loading branch information
agentzh committed Dec 8, 2014
1 parent 426415c commit eb35a7a
Show file tree
Hide file tree
Showing 3 changed files with 35 additions and 35 deletions.
34 changes: 17 additions & 17 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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).
Expand All @@ -46,11 +46,11 @@ as in

- ngx\_echo

[http://github.com/agentzh/echo-nginx-module](http://github.com/agentzh/echo-nginx-module)
[https://github.com/openresty/echo-nginx-module](https://github.com/openresty/echo-nginx-module)

- ngx\_headers\_more

[http://github.com/agentzh/headers-more-nginx-module](http://github.com/agentzh/headers-more-nginx-module)
[https://github.com/openresty/headers-more-nginx-module](https://github.com/openresty/headers-more-nginx-module)

- ngx\_chunkin

Expand All @@ -62,55 +62,55 @@ as in

- ngx\_drizzle

[http://github.com/chaoslawful/drizzle-nginx-module](http://github.com/chaoslawful/drizzle-nginx-module)
[https://github.com/chaoslawful/drizzle-nginx-module](https://github.com/chaoslawful/drizzle-nginx-module)

- ngx\_rds\_json

[http://github.com/agentzh/rds-json-nginx-module](http://github.com/agentzh/rds-json-nginx-module)
[https://github.com/openresty/rds-json-nginx-module](https://github.com/openresty/rds-json-nginx-module)

- ngx\_rds\_csv

[http://github.com/agentzh/rds-csv-nginx-module](http://github.com/agentzh/rds-csv-nginx-module)
[https://github.com/openresty/rds-csv-nginx-module](https://github.com/openresty/rds-csv-nginx-module)

- ngx\_xss

[http://github.com/agentzh/xss-nginx-module](http://github.com/agentzh/xss-nginx-module)
[https://github.com/openresty/xss-nginx-module](https://github.com/openresty/xss-nginx-module)

- ngx\_srcache

[http://github.com/agentzh/srcache-nginx-module](http://github.com/agentzh/srcache-nginx-module)
[https://github.com/openresty/srcache-nginx-module](https://github.com/openresty/srcache-nginx-module)

- ngx\_lua

[http://github.com/chaoslawful/lua-nginx-module](http://github.com/chaoslawful/lua-nginx-module)
[https://github.com/chaoslawful/lua-nginx-module](https://github.com/chaoslawful/lua-nginx-module)

- ngx\_set\_misc

[http://github.com/agentzh/set-misc-nginx-module](http://github.com/agentzh/set-misc-nginx-module)
[https://github.com/openresty/set-misc-nginx-module](https://github.com/openresty/set-misc-nginx-module)

- ngx\_array\_var

[http://github.com/agentzh/array-var-nginx-module](http://github.com/agentzh/array-var-nginx-module)
[https://github.com/openresty/array-var-nginx-module](https://github.com/openresty/array-var-nginx-module)

- ngx\_form\_input

[http://github.com/calio/form-input-nginx-module](http://github.com/calio/form-input-nginx-module)
[https://github.com/calio/form-input-nginx-module](https://github.com/calio/form-input-nginx-module)

- ngx\_iconv

[http://github.com/calio/iconv-nginx-module](http://github.com/calio/iconv-nginx-module)
[https://github.com/calio/iconv-nginx-module](https://github.com/calio/iconv-nginx-module)

- ngx\_set\_cconv

[http://github.com/liseen/set-cconv-nginx-module](http://github.com/liseen/set-cconv-nginx-module)
[https://github.com/liseen/set-cconv-nginx-module](https://github.com/liseen/set-cconv-nginx-module)

- ngx\_postgres

[http://github.com/FRiCKLE/ngx\_postgres](http://github.com/FRiCKLE/ngx_postgres)
[https://github.com/FRiCKLE/ngx\_postgres](https://github.com/FRiCKLE/ngx_postgres)

- ngx\_coolkit

[http://github.com/FRiCKLE/ngx\_coolkit](http://github.com/FRiCKLE/ngx_coolkit)
[https://github.com/FRiCKLE/ngx\_coolkit](https://github.com/FRiCKLE/ngx_coolkit)

- Naxsi

Expand All @@ -120,7 +120,7 @@ as in

This module has a Git repository on Github, which has access for all.

http://github.com/agentzh/test-nginx
[https://github.com/openresty/test-nginx](https://github.com/openresty/test-nginx)

If you want a commit bit, feel free to drop me a line.

Expand Down
34 changes: 17 additions & 17 deletions lib/Test/Nginx.pm
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ This distribution provides two testing modules for Nginx C module development:
=item *
L<Test::Nginx::Socket> (This is recommended.)
L<Test::Nginx::Socket> (This is highly recommended.)
=item *
Expand Down Expand Up @@ -53,11 +53,11 @@ as in
=item ngx_echo
L<http://github.com/agentzh/echo-nginx-module>
L<https://github.com/openresty/echo-nginx-module>
=item ngx_headers_more
L<http://github.com/agentzh/headers-more-nginx-module>
L<https://github.com/openresty/headers-more-nginx-module>
=item ngx_chunkin
Expand All @@ -69,55 +69,55 @@ L<http://wiki.nginx.org/NginxHttpMemcModule>
=item ngx_drizzle
L<http://github.com/chaoslawful/drizzle-nginx-module>
L<https://github.com/chaoslawful/drizzle-nginx-module>
=item ngx_rds_json
L<http://github.com/agentzh/rds-json-nginx-module>
L<https://github.com/openresty/rds-json-nginx-module>
=item ngx_rds_csv
L<http://github.com/agentzh/rds-csv-nginx-module>
L<https://github.com/openresty/rds-csv-nginx-module>
=item ngx_xss
L<http://github.com/agentzh/xss-nginx-module>
L<https://github.com/openresty/xss-nginx-module>
=item ngx_srcache
L<http://github.com/agentzh/srcache-nginx-module>
L<https://github.com/openresty/srcache-nginx-module>
=item ngx_lua
L<http://github.com/chaoslawful/lua-nginx-module>
L<https://github.com/chaoslawful/lua-nginx-module>
=item ngx_set_misc
L<http://github.com/agentzh/set-misc-nginx-module>
L<https://github.com/openresty/set-misc-nginx-module>
=item ngx_array_var
L<http://github.com/agentzh/array-var-nginx-module>
L<https://github.com/openresty/array-var-nginx-module>
=item ngx_form_input
L<http://github.com/calio/form-input-nginx-module>
L<https://github.com/calio/form-input-nginx-module>
=item ngx_iconv
L<http://github.com/calio/iconv-nginx-module>
L<https://github.com/calio/iconv-nginx-module>
=item ngx_set_cconv
L<http://github.com/liseen/set-cconv-nginx-module>
L<https://github.com/liseen/set-cconv-nginx-module>
=item ngx_postgres
L<http://github.com/FRiCKLE/ngx_postgres>
L<https://github.com/FRiCKLE/ngx_postgres>
=item ngx_coolkit
L<http://github.com/FRiCKLE/ngx_coolkit>
L<https://github.com/FRiCKLE/ngx_coolkit>
=item Naxsi
Expand All @@ -129,7 +129,7 @@ L<http://code.google.com/p/naxsi/>
This module has a Git repository on Github, which has access for all.
http://github.com/agentzh/test-nginx
L<https://github.com/openresty/test-nginx>
If you want a commit bit, feel free to drop me a line.
Expand Down
2 changes: 1 addition & 1 deletion lib/Test/Nginx/Socket.pm
Original file line number Diff line number Diff line change
Expand Up @@ -3603,7 +3603,7 @@ stdout/stderr.
This module has a Git repository on Github, which has access for all:
L<https://github.com/agentzh/test-nginx>
L<https://github.com/openresty/test-nginx>
If you want a commit bit, feel free to drop me a line.
Expand Down

0 comments on commit eb35a7a

Please sign in to comment.