Skip Menu |

This queue is for tickets about the Method-Signatures CPAN distribution.

Report information
The Basics
Id: 32095
Status: resolved
Priority: 0/
Queue: Method-Signatures

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

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



Subject: could use Data::Bind
Data::Bind comes with magic, and it also comes with a Signature object. Method::Signatures replaces that magic, but can still enjoy the signature object for Perl 6 binding semantics.
Subject: Re: [rt.cpan.org #32095] could use Data::Bind
Date: Sat, 05 Jan 2008 06:14:53 -0800
To: bug-Method-Signatures [...] rt.cpan.org
From: Michael G Schwern <schwern [...] pobox.com>
יובל קוג'מן via RT wrote: Show quoted text
> Data::Bind comes with magic, and it also comes with a Signature object. > > Method::Signatures replaces that magic, but can still enjoy the signature object for Perl 6 > binding semantics.
Uhh... I don't understand what I'm supposed to do with this information. -- Ahh email, my old friend. Do you know that revenge is a dish that is best served cold? And it is very cold on the Internet!
I figured out what to do with that information. The Data::Bind docs are kinda sparse. It worked, but it was really slow. Like 400x slower. So I'm going to have to do custom, "you only get the performance hit if you use it" hacks instead.