From e56c3a182202a0e4155cc03765e8b912e50d3001 Mon Sep 17 00:00:00 2001 From: Florian Pritz Date: Sun, 10 Sep 2017 23:47:50 +0200 Subject: 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 --- lib/App/BorgRestore/Borg.pm | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'lib/App/BorgRestore/Borg.pm') diff --git a/lib/App/BorgRestore/Borg.pm b/lib/App/BorgRestore/Borg.pm index 3766f8f..24d77c8 100644 --- a/lib/App/BorgRestore/Borg.pm +++ b/lib/App/BorgRestore/Borg.pm @@ -9,6 +9,18 @@ use Function::Parameters; use IPC::Run qw(run start new_chunker); use Log::Any qw($log); +=encoding utf-8 + +=head1 NAME + +App::BorgRestore::Borg - Borg abstraction + +=head1 DESCRIPTION + +App::BorgRestore::Borg abstracts borg commands used by L. + +=cut + method new($class: $borg_repo) { my $self = {}; bless $self, $class; -- cgit v1.2.3-24-g4f1b