aboutsummaryrefslogtreecommitdiff
path: root/SBO-Lib/lib/SBO/Lib
AgeCommit message (Expand)Author
2016-12-13SBO::Lib::Info: fix bug in parse_info with wrong handling of empty valuesAndreas Guldstrand
2016-12-12SBO::Lib::Info: fix bug in parse_info with wrong key regexAndreas Guldstrand
2016-12-10SBO::Lib::Repo: add --no-local switch to git clone command. This closes #47.Andreas Guldstrand
2016-12-08SBO::Lib::Info: document parse_info. This closes #46.Andreas Guldstrand
2016-12-07SBO::Lib::Info: add parse_info sub for parsing .info files properlyAndreas Guldstrand
2016-12-05SBO::Lib::Util: update documentation for version_cmp. This closes #45.Andreas Guldstrand
2016-12-04SBO::Lib::Util: fix version_cmp for #45.Andreas Guldstrand
2016-09-21SBO::Lib*: declare all POD as being in UTF-8Andreas Guldstrand
2016-09-18SBO::Lib*: update version to 2.1Andreas Guldstrand
2016-09-07sbo*, SBO::Lib::*: make use of prompt() for getting user inputAndreas Guldstrand
2016-09-06SBO::Lib::Util: add prompt() routine to handle prompting the user for inputAndreas Guldstrand
2016-09-04SBO::Lib::Build: perform_sbo: use $changes{jobs} to check if JOBS should be setAndreas Guldstrand
2016-09-01SBO::Lib::Readme: Fix user_prompt() behaviour and fix up tests for itAndreas Guldstrand
2016-08-31sboinstall: report full package name for something already installed.Andreas Guldstrand
2016-08-30SBO::Lib::Build: no need for complicated file handling for what is essentiall...Andreas Guldstrand
2016-08-30SBO::Lib::Build: perform_sbo should change back from the SBo dir after buildingAndreas Guldstrand
2016-08-30SBO::Lib::Build: add run_tee() to handle command running and outputAndreas Guldstrand
2016-08-29SBO::Lib::Util: only warn when $conf_file existsAndreas Guldstrand
2016-08-29SBO::Lib::Readme: let get_readme_contents use slurp() tooAndreas Guldstrand
2016-08-29SBO::Lib::Info: let get_from_info use slurp() tooAndreas Guldstrand
2016-08-29SBO::Lib::Util: read_config can use slurp()Andreas Guldstrand
2016-08-28sboconfig: move slurp() to SBO::Lib::Util, and document itAndreas Guldstrand
2016-08-28SBO::Lib::Util: remove some trailing whitespaceAndreas Guldstrand
2016-08-28SBO::Lib::Info/Tree: move get_orig_version from ::Tree to ::InfoAndreas Guldstrand
2016-08-24SBO::Lib::Build: separate out build utils from SBO::LibAndreas Guldstrand
2016-08-23SBO::Lib::Download: separate out download utils from SBO::LibAndreas Guldstrand
2016-08-22SBO::Lib::Readme: separate out package utils from SBO::LibAndreas Guldstrand
2016-08-21SBO::Lib::Pkgs: separate out package utils from SBO::LibAndreas Guldstrand
2016-08-20SBO::Lib::Info: separate out info utils from SBO::LibAndreas Guldstrand
2016-08-19SBO::Lib::Tree: separate out tree utils from SBO::LibAndreas Guldstrand
2016-08-18SBO::Lib::Repo: separate out repo utils from SBO::LibAndreas Guldstrand
2016-08-17SBO::Lib::Util: separate out some utils from SBO::LibAndreas Guldstrand