NAME
Sietima::Policy - pragma for Sietima modules
VERSION
version 1.0.1
SYNOPSIS
use 5.024;
use strict;
use warnings;
use feature ':5.24';
use experimental 'signatures';
or just:
use Sietima::Policy;
DESCRIPTION
This module imports the pragmas shown in the "synopsis". All Sietima modules use it.
AUTHOR
Gianni Ceccarelli <dakkar@thenautilus.net>
COPYRIGHT AND LICENSE
This software is copyright (c) 2017 by Gianni Ceccarelli <dakkar@thenautilus.net>.
This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.