From 2a0c9bc051d1630acdac32306431d08fa75705dd Mon Sep 17 00:00:00 2001 From: dakkar Date: Fri, 3 Feb 2017 20:07:14 +0000 Subject: POD for ::Policy --- lib/Sietima/Policy.pm | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) diff --git a/lib/Sietima/Policy.pm b/lib/Sietima/Policy.pm index bd0511f..686a4cd 100644 --- a/lib/Sietima/Policy.pm +++ b/lib/Sietima/Policy.pm @@ -5,6 +5,29 @@ use warnings; use feature ':5.24'; use experimental 'signatures'; +=head1 NAME + +Sietima::Policy - pragma for Sietima modules + +=head1 SYNOPSIS + + use 5.024; + use strict; + use warnings; + use feature ':5.24'; + use experimental 'signatures'; + +or just: + + use Sietima::Policy; + +=head1 DESCRPITON + +This module imports the pragmas shown in the L. All Sietima +modules use it. + +=cut + sub import { # These affect the currently compiling scope, # so no need for import::into -- cgit v1.2.3