Skip Menu |

Preferred bug tracker

Please visit the preferred bug tracker to report your issue.

This queue is for tickets about the AnyEvent-Filesys-Notify CPAN distribution.

Report information
The Basics
Id: 104554
Status: resolved
Priority: 0/
Queue: AnyEvent-Filesys-Notify

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

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



Subject: should be using namespace::autoclean
namespace::sweep is now obsolete and namespace::autoclean handles more cases, more properly. Anything using Moose, Moo or Mouse should absolutely be using namespace::autoclean; for a few situations (e.g. exporter classes) namespace::clean might be preferable, but a ticket reporting the issue would still be very much welcomed. see https://rt.cpan.org/Ticket/Display.html?id=101222
Subject: Re: [rt.cpan.org #104554] should be using namespace::autoclean
Date: Wed, 20 May 2015 08:30:19 -0400
To: bug-AnyEvent-Filesys-Notify <bug-AnyEvent-Filesys-Notify [...] rt.cpan.org>
From: "Mark Grimes." <mgrimes [...] cpan.org>
Thanks for the report. I was using namespace::sweep because ::autoclean had Class::MOP as a prerequisite at one time. That seemed awfully heavy in the wake of switching from Moose to Moo. v1.17 switches (back) to ::autoclean. On Tue, May 19, 2015 at 7:23 PM, Karen Etheridge via RT < bug-AnyEvent-Filesys-Notify@rt.cpan.org> wrote: Show quoted text
> Tue May 19 19:23:46 2015: Request 104554 was acted upon. > Transaction: Ticket created by ETHER > Queue: AnyEvent-Filesys-Notify > Subject: should be using namespace::autoclean > Broken in: (no value) > Severity: (no value) > Owner: Nobody > Requestors: ether@cpan.org > Status: new > Ticket <URL: https://rt.cpan.org/Ticket/Display.html?id=104554 > > > > namespace::sweep is now obsolete and namespace::autoclean handles more > cases, more properly. Anything using Moose, Moo or Mouse should absolutely > be using namespace::autoclean; for a few situations (e.g. exporter classes) > namespace::clean might be preferable, but a ticket reporting the issue > would still be very much welcomed. > > see https://rt.cpan.org/Ticket/Display.html?id=101222 > >
On 2015-05-20 05:31:13, MGRIMES wrote: Show quoted text
>I was using namespace::sweep because > ::autoclean had > Class::MOP as a prerequisite at one time. That seemed awfully heavy in > the > wake of switching from Moose to Moo.
Yep, that was horrible and not really intended - all fixed now (as of release 0.16) :)