sbotools2

Maintenance fork of the original sbotools version 2
Log | Files | Refs | README

commit aa80897cb328cb5247d7728b3a55476e8426d2eb
parent 11a4a3ccecd00223a81d8d2678cc1355ebd5fe44
Author: Jacob Pipkin <j@dawnrazor.net>
Date:   Wed, 30 May 2012 14:21:06 -0500

stop exporting subs used nowhere: get_slack_version, check_slackbuilds_txt, get_pkg_name

Diffstat:
MSBO-Lib/lib/SBO/Lib.pm | 3---
1 file changed, 0 insertions(+), 3 deletions(-)

diff --git a/SBO-Lib/lib/SBO/Lib.pm b/SBO-Lib/lib/SBO/Lib.pm @@ -16,8 +16,6 @@ require Exporter; @EXPORT = qw( script_error show_version - get_slack_version - check_slackbuilds_txt slackbuilds_or_fetch fetch_tree update_tree @@ -28,7 +26,6 @@ require Exporter; make_distclean do_upgradepkg get_sbo_location - get_pkg_name make_temp_file );