NAME
Sietima::Policy - pragma for Sietima modules
VERSION
version 1.1.2
SYNOPSIS
use v5.36;
use strict;
use warnings;
use feature ':5.36';
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) 2023 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.