summaryrefslogtreecommitdiff
path: root/Changes
blob: 332577a999629b762f950149143ddfa48070387f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
Revision history for Perl extension Test::Fake::HTTPD

0.09 2020-08-16T05:08:38Z
    - update testing certificate (#5)
    - added "host" option to support IPv6 (#4)

0.08 2017-03-01T05:47:27Z
    - repackage with Minilla
    - added extra_daemon_args DSL (for almost HTTP::Daemon::SSL)

0.07 2015-01-25T16:33:49Z
    - Add an explicit dependency on Test::SharedFork to avoid issues with the new Test::Builder.
    (Reported by dolmen++)

0.06
    - add unexported enable_ssl() helper

0.05
    - check if SSL is enable

0.04
    - support HTTPS server

0.03
    - added inc/ to package

0.02
    - added host_port() and endpoint() accessors
    - memory tests are moved to xt/

0.01
    - original version