Skip Menu |

This queue is for tickets about the Poet CPAN distribution.

Report information
The Basics
Id: 80555
Status: rejected
Priority: 0/
Queue: Poet

People
Owner: Nobody in particular
Requestors: CYBAEA [...] cpan.org
Cc:
AdminCc:

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



Subject: Missind dependencies
The default use of Poet has two missing dependencies: 1. Filesys::Notify::Simple which is needed for the development mode 2. Log::Any::Adapter::Log4perl which is needed for the default logging. These two are not installed by cpanm -S Poet The latter gives a logs/poet.log.ERROR file with the content [Thu Nov 1 20:48:15 2012] Could not load Log::Log4perl or Log::Any::Adapter::Log4perl. Install them to enable logging, or modify logging for your application (see Poet::Manual::Subclassing). (substitute your own date and time)
Subject: Re: [rt.cpan.org #80555] Missind dependencies
Date: Sat, 24 Nov 2012 07:47:34 -0500
To: bug-Poet [...] rt.cpan.org
From: Jonathan Swartz <swartz [...] pobox.com>
Show quoted text
> The default use of Poet has two missing dependencies: > > 1. Filesys::Notify::Simple which is needed for the development mode >
Poet doesn't use this module… ?? Show quoted text
> 2. Log::Any::Adapter::Log4perl which is needed for the default logging. > > These two are not installed by cpanm -S Poet > > The latter gives a logs/poet.log.ERROR file with the content > [Thu Nov 1 20:48:15 2012] Could not load Log::Log4perl or > Log::Any::Adapter::Log4perl. Install them to enable logging, or modify > logging for your application (see Poet::Manual::Subclassing).
Yes, that is exactly the behavior I wanted. I did not want to depend on Log4perl, but if Log4perl was installed then I wanted things to just work.
Subject: Re: [rt.cpan.org #80555] Missind dependencies
Date: Sat, 24 Nov 2012 12:51:15 +0000
To: bug-Poet [...] rt.cpan.org
From: Allan Engelhardt <cybaea [...] gmail.com>
On 24/11/12 12:47, Jonathan Swartz via RT wrote: Show quoted text
> <URL: https://rt.cpan.org/Ticket/Display.html?id=80555 > >
>> The default use of Poet has two missing dependencies: >> >> 1. Filesys::Notify::Simple which is needed for the development mode >>
> Poet doesn't use this module… ??
Maybe Plack does depending on the settings you pass to it? It seems to be the feature to recompile modules when the source files change that needs this? Allan
Subject: Re: [rt.cpan.org #80555] Missind dependencies
Date: Sat, 24 Nov 2012 07:57:44 -0500
To: bug-Poet [...] rt.cpan.org
From: Jonathan Swartz <swartz [...] pobox.com>
On Nov 24, 2012, at 7:51 AM, Allan Engelhardt via RT wrote: Show quoted text
> Queue: Poet > Ticket <URL: https://rt.cpan.org/Ticket/Display.html?id=80555 > > > > On 24/11/12 12:47, Jonathan Swartz via RT wrote:
>> <URL: https://rt.cpan.org/Ticket/Display.html?id=80555 > >>
>>> The default use of Poet has two missing dependencies: >>> >>> 1. Filesys::Notify::Simple which is needed for the development mode >>>
>> Poet doesn't use this module… ??
> > Maybe Plack does depending on the settings you pass to it? It seems to > be the feature to recompile modules when the source files change that > needs this?
Plack has this as a dependency. https://metacpan.org/release/Plack