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

NAME

Boilerplater::Variable - A Boilerplater variable.

DESCRIPTION

A variable, having a Type, a micro_sym (i.e. name), and an ACL.

METHODS

new

    my $var = Boilerplater::Variable->new(
        type      => $type,    # required
        micro_sym => 'foo',    # required
        exposure  => undef,    # default: 'local'
    );
  • type - A Boilerplater::Type.

  • micro_sym - The variable's name, without any namespacing prefixes.

  • exposure - The scope at which the variable is exposed. Must be 'public', 'parcel', 'private', or 'local'.

COPYRIGHT

Copyright 2008-2009 Marvin Humphrey

LICENSE, DISCLAIMER, BUGS, etc.

See KinoSearch version 0.30.