From cd7d78bf08998f948481425bab0fb200563ffe6a Mon Sep 17 00:00:00 2001 From: "perlancar (@pc-office)" Date: Tue, 8 Mar 2016 19:14:44 +0700 Subject: [PATCH] [dist] Use Pod::Weaver::Plugin::Sah::Schema --- lib/Sah/Schema/Sah.pm | 8 ++++---- weaver.ini | 1 + 2 files changed, 5 insertions(+), 4 deletions(-) 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]