diff _test/Test/Class/Template.pm @ 278:4ddb27ff4a0b

core refactoring
author cin
date Mon, 04 Feb 2013 02:10:37 +0400
parents 56364d0c4b4f
children
line wrap: on
line diff
--- a/_test/Test/Class/Template.pm	Fri Feb 01 16:37:59 2013 +0400
+++ b/_test/Test/Class/Template.pm	Mon Feb 04 02:10:37 2013 +0400
@@ -19,7 +19,7 @@
         declare => sub {
             my ($class) = @_;
             
-            public $class->CreateProperty( items => prop_get | owner_set | prop_list, { type => $class->TValue } );
+            $class->CreateProperty( items => prop_get | owner_set | prop_list, { type => $class->TValue } );
         }
     );