public
Description: Mango Framework
Homepage: http://mangoframework.com/
Clone URL: git://github.com/claco/mango.git
mango / README
100644 35 lines (25 sloc) 0.754 kb
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
NAME
    Mango - An ecommerce solution using Catalyst, Handel and DBIx::Class
 
SYNOPSIS
        use Mango;
        print Mango->share;
 
DESCRIPTION
    This is a generic class containing the default configuration used by
    other Mango classes.
 
    To learn more about what Mango is and how it works, take a look at the
    manual.
 
METHODS
  share
    Arguments: $share_path
 
    Gets/sets the location of the Mango share directory where the default
    dist templates are stored.
 
        print $self->share;
 
    If the "ENV" variable "MANGO_SHARE" is set, that will be returned
    instead.
 
SEE ALSO
    Mango::Manual
 
AUTHOR
        Christopher H. Laco
        CPAN ID: CLACO
        claco@chrislaco.com
        http://today.icantfocus.com/blog/