]> Dogcows Code - chaz/p5-File-KDBX/commitdiff
Declare perl 5.10.0 prereq
authorCharles McGarvey <ccm@cpan.org>
Tue, 3 May 2022 23:15:54 +0000 (17:15 -0600)
committerCharles McGarvey <ccm@cpan.org>
Wed, 4 May 2022 01:17:39 +0000 (19:17 -0600)
lib/File/KDBX.pm
lib/File/KDBX/Constants.pm
lib/File/KDBX/Error.pm
lib/File/KDBX/Util.pm

index 6f5c7dc8ff3ba57dcbb78565f1fad948c55cf23f..d62b5eaf0e4b87f3c366328817220f2ff5b2e11f 100644 (file)
@@ -1,6 +1,7 @@
 package File::KDBX;
 # ABSTRACT: Encrypted database to store secret text and files
 
+use 5.010;
 use warnings;
 use strict;
 
index ba3baf3083a614e62f6f71c7fbc4da75670fac05..c5c9a0554615eb7b750594ee5c5f6fc25934cccd 100644 (file)
@@ -6,6 +6,7 @@ package File::KDBX::Constants;
 #  2. List it in the pod at the bottom of this file in the section corresponding to its tag.
 #  3. There is no step three.
 
+use 5.010;
 use warnings;
 use strict;
 
index d4a01b92afde4c0d37c188d985f136b18e2502e2..4aee5fe995512a2c5a97cdbd8ac53ca78579da58 100644 (file)
@@ -1,6 +1,7 @@
 package File::KDBX::Error;
 # ABSTRACT: Represents something bad that happened
 
+use 5.010;
 use warnings;
 use strict;
 
index 84cb363158b50b14125e970052a0e0244afa6108..e9bb316762b8e373fb7f8ef486826599e579d522 100644 (file)
@@ -1,6 +1,7 @@
 package File::KDBX::Util;
 # ABSTRACT: Utility functions for working with KDBX files
 
+use 5.010;
 use warnings;
 use strict;
 
This page took 0.029819 seconds and 4 git commands to generate.