Changeset 3276
- Timestamp:
- 03/12/09 03:03:43 (3 years ago)
- File:
-
- 1 edited
-
trunk/Padre/lib/Padre/Config/Setting.pm (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Padre/lib/Padre/Config/Setting.pm
r3175 r3276 6 6 use strict; 7 7 use warnings; 8 use Carp (); 9 use Params::Util (); 8 9 use Carp (); 10 use Padre::Config::Constants qw{ :stores :types }; 11 use Params::Util (); 10 12 11 13 our $VERSION = '0.28'; 12 13 # TODO: Really shouldn't clone these constants,14 # but for now it's a nice convenience.15 16 # Settings Types17 use constant BOOLEAN => 0;18 use constant POSINT => 1;19 use constant INTEGER => 2;20 use constant ASCII => 3;21 use constant PATH => 4;22 23 # Setting Stores24 use constant HOST => 0;25 use constant HUMAN => 1;26 use constant PROJECT => 2;27 14 28 15 use Class::XSAccessor
Note: See TracChangeset
for help on using the changeset viewer.
