Mercurial > pub > Impl
diff Lib/IMPL/Const.pm @ 278:4ddb27ff4a0b
core refactoring
author | cin |
---|---|
date | Mon, 04 Feb 2013 02:10:37 +0400 |
parents | 6d8092d8ce1b |
children |
line wrap: on
line diff
--- a/Lib/IMPL/Const.pm Fri Feb 01 16:37:59 2013 +0400 +++ b/Lib/IMPL/Const.pm Mon Feb 04 02:10:37 2013 +0400 @@ -14,6 +14,7 @@ &PROP_OWNERSET &PROP_LIST &PROP_ALL + &PROP_DIRECT ) ], prop => [ @@ -25,6 +26,7 @@ &PROP_ALL &PROP_RO &PROP_RW + &PROP_DIRECT ) ], access => [ @@ -49,7 +51,8 @@ PROP_LIST => 4, PROP_ALL => 3, PROP_RW => 3, - PROP_RO => 11 + PROP_RO => 11, + PROP_DIRECT => 16 }; 1; \ No newline at end of file