summaryrefslogtreecommitdiffstats
path: root/lib/App/BorgRestore.pm
blob: 647fdfc402c52553bbb06e44d38fd58e549cfab0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
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