Group
Extension

Matches 1

Dancer2-Plugin-Cart ( A/AM/AMORTEGUI/Dancer2-Plugin-Cart-1.0001.tar.gz, AMORTEGUI, 2017; MetaCPAN )
Dancer2-Plugin-Cart/lib/Dancer2/Plugin/Cart.pm ( view source; MetaCPAN )
2 app.
use strict;
use warnings;
use Dancer2::Plugin;
use Dancer2::Plugin::Cart::InlineViews;
use JSON;
our $VERSION = '1.0001';  #Version


BEGIN{
  has 'product_list' => (
    is => 'ro',
    from_c

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