.gitignore
Changes
CONTRIBUTORS
demo/axkit/cart.xsp
demo/axkit/httpd.conf.include
demo/axkit/includes/footer.xml
demo/axkit/includes/menu.xml
demo/axkit/index.xsp
demo/axkit/products.xsp
demo/axkit/README
demo/axkit/style/css/basic.css
demo/axkit/style/xsl/cart.xsl
demo/axkit/style/xsl/to_xhtml.xsl
demo/createdb.pl
demo/tt2/cart.tt2
demo/tt2/httpd.conf.include
demo/tt2/includes/footer.tt2
demo/tt2/includes/header.tt2
demo/tt2/includes/menu.tt2
demo/tt2/index.tt2
demo/tt2/products.tt2
demo/tt2/README
demo/tt2/style/css/basic.css
inc/Module/AutoInstall.pm
inc/Module/Install.pm
inc/Module/Install/AutoInstall.pm
inc/Module/Install/Base.pm
inc/Module/Install/Can.pm
inc/Module/Install/Fetch.pm
inc/Module/Install/Include.pm
inc/Module/Install/Makefile.pm
inc/Module/Install/Metadata.pm
inc/Module/Install/Scripts.pm
inc/Module/Install/Win32.pm
inc/Module/Install/WriteAll.pm
lib/AxKit/XSP/Handel/Cart.pm
lib/AxKit/XSP/Handel/Checkout.pm
lib/AxKit/XSP/Handel/Order.pm
lib/Catalyst/Helper/Controller/Handel/Cart.pm
lib/Catalyst/Helper/Controller/Handel/Checkout.pm
lib/Catalyst/Helper/Controller/Handel/Order.pm
lib/Catalyst/Helper/Handel.pm
lib/Catalyst/Helper/Handel/Scaffold.pm
lib/Catalyst/Helper/Model/Handel/Cart.pm
lib/Catalyst/Helper/Model/Handel/Order.pm
lib/Catalyst/Model/Handel/Cart.pm
lib/Catalyst/Model/Handel/Order.pm
lib/Handel.pm
lib/Handel/Base.pm
lib/Handel/Cart.pm
lib/Handel/Cart/Item.pm
lib/Handel/Cart/Schema.pm
lib/Handel/Checkout.pm
lib/Handel/Checkout/Message.pm
lib/Handel/Checkout/Plugin.pm
lib/Handel/Checkout/Plugin/AssignOrderNumber.pm
lib/Handel/Checkout/Plugin/MarkOrderSaved.pm
lib/Handel/Checkout/Stash.pm
lib/Handel/Compat.pm
lib/Handel/Compat/Currency.pm
lib/Handel/Components/Constraints.pm
lib/Handel/Components/DefaultValues.pm
lib/Handel/Components/Validation.pm
lib/Handel/ConfigReader.pm
lib/Handel/Constants.pm
lib/Handel/Constraints.pm
lib/Handel/Currency.pm
lib/Handel/Exception.pm
lib/Handel/Iterator.pm
lib/Handel/Iterator/DBIC.pm
lib/Handel/Iterator/List.pm
lib/Handel/Iterator/Results.pm
lib/Handel/L10N.pm
lib/Handel/L10N/bg.pm
lib/Handel/L10N/de.pm
lib/Handel/L10N/en_us.pm
lib/Handel/L10N/fr.pm
lib/Handel/Manual.pod
lib/Handel/Manual/About.pod
lib/Handel/Manual/Cookbook.pod
lib/Handel/Manual/Cookbook/AddingColumns.pod
lib/Handel/Manual/Cookbook/WritingCustomStorage.pod
lib/Handel/Manual/Intro.pod
lib/Handel/Manual/KnownIssues.pod
lib/Handel/Manual/QuickStart.pod
lib/Handel/Manual/Requirements.pod
lib/Handel/Manual/Schema.pod
lib/Handel/Manual/Storage.pod
lib/Handel/Manual/Storage/DBIC.pod
lib/Handel/Manual/Upgrading.pod
lib/Handel/Order.pm
lib/Handel/Order/Item.pm
lib/Handel/Order/Schema.pm
lib/Handel/Schema.pm
lib/Handel/Schema/DBIC/Cart.pm
lib/Handel/Schema/DBIC/Cart/Item.pm
lib/Handel/Schema/DBIC/Order.pm
lib/Handel/Schema/DBIC/Order/Item.pm
lib/Handel/Storage.pm
lib/Handel/Storage/DBIC.pm
lib/Handel/Storage/DBIC/Cart.pm
lib/Handel/Storage/DBIC/Cart/Item.pm
lib/Handel/Storage/DBIC/Order.pm
lib/Handel/Storage/DBIC/Order/Item.pm
lib/Handel/Storage/DBIC/Result.pm
lib/Handel/Storage/Result.pm
lib/Module/Starter/Handel.pm
lib/Template/Plugin/Handel/Cart.pm
lib/Template/Plugin/Handel/Checkout.pm
lib/Template/Plugin/Handel/Constants.pm
lib/Template/Plugin/Handel/Order.pm
LICENSE
Makefile.PL
MANIFEST This list of files
MANIFEST.SKIP
META.yml
MYMETA.json
MYMETA.yml
README
script/handel.pl
sql/handel.sqlite.sql
t/base_cart_class.t
t/base_create_accessors.t
t/base_create_instance.t
t/base_get_column.t
t/base_item_class.t
t/base_set_column.t
t/base_storage.t
t/base_storage_class.t
t/base_update.t
t/basic.t
t/cart_add.t
t/cart_clear.t
t/cart_create.t
t/cart_delete.t
t/cart_destroy.t
t/cart_item_create.t
t/cart_items.t
t/cart_iterator.t
t/cart_restore.t
t/cart_restore_append.t
t/cart_restore_append_filter.t
t/cart_restore_merge.t
t/cart_restore_merge_filter.t
t/cart_restore_replace.t
t/cart_restore_replace_filter.t
t/cart_save.t
t/cart_search.t
t/catalyst_helpers_controller_cart.t
t/catalyst_helpers_controller_checkout.t
t/catalyst_helpers_controller_order.t
t/catalyst_helpers_handel.t
t/catalyst_helpers_model_cart.t
t/catalyst_helpers_model_order.t
t/catalyst_helpers_scaffold.t
t/catalyst_model_cart.t
t/catalyst_model_order.t
t/checkout_cart.t
t/checkout_messages.t
t/checkout_order.t
t/checkout_phases.t
t/checkout_plugins.t
t/checkout_process.t
t/checkout_stash.t
t/compat.t
t/compat_cart_item_new.t
t/compat_cart_items.t
t/compat_cart_load.t
t/compat_cart_new.t
t/compat_currency.t
t/compat_order_item_new.t
t/compat_order_items.t
t/compat_order_load.t
t/compat_order_new.t
t/conf/extra.conf.in
t/config.t
t/config_modperl1.t
t/config_modperl2.t
t/constants.t
t/constraints_cart_name.t
t/constraints_cart_type.t
t/constraints_checkout_phase.t
t/constraints_currency_code.t
t/constraints_order_type.t
t/constraints_price.t
t/constraints_quantity.t
t/constraints_uuid.t
t/currency.t
t/exceptions.t
t/exceptions_axkit.t
t/htdocs/axkit/cart_cart.xsp
t/htdocs/axkit/cart_cart_add.xsp
t/htdocs/axkit/cart_cart_add_filtered.xsp
t/htdocs/axkit/cart_cart_clear.xsp
t/htdocs/axkit/cart_cart_delete.xsp
t/htdocs/axkit/cart_cart_delete_filtered.xsp
t/htdocs/axkit/cart_cart_filtered.xsp
t/htdocs/axkit/cart_cart_filtered_no_results.xsp
t/htdocs/axkit/cart_cart_item.xsp
t/htdocs/axkit/cart_cart_item_filtered.xsp
t/htdocs/axkit/cart_cart_item_filtered_no_results.xsp
t/htdocs/axkit/cart_cart_item_update.xsp
t/htdocs/axkit/cart_cart_items.xsp
t/htdocs/axkit/cart_cart_items_filtered.xsp
t/htdocs/axkit/cart_cart_items_filtered_no_results.xsp
t/htdocs/axkit/cart_cart_items_update.xsp
t/htdocs/axkit/cart_cart_no_results.xsp
t/htdocs/axkit/cart_cart_save.xsp
t/htdocs/axkit/cart_cart_update.xsp
t/htdocs/axkit/cart_carts.xsp
t/htdocs/axkit/cart_carts_add.xsp
t/htdocs/axkit/cart_carts_add_filtered.xsp
t/htdocs/axkit/cart_carts_clear.xsp
t/htdocs/axkit/cart_carts_delete.xsp
t/htdocs/axkit/cart_carts_delete_filtered.xsp
t/htdocs/axkit/cart_carts_filtered.xsp
t/htdocs/axkit/cart_carts_filtered_no_results.xsp
t/htdocs/axkit/cart_carts_item.xsp
t/htdocs/axkit/cart_carts_item_filtered.xsp
t/htdocs/axkit/cart_carts_item_filtered_no_results.xsp
t/htdocs/axkit/cart_carts_item_update.xsp
t/htdocs/axkit/cart_carts_items.xsp
t/htdocs/axkit/cart_carts_items_filtered.xsp
t/htdocs/axkit/cart_carts_items_filtered_no_results.xsp
t/htdocs/axkit/cart_carts_items_update.xsp
t/htdocs/axkit/cart_carts_no_results.xsp
t/htdocs/axkit/cart_carts_save.xsp
t/htdocs/axkit/cart_carts_update.xsp
t/htdocs/axkit/cart_currency_convert.xsp
t/htdocs/axkit/cart_currency_format.xsp
t/htdocs/axkit/cart_new.xsp
t/htdocs/axkit/cart_new_and_add.xsp
t/htdocs/axkit/cart_new_and_add_filtered.xsp
t/htdocs/axkit/cart_new_filtered.xsp
t/htdocs/axkit/cart_new_minimal.xsp
t/htdocs/axkit/cart_new_no_results_trigger.xsp
t/htdocs/axkit/cart_restore_append.xsp
t/htdocs/axkit/cart_restore_merge.xsp
t/htdocs/axkit/cart_restore_replace.xsp
t/htdocs/axkit/cart_uuid.xsp
t/htdocs/axkit/checkout_messages.xsp
t/htdocs/axkit/checkout_order.xsp
t/htdocs/axkit/checkout_phases.xsp
t/htdocs/axkit/checkout_plugins.xsp
t/htdocs/axkit/checkout_process.xsp
t/htdocs/axkit/order_currency_convert.xsp
t/htdocs/axkit/order_currency_format.xsp
t/htdocs/axkit/order_new.xsp
t/htdocs/axkit/order_new_and_add.xsp
t/htdocs/axkit/order_new_and_add_filtered.xsp
t/htdocs/axkit/order_new_filtered.xsp
t/htdocs/axkit/order_new_minimal.xsp
t/htdocs/axkit/order_new_no_results_trigger.xsp
t/htdocs/axkit/order_order.xsp
t/htdocs/axkit/order_order_add.xsp
t/htdocs/axkit/order_order_add_filtered.xsp
t/htdocs/axkit/order_order_clear.xsp
t/htdocs/axkit/order_order_delete.xsp
t/htdocs/axkit/order_order_delete_filtered.xsp
t/htdocs/axkit/order_order_filtered.xsp
t/htdocs/axkit/order_order_filtered_no_results.xsp
t/htdocs/axkit/order_order_item.xsp
t/htdocs/axkit/order_order_item_filtered.xsp
t/htdocs/axkit/order_order_item_filtered_no_results.xsp
t/htdocs/axkit/order_order_item_update.xsp
t/htdocs/axkit/order_order_items.xsp
t/htdocs/axkit/order_order_items_filtered.xsp
t/htdocs/axkit/order_order_items_filtered_no_results.xsp
t/htdocs/axkit/order_order_items_update.xsp
t/htdocs/axkit/order_order_no_results.xsp
t/htdocs/axkit/order_order_update.xsp
t/htdocs/axkit/order_orders.xsp
t/htdocs/axkit/order_orders_add.xsp
t/htdocs/axkit/order_orders_add_filtered.xsp
t/htdocs/axkit/order_orders_clear.xsp
t/htdocs/axkit/order_orders_delete.xsp
t/htdocs/axkit/order_orders_delete_filtered.xsp
t/htdocs/axkit/order_orders_filtered.xsp
t/htdocs/axkit/order_orders_filtered_no_results.xsp
t/htdocs/axkit/order_orders_item.xsp
t/htdocs/axkit/order_orders_item_filtered.xsp
t/htdocs/axkit/order_orders_item_filtered_no_results.xsp
t/htdocs/axkit/order_orders_item_update.xsp
t/htdocs/axkit/order_orders_items.xsp
t/htdocs/axkit/order_orders_items_filtered.xsp
t/htdocs/axkit/order_orders_items_filtered_no_results.xsp
t/htdocs/axkit/order_orders_items_update.xsp
t/htdocs/axkit/order_orders_no_results.xsp
t/htdocs/axkit/order_orders_update.xsp
t/htdocs/axkit/order_uuid.xsp
t/htdocs/axkit/out/cart_cart.xsp.out
t/htdocs/axkit/out/cart_cart_add.xsp.out
t/htdocs/axkit/out/cart_cart_add_filtered.xsp.out
t/htdocs/axkit/out/cart_cart_clear.xsp.out
t/htdocs/axkit/out/cart_cart_delete.xsp.out
t/htdocs/axkit/out/cart_cart_delete_filtered.xsp.out
t/htdocs/axkit/out/cart_cart_filtered.xsp.out
t/htdocs/axkit/out/cart_cart_filtered_no_results.xsp.out
t/htdocs/axkit/out/cart_cart_item.xsp.out
t/htdocs/axkit/out/cart_cart_item_filtered.xsp.out
t/htdocs/axkit/out/cart_cart_item_filtered_no_results.xsp.out
t/htdocs/axkit/out/cart_cart_item_update.xsp.out
t/htdocs/axkit/out/cart_cart_items.xsp.out
t/htdocs/axkit/out/cart_cart_items_filtered.xsp.out
t/htdocs/axkit/out/cart_cart_items_filtered_no_results.xsp.out
t/htdocs/axkit/out/cart_cart_items_update.xsp.out
t/htdocs/axkit/out/cart_cart_no_results.xsp.out
t/htdocs/axkit/out/cart_cart_save.xsp.out
t/htdocs/axkit/out/cart_cart_update.xsp.out
t/htdocs/axkit/out/cart_carts.xsp.out
t/htdocs/axkit/out/cart_carts_add.xsp.out
t/htdocs/axkit/out/cart_carts_add_filtered.xsp.out
t/htdocs/axkit/out/cart_carts_clear.xsp.out
t/htdocs/axkit/out/cart_carts_delete.xsp.out
t/htdocs/axkit/out/cart_carts_delete_filtered.xsp.out
t/htdocs/axkit/out/cart_carts_filtered.xsp.out
t/htdocs/axkit/out/cart_carts_filtered_no_results.xsp.out
t/htdocs/axkit/out/cart_carts_item.xsp.out
t/htdocs/axkit/out/cart_carts_item_filtered.xsp.out
t/htdocs/axkit/out/cart_carts_item_filtered_no_results.xsp.out
t/htdocs/axkit/out/cart_carts_item_update.xsp.out
t/htdocs/axkit/out/cart_carts_items.xsp.out
t/htdocs/axkit/out/cart_carts_items_filtered.xsp.out
t/htdocs/axkit/out/cart_carts_items_filtered_no_results.xsp.out
t/htdocs/axkit/out/cart_carts_items_update.xsp.out
t/htdocs/axkit/out/cart_carts_no_results.xsp.out
t/htdocs/axkit/out/cart_carts_save.xsp.out
t/htdocs/axkit/out/cart_carts_update.xsp.out
t/htdocs/axkit/out/cart_currency_format.xsp.out
t/htdocs/axkit/out/cart_new.xsp.out
t/htdocs/axkit/out/cart_new_and_add.xsp.out
t/htdocs/axkit/out/cart_new_and_add_filtered.xsp.out
t/htdocs/axkit/out/cart_new_filtered.xsp.out
t/htdocs/axkit/out/cart_new_minimal.xsp.out
t/htdocs/axkit/out/cart_new_no_results_trigger.xsp.out
t/htdocs/axkit/out/cart_restore_append.xsp.out
t/htdocs/axkit/out/cart_restore_merge.xsp.out
t/htdocs/axkit/out/cart_restore_replace.xsp.out
t/htdocs/axkit/out/checkout_messages.xsp.out
t/htdocs/axkit/out/checkout_order.xsp.out
t/htdocs/axkit/out/checkout_phases.xsp.out
t/htdocs/axkit/out/checkout_plugins.xsp.out
t/htdocs/axkit/out/checkout_process.xsp.out
t/htdocs/axkit/out/order_currency_format.xsp.out
t/htdocs/axkit/out/order_new.xsp.out
t/htdocs/axkit/out/order_new_and_add.xsp.out
t/htdocs/axkit/out/order_new_and_add_filtered.xsp.out
t/htdocs/axkit/out/order_new_filtered.xsp.out
t/htdocs/axkit/out/order_new_minimal.xsp.out
t/htdocs/axkit/out/order_new_no_results_trigger.xsp.out
t/htdocs/axkit/out/order_order.xsp.out
t/htdocs/axkit/out/order_order_add.xsp.out
t/htdocs/axkit/out/order_order_add_filtered.xsp.out
t/htdocs/axkit/out/order_order_clear.xsp.out
t/htdocs/axkit/out/order_order_delete.xsp.out
t/htdocs/axkit/out/order_order_delete_filtered.xsp.out
t/htdocs/axkit/out/order_order_filtered.xsp.out
t/htdocs/axkit/out/order_order_filtered_no_results.xsp.out
t/htdocs/axkit/out/order_order_item.xsp.out
t/htdocs/axkit/out/order_order_item_filtered.xsp.out
t/htdocs/axkit/out/order_order_item_filtered_no_results.xsp.out
t/htdocs/axkit/out/order_order_item_update.xsp.out
t/htdocs/axkit/out/order_order_items.xsp.out
t/htdocs/axkit/out/order_order_items_filtered.xsp.out
t/htdocs/axkit/out/order_order_items_filtered_no_results.xsp.out
t/htdocs/axkit/out/order_order_items_update.xsp.out
t/htdocs/axkit/out/order_order_no_results.xsp.out
t/htdocs/axkit/out/order_order_update.xsp.out
t/htdocs/axkit/out/order_orders.xsp.out
t/htdocs/axkit/out/order_orders_add.xsp.out
t/htdocs/axkit/out/order_orders_add_filtered.xsp.out
t/htdocs/axkit/out/order_orders_clear.xsp.out
t/htdocs/axkit/out/order_orders_delete.xsp.out
t/htdocs/axkit/out/order_orders_delete_filtered.xsp.out
t/htdocs/axkit/out/order_orders_filtered.xsp.out
t/htdocs/axkit/out/order_orders_filtered_no_results.xsp.out
t/htdocs/axkit/out/order_orders_item.xsp.out
t/htdocs/axkit/out/order_orders_item_filtered.xsp.out
t/htdocs/axkit/out/order_orders_item_filtered_no_results.xsp.out
t/htdocs/axkit/out/order_orders_item_update.xsp.out
t/htdocs/axkit/out/order_orders_items.xsp.out
t/htdocs/axkit/out/order_orders_items_filtered.xsp.out
t/htdocs/axkit/out/order_orders_items_filtered_no_results.xsp.out
t/htdocs/axkit/out/order_orders_items_update.xsp.out
t/htdocs/axkit/out/order_orders_no_results.xsp.out
t/htdocs/axkit/out/order_orders_update.xsp.out
t/htdocs/tt2/cart_add.tt2
t/htdocs/tt2/cart_clear.tt2
t/htdocs/tt2/cart_create.tt2
t/htdocs/tt2/cart_create_and_add.tt2
t/htdocs/tt2/cart_delete.tt2
t/htdocs/tt2/cart_fetch.tt2
t/htdocs/tt2/cart_fetch_as_array.tt2
t/htdocs/tt2/cart_fetch_as_iterator.tt2
t/htdocs/tt2/cart_fetch_filtered.tt2
t/htdocs/tt2/cart_fetch_filtered_no_results.tt2
t/htdocs/tt2/cart_items.tt2
t/htdocs/tt2/cart_items_as_array.tt2
t/htdocs/tt2/cart_items_as_iterator.tt2
t/htdocs/tt2/cart_items_filtered.tt2
t/htdocs/tt2/cart_items_filtered_no_results.tt2
t/htdocs/tt2/cart_items_update.tt2
t/htdocs/tt2/cart_restore_append.tt2
t/htdocs/tt2/cart_restore_merge.tt2
t/htdocs/tt2/cart_restore_replace.tt2
t/htdocs/tt2/cart_save.tt2
t/htdocs/tt2/cart_update.tt2
t/htdocs/tt2/cart_uuid.tt2
t/htdocs/tt2/checkout_messages.tt2
t/htdocs/tt2/checkout_order.tt2
t/htdocs/tt2/checkout_phases.tt2
t/htdocs/tt2/checkout_plugins.tt2
t/htdocs/tt2/checkout_process.tt2
t/htdocs/tt2/constants.tt2
t/htdocs/tt2/order_add.tt2
t/htdocs/tt2/order_clear.tt2
t/htdocs/tt2/order_create.tt2
t/htdocs/tt2/order_create_and_add.tt2
t/htdocs/tt2/order_create_cart.tt2
t/htdocs/tt2/order_delete.tt2
t/htdocs/tt2/order_fetch.tt2
t/htdocs/tt2/order_fetch_as_array.tt2
t/htdocs/tt2/order_fetch_as_iterator.tt2
t/htdocs/tt2/order_fetch_filtered.tt2
t/htdocs/tt2/order_fetch_filtered_no_results.tt2
t/htdocs/tt2/order_items.tt2
t/htdocs/tt2/order_items_as_array.tt2
t/htdocs/tt2/order_items_as_iterator.tt2
t/htdocs/tt2/order_items_filtered.tt2
t/htdocs/tt2/order_items_filtered_no_results.tt2
t/htdocs/tt2/order_items_update.tt2
t/htdocs/tt2/order_update.tt2
t/htdocs/tt2/order_uuid.tt2
t/htdocs/tt2/out/cart_add.tt2.out
t/htdocs/tt2/out/cart_clear.tt2.out
t/htdocs/tt2/out/cart_create.tt2.out
t/htdocs/tt2/out/cart_create_and_add.tt2.out
t/htdocs/tt2/out/cart_delete.tt2.out
t/htdocs/tt2/out/cart_fetch.tt2.out
t/htdocs/tt2/out/cart_fetch_as_array.tt2.out
t/htdocs/tt2/out/cart_fetch_as_iterator.tt2.out
t/htdocs/tt2/out/cart_fetch_filtered.tt2.out
t/htdocs/tt2/out/cart_fetch_filtered_no_results.tt2.out
t/htdocs/tt2/out/cart_items.tt2.out
t/htdocs/tt2/out/cart_items_as_array.tt2.out
t/htdocs/tt2/out/cart_items_as_iterator.tt2.out
t/htdocs/tt2/out/cart_items_filtered.tt2.out
t/htdocs/tt2/out/cart_items_filtered_no_results.tt2.out
t/htdocs/tt2/out/cart_items_update.tt2.out
t/htdocs/tt2/out/cart_restore_append.tt2.out
t/htdocs/tt2/out/cart_restore_merge.tt2.out
t/htdocs/tt2/out/cart_restore_replace.tt2.out
t/htdocs/tt2/out/cart_save.tt2.out
t/htdocs/tt2/out/cart_update.tt2.out
t/htdocs/tt2/out/checkout_messages.tt2.out
t/htdocs/tt2/out/checkout_order.tt2.out
t/htdocs/tt2/out/checkout_phases.tt2.out
t/htdocs/tt2/out/checkout_plugins.tt2.out
t/htdocs/tt2/out/checkout_process.tt2.out
t/htdocs/tt2/out/constants.tt2.out
t/htdocs/tt2/out/order_add.tt2.out
t/htdocs/tt2/out/order_clear.tt2.out
t/htdocs/tt2/out/order_create.tt2.out
t/htdocs/tt2/out/order_create_and_add.tt2.out
t/htdocs/tt2/out/order_create_cart.tt2.out
t/htdocs/tt2/out/order_delete.tt2.out
t/htdocs/tt2/out/order_fetch.tt2.out
t/htdocs/tt2/out/order_fetch_as_array.tt2.out
t/htdocs/tt2/out/order_fetch_as_iterator.tt2.out
t/htdocs/tt2/out/order_fetch_filtered.tt2.out
t/htdocs/tt2/out/order_fetch_filtered_no_results.tt2.out
t/htdocs/tt2/out/order_items.tt2.out
t/htdocs/tt2/out/order_items_as_array.tt2.out
t/htdocs/tt2/out/order_items_as_iterator.tt2.out
t/htdocs/tt2/out/order_items_filtered.tt2.out
t/htdocs/tt2/out/order_items_filtered_no_results.tt2.out
t/htdocs/tt2/out/order_items_update.tt2.out
t/htdocs/tt2/out/order_update.tt2.out
t/iterator.t
t/iterator_dbic.t
t/iterator_list.t
t/iterator_results.t
t/l10n.t
t/l10n_lexicon_synced.t
t/lib/Handel/Checkout/Plugin/NotBlessedPlugin.pm
t/lib/Handel/Checkout/Plugin/NotISAPlugin.pm
t/lib/Handel/Checkout/Plugin/TestBogusPlugin.pm
t/lib/Handel/Checkout/Plugin/TestPlugin.pm
t/lib/Handel/Checkout/TestMessage.pm
t/lib/Handel/OtherTestPlugins/Second.pm
t/lib/Handel/StringPlugins/First.pm
t/lib/Handel/StringPlugins/InitializeTotals.pm
t/lib/Handel/Subclassing/Base1.pm
t/lib/Handel/Subclassing/Base2.pm
t/lib/Handel/Subclassing/Base3.pm
t/lib/Handel/Subclassing/Cart.pm
t/lib/Handel/Subclassing/CartItem.pm
t/lib/Handel/Subclassing/CartOnly.pm
t/lib/Handel/Subclassing/Checkout.pm
t/lib/Handel/Subclassing/CheckoutStash.pm
t/lib/Handel/Subclassing/Currency.pm
t/lib/Handel/Subclassing/GenericItem.pm
t/lib/Handel/Subclassing/Order.pm
t/lib/Handel/Subclassing/OrderCart.pm
t/lib/Handel/Subclassing/OrderItem.pm
t/lib/Handel/Subclassing/OrderOnly.pm
t/lib/Handel/Subclassing/OrdersCart.pm
t/lib/Handel/Subclassing/Stash.pm
t/lib/Handel/Subclassing/Storage.pm
t/lib/Handel/Test.pm
t/lib/Handel/Test/Schema.pm
t/lib/Handel/TestComponents/Constraints.pm
t/lib/Handel/TestComponents/DefaultValues.pm
t/lib/Handel/TestComponents/Validation.pm
t/lib/Handel/TestHelper.pm
t/lib/Handel/TestPipeline/InitializeTotals.pm
t/lib/Handel/TestPipeline/ReadFromStash.pm
t/lib/Handel/TestPipeline/ValidateError.pm
t/lib/Handel/TestPipeline/WriteToStash.pm
t/lib/Handel/TestPlugins/First.pm
t/manifest.t
t/module_starter.t
t/order_add.t
t/order_clear.t
t/order_create.t
t/order_delete.t
t/order_destroy.t
t/order_item_create.t
t/order_items.t
t/order_reconcile.t
t/order_save.t
t/order_search.t
t/pod_coverage.t
t/pod_spelling.t
t/pod_syntax.t
t/schema.t
t/SMOKE.PL
t/sql/cart_create_table.sql
t/sql/cart_delete_data.sql
t/sql/cart_fake_data.sql
t/sql/order_create_table.sql
t/sql/order_delete_data.sql
t/sql/order_fake_data.sql
t/sql/test.sqlite.sql
t/storage_add_columns.t
t/storage_add_constraint.t
t/storage_check_constraints.t
t/storage_clone.t
t/storage_column_accessors.t
t/storage_columns.t
t/storage_constraints.t
t/storage_copyable_item_columns.t
t/storage_currency_class.t
t/storage_currency_columns.t
t/storage_dbic_add_columns.t
t/storage_dbic_add_constraint.t
t/storage_dbic_add_item.t
t/storage_dbic_clone.t
t/storage_dbic_column_accessors.t
t/storage_dbic_columns.t
t/storage_dbic_connection_info.t
t/storage_dbic_constraints.t
t/storage_dbic_copyable_item_columns.t
t/storage_dbic_count_items.t
t/storage_dbic_create.t
t/storage_dbic_currency_code.t
t/storage_dbic_currency_columns.t
t/storage_dbic_currency_format.t
t/storage_dbic_default_values.t
t/storage_dbic_delete.t
t/storage_dbic_delete_items.t
t/storage_dbic_has_column.t
t/storage_dbic_primary_columns.t
t/storage_dbic_process_error.t
t/storage_dbic_remove_columns.t
t/storage_dbic_remove_constraint.t
t/storage_dbic_remove_constraints.t
t/storage_dbic_schema_class.t
t/storage_dbic_schema_instance.t
t/storage_dbic_search.t
t/storage_dbic_search_items.t
t/storage_dbic_setup.t
t/storage_dbic_validation.t
t/storage_default_values.t
t/storage_has_column.t
t/storage_iterator_class.t
t/storage_new.t
t/storage_primary_columns.t
t/storage_remove_columns.t
t/storage_remove_constraint.t
t/storage_remove_constraints.t
t/storage_set_default_values.t
t/storage_setup.t
t/storage_validate_data.t
t/storage_validation.t
t/strict.t
t/style_critic_core.rc
t/style_critic_core.t
t/style_no_tabs.t
t/subclassing.t
t/TEST.PL
t/tt2_cart.t
t/tt2_checkout.t
t/tt2_constants.t
t/tt2_order.t
t/warnings.t
t/xsp_cart.t
t/xsp_checkout.t
t/xsp_order.t
Todo