kropotkin wrote:
't locate object method "add_callback" via package "MyPackage" at
/usr/lib/perl5/site_perl/5.8.8/CGI/Application/Plugin/JSON.pm line 232

This is my code:

use CGI::Application::Plugin::JSON ':all';
$JSON::Any::UTF8 = 1;
return        $self->json_body({text => 'test', fail => (my $filefail ?
'fail' : 'ok')});

You need to use a CGI::Application::Plugin::* module within a CGI::Application based object. Otherwise it can't add the appropriate methods or callbacks.

--
Michael Peters
Plus Three, LP


#####  CGI::Application community mailing list  ################
##                                                            ##
##  To unsubscribe, or change your message delivery options,  ##
##  visit:  http://www.erlbaum.net/mailman/listinfo/cgiapp    ##
##                                                            ##
##  Web archive:   http://www.erlbaum.net/pipermail/cgiapp/   ##
##  Wiki:          http://cgiapp.erlbaum.net/                 ##
##                                                            ##
################################################################

Reply via email to