From cd5c79b0aae5e583f7fd8d0b88ced78dd149e427 Mon Sep 17 00:00:00 2001 From: Guo Yunhe Date: Fri, 8 Nov 2019 13:13:54 +0200 Subject: [PATCH] Fix #24 --- CHANGELOG.md | 9 ++++++++- opi | 3 +-- 2 files changed, 9 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 981991c..821129e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.7.1] + +### Fixed + +- Missing `use File::Temp;` [#24](https://github.com/openSUSE-zh/opi/issues/24) + ## [0.7.0] ### Changed @@ -105,7 +111,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Choose package and install - Keep or remove repository after installation -[Unreleased]: https://github.com/openSUSE-zh/opi/compare/v0.7.0...HEAD +[Unreleased]: https://github.com/openSUSE-zh/opi/compare/v0.7.1...HEAD +[0.7.1]: https://github.com/openSUSE-zh/opi/compare/v0.7.0...v0.7.1 [0.7.0]: https://github.com/openSUSE-zh/opi/compare/v0.6.0...v0.7.0 [0.6.0]: https://github.com/openSUSE-zh/opi/compare/v0.5.2...v0.6.0 [0.5.2]: https://github.com/openSUSE-zh/opi/compare/v0.5.1...v0.5.2 diff --git a/opi b/opi index 34ac1c9..2c19a9c 100755 --- a/opi +++ b/opi @@ -2,7 +2,6 @@ # # OPI - openSUSE Build Service Package Installer # -# Version: 0.1.0 # Author: Guo Yunhe # Website: https://github.com/openSUSE-zh/opi # License: GPL-3.0 @@ -15,7 +14,7 @@ use URI::Escape; use Config; use Config::Tiny; use Term::ANSIColor; - +use File::Temp; # # Check command line arguments