diff --git a/lib/Sah/Schema/Sah.pm b/lib/Sah/Schema/Sah.pm index d95fefc..fb6986b 100644 --- a/lib/Sah/Schema/Sah.pm +++ b/lib/Sah/Schema/Sah.pm @@ -1,12 +1,12 @@ package Sah::Schema::Sah; +# DATE +# VERSION + use 5.010; use strict; use warnings; -# VERSION -# DATE - our %SCHEMAS; $SCHEMAS{sah_type_name} = ['str' => { @@ -17,7 +17,7 @@ $SCHEMAS{sah_str_schema} = ['str' => { match => '\A[A-Za-z][A-Za-z0-9_]*(::[A-Za-z][A-Za-z0-9_]*)*\*?\z', }]; -$SCHEMAS{sah_clause_name} = undef; # TODO +#$SCHEMAS{sah_clause_name} = undef; # TODO $SCHEMAS{sah_clause_set} = [defhash => { # tmp diff --git a/weaver.ini b/weaver.ini index 6b85c6f..5fa1b61 100644 --- a/weaver.ini +++ b/weaver.ini @@ -1 +1,2 @@ [@Author::PERLANCAR] +[-Sah::Schema]