Consistently use v5.40 everywhere
Also make the file headings more consistent with regards to spacingg.
This commit is contained in:
parent
c5eef1be0b
commit
19369d4dc2
12 changed files with 27 additions and 8 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue