diff options
author | Florian Pritz <bluewind@xinu.at> | 2017-02-26 20:45:25 +0100 |
---|---|---|
committer | Florian Pritz <bluewind@xinu.at> | 2017-02-26 20:45:25 +0100 |
commit | 574d634e67f72b426b7c8f15bd241e2e2e6de624 (patch) | |
tree | c27bfed9c0ea99563c01a6107118c03a115477a2 /lib | |
download | App-BorgRestore-574d634e67f72b426b7c8f15bd241e2e2e6de624.tar.gz App-BorgRestore-574d634e67f72b426b7c8f15bd241e2e2e6de624.tar.xz |
initial commit
Signed-off-by: Florian Pritz <bluewind@xinu.at>
Diffstat (limited to 'lib')
-rw-r--r-- | lib/App/BorgRestore.pm | 39 |
1 files changed, 39 insertions, 0 deletions
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 E<lt>bluewind@xinu.atE<gt> + +=cut + |