diff options
author | Andreas Guldstrand <andreas.guldstrand@gmail.com> | 2016-12-17 00:01:57 +0100 |
---|---|---|
committer | Andreas Guldstrand <andreas.guldstrand@gmail.com> | 2017-01-13 03:34:57 +0100 |
commit | 19e43d2ab17b2da2fd45214dfab9baeef117489b (patch) | |
tree | 95ef8c336ef06460a9b47d2283b257c630db9945 /SBO-Lib/lib/SBO/Lib/Readme.pm | |
parent | 9be6ae58f74adb513f32dfe1d793df5bfb86ab26 (diff) | |
download | sbotools-19e43d2ab17b2da2fd45214dfab9baeef117489b.tar.xz |
SBO::Lib::Readme: allow exporting ask_other_readmes
This closes #49.
Diffstat (limited to 'SBO-Lib/lib/SBO/Lib/Readme.pm')
-rw-r--r-- | SBO-Lib/lib/SBO/Lib/Readme.pm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/SBO-Lib/lib/SBO/Lib/Readme.pm b/SBO-Lib/lib/SBO/Lib/Readme.pm index e8f27f0..d365a8a 100644 --- a/SBO-Lib/lib/SBO/Lib/Readme.pm +++ b/SBO-Lib/lib/SBO/Lib/Readme.pm @@ -13,6 +13,7 @@ use Exporter 'import'; our @EXPORT_OK = qw{ ask_opts + ask_other_readmes ask_user_group get_opts get_readme_contents |