Consistently use v5.40 everywhere

Also make the file headings more consistent with regards to spacingg.
This commit is contained in:
Lucas Gabriel Vuotto 2025-05-03 13:53:37 +00:00
parent c5eef1be0b
commit 19369d4dc2
12 changed files with 27 additions and 8 deletions

View file

@ -1,8 +1,10 @@
package Pooru::Storage::Static;
use v5.40;
use parent "Pooru::Storage";
use Storable qw(lock_store lock_retrieve);
sub new ($class, $file, $prefix = "")
{
my $self = $class->SUPER::new;