Mailing List Archive

Patch for HTML::Prototype
I just checked out Catalyst trunk and ran into a problem compiling
HTML::Prototype. Here's a patch that appears to be the right fix.

Drew

svn diff Prototype.pm
Index: Prototype.pm
===================================================================
--- Prototype.pm (revision 330)
+++ Prototype.pm (working copy)
@@ -185,7 +185,7 @@
=cut

sub observe_field {
- my ( $self, $id, $options ) = @_;
+ my ( $self, $fid, $options ) = @_;
_build_observer( 'Form.Element.Observer', $fid, $options );
}



--
----------------------------------------------------------------
Drew Taylor * Web development & consulting
Email: drew@drewtaylor.com * Site implementation & hosting
Web : www.drewtaylor.com <http://www.drewtaylor.com> *
perl/mod_perl/DBI/mysql/postgres
----------------------------------------------------------------
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.rawmode.org/pipermail/catalyst/attachments/20050414/b7e6cdeb/attachment.html
Patch for HTML::Prototype [ In reply to ]
Am 14.04.2005 um 17:32 schrieb Drew Taylor:

> I just checked out Catalyst trunk and ran into a problem compiling
> HTML::Prototype. Here's a patch that appears to be the right fix.

Hey, just wanted to announce HTML::Prototype... :P
Thx for the patch, applied.

--
sebastian