The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

NAME

Plack::Test::Debugger - A subclass of Plack::Test suitable for testing the debugger

VERSION

version 0.03

DESCRIPTION

This module simply extends the Plack::Test module to set the PLACK_TEST_IMPL variable in %ENV such that Plack::Test will use the Plack::Test::MockHTTP::WithCleanupHandlers to run all the tests. See the module for more information.

ACKNOWLEDGMENT

This module was originally developed for Booking.com. With approval from Booking.com, this module was generalized and published on CPAN, for which the authors would like to express their gratitude.

AUTHOR

Stevan Little <stevan@cpan.org>

COPYRIGHT AND LICENSE

This software is copyright (c) 2014 by Stevan Little.

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