diff options
Diffstat (limited to 'lib')
-rw-r--r-- | lib/Sietima/Policy.pm | 23 |
1 files changed, 23 insertions, 0 deletions
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</synopsis>. All Sietima +modules use it. + +=cut + sub import { # These affect the currently compiling scope, # so no need for import::into |