The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
name        = Test-LWP-UserAgent
author      = Karen Etheridge <ether@cpan.org>
copyright_holder = Karen Etheridge
copyright_year = 2012
license     = Perl_5

[@Author::ETHER]
:version = 0.033
installer = MakeMaker
AutoPrereqs.skip = ^MyApp::

[DynamicPrereqs]
-raw = $WriteMakefileArgs{PREREQ_PM}{'URI'} = $FallbackPrereqs{'URI'} = '1.62'
-raw = if $] >= '5.021002';

[Prereqs / DevelopRequires]
Test::Warnings = 0
HTTP::Message::PSGI = 0
Plack::Util = 0
JSON::MaybeXS = 0
Path::Tiny = 0

; authordep Pod::Weaver::Section::Contributors

[ContributorsFromGit]

[Test::CleanNamespaces]

[MetaResources]
x_IRC = irc://irc.perl.org/#perl-qa
x_MailingList = http://lists.perl.org/list/perl-qa.html

; copy the example tests into xt for additional test coverage
[GenerateFile / application_client_test]
filename = t/50-examples-application_client_test.t
content_is_template = 1
content = # generated from examples/application_client_test.t
content = {{ use Path::Tiny; path('examples/application_client_test.t')->slurp_raw; }}

[GenerateFile / call_psgi]
filename = t/51-call_psgi.t
content_is_template = 1
content = # generated from examples/call_psgi.t
content = {{ use Path::Tiny; path('examples/call_psgi.t')->slurp_raw; }}