Revision history for Web::Request::Role::Response
1.008     2021-04-04 16:04:13+02:00
    - move data from global dist.ini into dist (Thomas Klausner)
1.007     2021-04-03 19:37:58+02:00
    - Use a declarative definition of the app in tests (E. Choroba)
1.006     2021-01-01 18:52:31+01:00
    - dist housekeeping: github issues,
      Dist::Zilla::PluginBundle::Author::DOMM
1.005	2019-08-01T17:30:28
    - Fixed minor typo in the pod. (Mohammad S Anwar)
1.004   2019-08-01T11:24:37
    - fix typo in docs (spotted by davewood)
1.003   2017-05-09T14:07:15
    - load Web::Response instead of Plack::Response
1.002   2017-02-06T12:56:41
    - only call uri_for on HASHREF so we can redirect to URI objects etc
      (Thomas Klausner)
1.001	2017-01-21T15:17:50
    - remove 'new_' from response methods names (Thomas Klausner)
1.000   2017-01-20T21:29:53
    - added tests & docs
    - extracted from Validad::Tools