File: README.md

package info (click to toggle)
libhttp-throwable-perl 0.026-2
  • links: PTS, VCS
  • area: main
  • in suites: buster, stretch
  • size: 428 kB
  • ctags: 147
  • sloc: perl: 1,406; makefile: 18
file content (46 lines) | stat: -rw-r--r-- 753 bytes parent folder | download | duplicates (3)
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
33
34
35
36
37
38
39
40
41
42
43
44
45
46
# HTTP-Throwable

This is a set of strongy-typed, PSGI-friendly exception
classes corresponding to the HTTP error status code
(4xx-5xx) as well as the redirection codes (3xx).

## Installation

To install this module type the following:

    perl Makefile.PL
    make
    make test
    make install

## Dependencies

This module requires these other modules and libraries:

    Moo
    MooX::StrictConstructor
    Throwable
    Plack
    List::AllUtils
    Types::Standard
    Type::Tiny
    Package::Variant
    namespace::clean

## Copyright and License

Copyright (C) 2011 Infinity Interactive, Inc.

(http://www.iinteractive.com)

This library is free software; you can redistribute it and/or modify
it under the same terms as Perl itself.