[Catalyst] Patch for HTML::Prototype
Drew Taylor
taylor.andrew.j at gmail.com
Thu Apr 14 17:32:53 CEST 2005
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 at 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
More information about the Catalyst
mailing list