Skip to content

Commit

Permalink
[dist] Use Pod::Weaver::Plugin::Sah::Schema
Browse files Browse the repository at this point in the history
  • Loading branch information
perlancar committed Mar 8, 2016
1 parent b1e7d1f commit cd7d78b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
8 changes: 4 additions & 4 deletions 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' => {
Expand All @@ -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
Expand Down
1 change: 1 addition & 0 deletions weaver.ini
@@ -1 +1,2 @@
[@Author::PERLANCAR]
[-Sah::Schema]

0 comments on commit cd7d78b

Please sign in to comment.