Skip Menu |

This queue is for tickets about the Dancer-Plugin-Mongo CPAN distribution.

Report information
The Basics
Id: 68370
Status: resolved
Priority: 0/
Queue: Dancer-Plugin-Mongo

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

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



Subject: Errors on no config
According to documentation all config options are option. But currently the module only works as long as there is at least one config option. Here is an idea to make it work completely without any config. Change in sub _slurp_settings from my $args; to my $args = {};
Hi, Thanks for the interest in the module. I'll take a look now with an aim to push a new version out later this evening. Once again thanks for the interest and the patch. Cheers, Adam On Sun May 22 02:45:31 2011, SAUBER wrote: Show quoted text
> According to documentation all config options are option. But > currently the module only works > as long as there is at least one config option. > > Here is an idea to make it work completely without any config. Change > in sub _slurp_settings > from > > my $args; > > to > > my $args = {};
Right I've just pushed a new version to CPAN. Let me know if it fixes the issue for you.
Subject: Re: [rt.cpan.org #68370] Errors on no config
Date: Tue, 24 May 2011 22:53:54 +0900
To: "bug-Dancer-Plugin-Mongo [...] rt.cpan.org" <bug-Dancer-Plugin-Mongo [...] rt.cpan.org>
From: Soren Dossing <saubersound [...] gmail.com>
Yup, it looks good. Thanks for making code and documentation consistent. Sent from my iPhone On 24/05/2011, at 07.10, "Adam Taylor via RT" <bug-Dancer-Plugin-Mongo@rt.cpan.org> wrote: Show quoted text
> <URL: https://rt.cpan.org/Ticket/Display.html?id=68370 > > > Right I've just pushed a new version to CPAN. Let me know if it fixes the issue for you.
Code updated, issue resolved.