From 574d634e67f72b426b7c8f15bd241e2e2e6de624 Mon Sep 17 00:00:00 2001 From: Florian Pritz Date: Sun, 26 Feb 2017 20:45:25 +0100 Subject: initial commit Signed-off-by: Florian Pritz --- lib/App/BorgRestore.pm | 39 +++++++++++++++++++++++++++++++++++++++ 1 file changed, 39 insertions(+) create mode 100644 lib/App/BorgRestore.pm (limited to 'lib/App/BorgRestore.pm') diff --git a/lib/App/BorgRestore.pm b/lib/App/BorgRestore.pm new file mode 100644 index 0000000..647fdfc --- /dev/null +++ b/lib/App/BorgRestore.pm @@ -0,0 +1,39 @@ +package App::BorgRestore; +use 5.008001; +use strict; +use warnings; + +our $VERSION = "0.01"; + + + +1; +__END__ + +=encoding utf-8 + +=head1 NAME + +App::BorgRestore - It's new $module + +=head1 SYNOPSIS + + use App::BorgRestore; + +=head1 DESCRIPTION + +App::BorgRestore is ... + +=head1 LICENSE + +Copyright (C) Florian Pritz. + +This library is free software; you can redistribute it and/or modify +it under the same terms as Perl itself. + +=head1 AUTHOR + +Florian Pritz Ebluewind@xinu.atE + +=cut + -- cgit v1.2.3-24-g4f1b