summaryrefslogtreecommitdiffstats
path: root/lib/App/BorgRestore/DB.pm
diff options
context:
space:
mode:
authorFlorian Pritz <bluewind@xinu.at>2017-09-10 23:47:50 +0200
committerFlorian Pritz <bluewind@xinu.at>2017-09-10 23:47:50 +0200
commite56c3a182202a0e4155cc03765e8b912e50d3001 (patch)
tree3accbb61e69e2225b7737abc73586df15afc3480 /lib/App/BorgRestore/DB.pm
parentcfba77bdcc1520e558891f71b7d4948841783a8c (diff)
downloadApp-BorgRestore-e56c3a182202a0e4155cc03765e8b912e50d3001.tar.gz
App-BorgRestore-e56c3a182202a0e4155cc03765e8b912e50d3001.tar.xz
Add basic documentation for all packages
Module::Build::Tiny installs manpages for all packages and for these 3 the manpages were empty. Signed-off-by: Florian Pritz <bluewind@xinu.at>
Diffstat (limited to 'lib/App/BorgRestore/DB.pm')
-rw-r--r--lib/App/BorgRestore/DB.pm12
1 files changed, 12 insertions, 0 deletions
diff --git a/lib/App/BorgRestore/DB.pm b/lib/App/BorgRestore/DB.pm
index b8eb0be..e918677 100644
--- a/lib/App/BorgRestore/DB.pm
+++ b/lib/App/BorgRestore/DB.pm
@@ -9,6 +9,18 @@ use DBI;
use Function::Parameters;
use Log::Any qw($log);
+=encoding utf-8
+
+=head1 NAME
+
+App::BorgRestore::DB - Database layer
+
+=head1 DESCRIPTION
+
+App::BorgRestore::DB abstracts the database storage used internally by L<App::BorgRestore>.
+
+=cut
+
method new($class: $db_path, $cache_size) {
my $self = {};
bless $self, $class;