package File::KDBX;
# ABSTRACT: Encrypted database to store secret text and files
+use 5.010;
use warnings;
use strict;
# 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;
package File::KDBX::Error;
# ABSTRACT: Represents something bad that happened
+use 5.010;
use warnings;
use strict;
package File::KDBX::Util;
# ABSTRACT: Utility functions for working with KDBX files
+use 5.010;
use warnings;
use strict;