Group
Extension

Matches 1

Solstice ( M/MC/MCRAWFOR/Solstice-1440.tar.gz, MCRAWFOR, 2007; MetaCPAN )
Solstice/lib/Solstice/Controller/Remote.pm ( view source; MetaCPAN )
rollers.

=cut

use base qw(Solstice::Controller);

use strict;
use warnings;
use 5.006_000;

use JSON;
use Solstice::View::Remote;
use Solstice::ButtonService;
use Solstice::Session;
use Solstice::CG
 #prepare the js data
    my $data    = param('solstice_remote_data');
    my $json = JSON->new();
    $data = $json->jsonToObj($data);

    #Okay, what controller do we run?
    my $config = Solstice

Powered by Groonga
Maintained by Kenichi Ishigaki <ishigaki@cpan.org>. If you find anything, submit it on GitHub.