NAME
Business::Cart::Generic::Util::Config - Basic shopping cart
Synopsis
Description
Business::Cart::Generic implements parts of osCommerce and PrestaShop in Perl.
Installation
Constructor and Initialization
Parentage
This class has no parents.
Using new()
new()
is called as my($obj) = Business::Cart::Generic::Util::Config -> new(k1 => v1, k2 => v2, ...)
.
It returns a new object of type Business::Cart::Generic::Util::Config
.
Key-value pairs accepted in the parameter list: None.
Methods
config()
Returns a hashref as read from the config file by Config::Tiny.
The default config file is shipped as config/.htbusiness.cart.generic.conf, and the installation should be installed that somewhere convenient. See "The Configuration File" in Business::Cart::Generic.
config_file_path()
Returns the path where the config file was found.
section()
Returns the section, either 'localhost' or 'webhost', corresponding to the value of the 'host' key in the config file.
Machine-Readable Change Log
The file CHANGES was converted into Changelog.ini by Module::Metadata::Changes.
Version Numbers
Version numbers < 1.00 represent development versions. From 1.00 up, they are production versions.
Thanks
Many thanks are due to the people who chose to make osCommerce and PrestaShop, Zen Cart, etc, Open Source.
Support
Email the author, or log a bug on RT:
https://rt.cpan.org/Public/Dist/Display.html?Name=Business::Cart::Generic.
Author
Business::Cart::Generic was written by Ron Savage <ron@savage.net.au> in 2011.
Home page: http://savage.net.au/index.html.
Copyright
Australian copyright (c) 2011, Ron Savage.
All Programs of mine are 'OSI Certified Open Source Software';
you can redistribute them and/or modify them under the terms of
The Artistic License, a copy of which is available at:
http://www.opensource.org/licenses/index.html