Skip Menu |

This queue is for tickets about the Plack-Middleware-ReverseProxy CPAN distribution.

Report information
The Basics
Id: 70437
Status: resolved
Priority: 0/
Queue: Plack-Middleware-ReverseProxy

People
Owner: danjou [...] mac.com
Requestors: bobtfish [...] bobtfish.net
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: (no value)
Fixed in: (no value)



Subject: Bundled YAML does not work.
t/00_compile.t .... ok Can't locate YAML/Base.pm in @INC (@INC contains: t/lib /tmp/buildd/libplack-middleware-reverseproxy-perl-0.09/inc /tmp/buildd/libplack-middleware-reverseproxy-perl-0.09/blib/lib /tmp/buildd/libplack-middleware-reverseproxy-perl-0.09/blib/arch /etc/perl /usr/local/lib/perl/5.10.1 /usr/local/share/perl/5.10.1 /usr/lib/perl5 /usr/share/perl5 /usr/lib/perl/5.10 /usr/share/perl/5.10 /usr/local/lib/site_perl .) at /tmp/buildd/libplack-middleware-reverseproxy-perl-0.09/inc/YAML.pm line 6, <DATA> line 1. BEGIN failed--compilation aborted at /tmp/buildd/libplack-middleware-reverseproxy-perl-0.09/inc/YAML.pm line 6, <DATA> line 1. Compilation failed in require at /tmp/buildd/libplack-middleware-reverseproxy-perl-0.09/inc/Test/Base/Filter.pm line 328, <DATA> line 1. # Looks like your test exited with 2 before it could output anything. The version of YAML bundled in the inc/ directory needs YAML::Base, however this isn't bundled. Therefore this package won't build in an environment which doesn't have YAML installed.