The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

Name

Web::ComposableRequest::Constants - Functions that return constant values

Synopsis

   use Web::ComposableRequest::Constants qw( EXCEPTION_CLASS );

Description

Functions that return constant values

Configuration and Environment

Defines the following attributes;

Exception_Class

The name of the class used to throw exceptions. Defaults to Web::ComposableRequest::Exception

Subroutines/Methods

EXCEPTION_CLASS

The value of the "Exception_Class" attribute

FALSE

The digit zero

LANG

The default language en

NUL

The null (zero length) string

TRUE

The digit one

Diagnostics

None

Dependencies

Exporter::Tiny

Incompatibilities

There are no known incompatibilities in this module

Bugs and Limitations

There are no known bugs in this module. Please report problems to http://rt.cpan.org/NoAuth/Bugs.html?Dist=Web-ComposableRequest. Patches are welcome

Acknowledgements

Larry Wall - For the Perl programming language

Author

Peter Flanigan, <pjfl@cpan.org>

License and Copyright

Copyright (c) 2017 Peter Flanigan. All rights reserved

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

This program is distributed in the hope that it will be useful, but WITHOUT WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE