Group
Extension

Matches 1

Dancer2-Plugin-Interchange6 ( S/SY/SYSPETE/Dancer2-Plugin-Interchange6-0.204.tar.gz, SYSPETE, 2020; MetaCPAN )
Dancer2-Plugin-Interchange6/lib/Dancer2/Plugin/Interchange6/Cart.pm ( view source; MetaCPAN )
ge6::Schema::Result::Cart>.

=cut

use strict;
use warnings;

use Interchange6::Types -types;
use JSON::MaybeXS ();
use MooseX::CoverableModifiers;
use Module::Runtime 'use_module';

use Moo;
extends 
= $self->dbic_cart_products->order_by( 'cart_position',
        'cart_products_id' );

    my $json = JSON::MaybeXS->new;

    while ( my $record = $rset->next ) {

        push @products,
          {
->weight,
            combine       => $record->combine,
            $record->extra ? ( extra => $json->decode( $record->extra ) ) : (),
          };
    }

    # use seed to avoid hooks
    $self->se

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