diff options
author | Andreas Guldstrand <andreas.guldstrand@gmail.com> | 2016-08-28 14:34:53 +0200 |
---|---|---|
committer | Andreas Guldstrand <andreas.guldstrand@gmail.com> | 2016-08-28 14:34:53 +0200 |
commit | d1c10b2f406b0e2b38bfd61022de3d640580c738 (patch) | |
tree | a3dce170f16feaef9bf0dfba561c228f8e90047d /SBO-Lib/lib/SBO/Lib/Pkgs.pm | |
parent | 5f6818be6eca7b849de73947d2d5a5c408c3624c (diff) | |
download | sbotools2-d1c10b2f406b0e2b38bfd61022de3d640580c738.tar.xz |
SBO::Lib::Info/Tree: move get_orig_version from ::Tree to ::Info
and update ::Pkgs accordingly
Diffstat (limited to 'SBO-Lib/lib/SBO/Lib/Pkgs.pm')
-rw-r--r-- | SBO-Lib/lib/SBO/Lib/Pkgs.pm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/SBO-Lib/lib/SBO/Lib/Pkgs.pm b/SBO-Lib/lib/SBO/Lib/Pkgs.pm index ec1f182..7918240 100644 --- a/SBO-Lib/lib/SBO/Lib/Pkgs.pm +++ b/SBO-Lib/lib/SBO/Lib/Pkgs.pm @@ -7,8 +7,8 @@ use warnings; our $VERSION = '2.0'; use SBO::Lib::Util qw/ %config script_error open_read version_cmp /; -use SBO::Lib::Tree qw/ get_orig_version get_sbo_location get_sbo_locations is_local /; -use SBO::Lib::Info qw/ get_sbo_version /; +use SBO::Lib::Tree qw/ get_sbo_location get_sbo_locations is_local /; +use SBO::Lib::Info qw/ get_orig_version get_sbo_version /; use Exporter 'import'; |