]> Dogcows Code - chaz/p5-File-KDBX/blobdiff - lib/File/KDBX/Error.pm
Version 0.902
[chaz/p5-File-KDBX] / lib / File / KDBX / Error.pm
index 5e3de9073cb776d03b906d3ee1a5bff650827f30..ae02c5fa74d4e3fe3c2babc807f068bd02399f15 100644 (file)
@@ -1,6 +1,7 @@
 package File::KDBX::Error;
 # ABSTRACT: Represents something bad that happened
 
+use 5.010;
 use warnings;
 use strict;
 
@@ -8,7 +9,7 @@ use Exporter qw(import);
 use Scalar::Util qw(blessed looks_like_number);
 use namespace::clean -except => 'import';
 
-our $VERSION = '0.901'; # VERSION
+our $VERSION = '0.902'; # VERSION
 
 our @EXPORT = qw(alert error throw);
 
@@ -166,7 +167,7 @@ File::KDBX::Error - Represents something bad that happened
 
 =head1 VERSION
 
-version 0.901
+version 0.902
 
 =head1 ATTRIBUTES
 
This page took 0.021993 seconds and 4 git commands to generate.