Skip to content
Snippets Groups Projects
Verified Commit e7d9c2f9 authored by Andreas Romeyke's avatar Andreas Romeyke
Browse files

- update to perl 5.36 or higher

parent a94f3a01
No related branches found
No related tags found
No related merge requests found
......@@ -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;
......
......@@ -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;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment