/moosex-types-http

MooseX::Types::HTTP - HTTP related types and coercions for Moose

Primary LanguagePerl

MooseX-Types-HTTP version 0.0.1

MooseX::Types::HTTP - HTTP related types and coercions for Moose

At the moment, I only needed HTTP::Request and HTTP::Response, so that
is all this does

INSTALLATION

To install this module, run the following commands:

	perl Makefile.PL
	make
	make test
	make install


DEPENDENCIES

    {
        'Moose'                      => '0.50',
        'MooseX::Types'              => 0,
        'MooseX::Types::Path::Class' => 0,
        'HTTP::Request'              => 0,
        'HTTP::Response'             => 0,
        'namespace::clean'           => '0.08',
    }


COPYRIGHT AND LICENCE

Copyright (C) 2010, James E. Marca

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