diff options
author | Andreas Guldstrand <andreas.guldstrand@gmail.com> | 2015-12-06 04:14:07 +0100 |
---|---|---|
committer | Andreas Guldstrand <andreas.guldstrand@gmail.com> | 2015-12-06 04:14:07 +0100 |
commit | 601c29e0e9364b9b4500e24f37118ed3cf7f6630 (patch) | |
tree | 3ab4f364337c1d858cd1e8ed72c8cfb78b158a9f /sboremove | |
parent | 2cd32e7247f1babad2726551a43b521a91bc76f4 (diff) | |
download | sbotools-601c29e0e9364b9b4500e24f37118ed3cf7f6630.tar.xz |
Change from @EXPORT to @EXPORT_OK
Diffstat (limited to 'sboremove')
-rwxr-xr-x | sboremove | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -12,7 +12,7 @@ use 5.16.0; use strict; use warnings FATAL => 'all'; -use SBO::Lib; +use SBO::Lib qw/ get_inst_names get_installed_packages get_sbo_location get_build_queue merge_queues get_requires get_readme_contents get_sbo_location /; use Getopt::Long qw(:config bundling); use File::Basename; |