The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

Search results for "dist:Handel"

Handel - A cart/order/checkout framework with AxKit/TT/Catalyst support River stage one • 2 direct dependents • 2 total dependents

This is a generic class containing the default configuration used by other Handel classes. To learn more about what Handel is and how it works, take a look at the manual....

CLACO/Handel-1.00014 - 30 Dec 2011 15:09:23 UTC

Handel::L10N - Localization module for Handel River stage one • 2 direct dependents • 2 total dependents

This module is simply a subclass of "Locale::Maketext". By default it doesn't export anything. You can either use it directly: use Handel::L10N; warn Handel::L10N::translate('My message'); You can also export "translate" into the callers namespace: u...

CLACO/Handel-1.00014 - 30 Dec 2011 15:09:23 UTC

Handel::Base - Base class for Cart/Order/Item classes River stage one • 2 direct dependents • 2 total dependents

Handel::Base is a base class for the Cart/Order/Item classes that glues those classes to a Handel::Storage object....

CLACO/Handel-1.00014 - 30 Dec 2011 15:09:23 UTC

Handel::Cart - Module for maintaining shopping cart contents River stage one • 2 direct dependents • 2 total dependents

Handel::Cart is component for maintaining simple shopping cart data....

CLACO/Handel-1.00014 - 30 Dec 2011 15:09:23 UTC

Handel::Order - Module for maintaining order contents River stage one • 2 direct dependents • 2 total dependents

Handel::Order is a component for maintaining simple order records....

CLACO/Handel-1.00014 - 30 Dec 2011 15:09:23 UTC

Handel::Schema - Base class for cart/order schemas River stage one • 2 direct dependents • 2 total dependents

Handel::Schema is the base class for the cart/order schemas. If you want to create your own cart or order schema, simply subclass Handel::Schema and load your classes....

CLACO/Handel-1.00014 - 30 Dec 2011 15:09:23 UTC

Handel::Manual - User guide and reference for Handel River stage one • 2 direct dependents • 2 total dependents

CLACO/Handel-1.00014 - 30 Dec 2011 15:09:23 UTC

Handel::Compat - Compatibility layer for pre 1.0 subclasses River stage one • 2 direct dependents • 2 total dependents

Handel::Compat is a thin compatibility layer to ease the process of migrating existing Cart/Order/Item subclasses. Simply load it before you load the base class and it will remap your calls to things like "add_columns"/"add_constraints" to the new st...

CLACO/Handel-1.00014 - 30 Dec 2011 15:09:23 UTC

Handel::Storage - Abstract storage layer for cart/order/item reads/writes River stage one • 2 direct dependents • 2 total dependents

Handel::Storage is a base class used to create custom storage classes used by cart/order/item classes. It provides some generic functionality as well as methods that must be implemented by custom storage subclasses like Handel::Storage::DBIC....

CLACO/Handel-1.00014 - 30 Dec 2011 15:09:23 UTC

Handel::L10N::de - Handel Language Pack: German (deutsch) River stage one • 2 direct dependents • 2 total dependents

CLACO/Handel-1.00014 - 30 Dec 2011 15:09:23 UTC

Handel::Iterator - Iterator base class used for collection looping River stage one • 2 direct dependents • 2 total dependents

Handel::Iterator is a base class used to create custom iterators for DBIx::Class resultsets and lists of results....

CLACO/Handel-1.00014 - 30 Dec 2011 15:09:23 UTC

Handel::L10N::fr - Handel Language Pack: French River stage one • 2 direct dependents • 2 total dependents

CLACO/Handel-1.00014 - 30 Dec 2011 15:09:23 UTC

Handel::L10N::bg - Handel Language Pack: Bulgarian River stage one • 2 direct dependents • 2 total dependents

CLACO/Handel-1.00014 - 30 Dec 2011 15:09:23 UTC

Handel::Currency - Price container to do currency conversion/formatting River stage one • 2 direct dependents • 2 total dependents

The Handel::Currency module provides basic currency formatting within Handel using Data::Currency. It can be used separately to format any number into a more friendly formatted currency string. my $price = 1.23; my $currency = Handel::Currency->new($...

CLACO/Handel-1.00014 - 30 Dec 2011 15:09:23 UTC

Handel::Checkout - Checkout Pipeline Processor River stage one • 2 direct dependents • 2 total dependents

Handel::Checkout is a basic pipeline processor that uses plugins at various phases to perform any work necessary from credit card authorization to order delivery. Handel does not try to be all things to all people needing to place online orders. Inst...

CLACO/Handel-1.00014 - 30 Dec 2011 15:09:23 UTC

Handel::Exception - Exceptions used within Handel River stage one • 2 direct dependents • 2 total dependents

Handel::Exception subclasses Error and attempts to throw exceptions when unexpected things happen....

CLACO/Handel-1.00014 - 30 Dec 2011 15:09:23 UTC

Handel::Constants - Common constants used in Handel River stage one • 2 direct dependents • 2 total dependents

Handel::Constants contains a set of constants used throughout Handel. It may be useful (or even a good idea) to use these in your code. :-) By default, Handel::Constants export *nothing*. You can use the export tags below to export all or only certai...

CLACO/Handel-1.00014 - 30 Dec 2011 15:09:23 UTC

Handel::Cart::Item - Module representing an individual shopping cart item River stage one • 2 direct dependents • 2 total dependents

Handel::Cart::Item is used in two main ways. First, you can create or edit cart items individually: use Handel::Cart::Item; my $item = Handel::Cart::Item->create({ cart => '11111111-1111-1111-1111-111111111111', sku => '1234', price => 1.23, quantity...

CLACO/Handel-1.00014 - 30 Dec 2011 15:09:23 UTC

Handel::L10N::en_us - Handel Language Pack: US English River stage one • 2 direct dependents • 2 total dependents

CLACO/Handel-1.00014 - 30 Dec 2011 15:09:23 UTC

Handel::Order::Item - Module representing an individual order line item River stage one • 2 direct dependents • 2 total dependents

Handel::Order::Item is used in two main ways. First, you can create or edit order items individually: use Handel::Order::Item; my $item = Handel::Order::Item->create({ cart => '11111111-1111-1111-1111-111111111111', sku => '1234', price => 1.23, quan...

CLACO/Handel-1.00014 - 30 Dec 2011 15:09:23 UTC
77 results (0.016 seconds)