Skip Menu |

This queue is for tickets about the HTTP-Server-Simple-Mason CPAN distribution.

Report information
The Basics
Id: 71401
Status: rejected
Priority: 0/
Queue: HTTP-Server-Simple-Mason

People
Owner: Nobody in particular
Requestors: dmacks [...] netspace.org
Cc:
AdminCc:

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



Subject: Missing dependency on Encode
Date: Sun, 02 Oct 2011 14:00:40 -0400
To: bug-HTTP-Server-Simple-Mason [...] rt.cpan.org
From: "Daniel Macks" <dmacks [...] netspace.org>
HTTP-Server-Simple-Mason-0.14 added code that directly uses the Encode module, but does not have an entry for it as a Makefile.PL requires(). The self-tests still do pass, as I do have Encode installed as a side-effect of something else (recursive subdependency of LWP, whose presence is checked at the start of the selftests). However, Encode is not in the recursive dependency tree of HTTP::S::S::M itself. dan -- Daniel Macks dmacks@netspace.org
Subject: Re: [rt.cpan.org #71401] Missing dependency on Encode
Date: Mon, 3 Oct 2011 11:40:35 +0200
To: bug-HTTP-Server-Simple-Mason [...] rt.cpan.org
From: Ruslan Zakirov <ruz [...] bestpractical.com>
On Sun, Oct 2, 2011 at 8:00 PM, dmacks@netspace.org via RT <bug-HTTP-Server-Simple-Mason@rt.cpan.org> wrote: Show quoted text
> HTTP-Server-Simple-Mason-0.14 added code that directly uses the Encode module, but does not have an entry for it as a Makefile.PL requires(). The self-tests still do pass, as I do have Encode installed as a side-effect of something else (recursive subdependency of LWP, whose presence is checked at the start of the selftests). However, Encode is not in the recursive dependency tree of HTTP::S::S::M itself. >
Module is part of perl core and probably will be there for a long time. Show quoted text
> dan > >  -- > Daniel Macks > dmacks@netspace.org > > >
-- Best regards, Ruslan.