From 11769a9bdc132f4fe407f1169d5bb6442701fb93 Mon Sep 17 00:00:00 2001 From: Charles McGarvey Date: Wed, 29 Nov 2017 23:56:26 -0700 Subject: [PATCH] add auto-generated README --- README.md | 66 +++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 66 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..a9810e5 --- /dev/null +++ b/README.md @@ -0,0 +1,66 @@ +# NAME + +App::GroupSecret - A simple tool for maintaining a shared group secret + +# VERSION + +version 0.300 + +# DESCRIPTION + +This module is part of the command-line interface for managing keyfiles. + +See [groupsecret](https://metacpan.org/pod/groupsecret) for documentation. + +# METHODS + +## new + + $script = App::GroupSecret->new; + +Construct a new script object. + +## main + + $script->main(@ARGV); + +Run a command with the given command-line arguments. + +## filepath + + $filepath = $script->filepath; + +Get the path to the keyfile. + +## file + + $file = $script->file; + +Get the [App::GroupSecret::File](https://metacpan.org/pod/App::GroupSecret::File) instance for the keyfile. + +## private\_key + + $filepath = $script->private_key; + +Get the path to a private key used to decrypt the keyfile. + +# BUGS + +Please report any bugs or feature requests on the bugtracker website +[https://github.com/chazmcgarvey/groupsecret/issues](https://github.com/chazmcgarvey/groupsecret/issues) + +When submitting a bug or request, please include a test-file or a +patch to an existing test-file that illustrates the bug or desired +feature. + +# AUTHOR + +Charles McGarvey + +# COPYRIGHT AND LICENSE + +This software is Copyright (c) 2017 by Charles McGarvey. + +This is free software, licensed under: + + The MIT (X11) License -- 2.43.0