diff --git a/bin/slubsipbuilderbagit.pl b/bin/slubsipbuilderbagit.pl index 40e88496f64c940d05c15473f70aa957cd3a6674..3183a4259aaf6509583d2412875c02ee0b5e7ab0 100644 --- a/bin/slubsipbuilderbagit.pl +++ b/bin/slubsipbuilderbagit.pl @@ -39,9 +39,7 @@ # along with this program. If not, see <https://www.gnu.org/licenses/> #=============================================================================== - -use strict; -use warnings; +use v5.36; use lib './lib'; #=============================================================================== @@ -53,7 +51,6 @@ BEGIN{ } } -use feature 'say'; use SLUB::LZA::SIPBuilderBagIt; use DateTime::Format::ISO8601; use Getopt::Long; diff --git a/lib/SLUB/LZA/SIPBuilderBagIt.pm b/lib/SLUB/LZA/SIPBuilderBagIt.pm index 4a19c88bed220bf6c31034e37fb8516b46a20da8..ca89457cb9c878f8fab7c1c11bffe96057887173 100644 --- a/lib/SLUB/LZA/SIPBuilderBagIt.pm +++ b/lib/SLUB/LZA/SIPBuilderBagIt.pm @@ -39,12 +39,8 @@ package SLUB::LZA::SIPBuilderBagIt; # along with this program. If not, see <https://www.gnu.org/licenses/> #=============================================================================== -use strict; -use warnings; +use v5.36; use utf8; -use feature 'say'; -no warnings "experimental::signatures"; -use feature 'signatures'; use Archive::BagIt; use Carp; use Encode;