search for: be98838

Displaying 2 results from an estimated 2 matches for "be98838".

2019 Jul 10
1
[p2v PATCH] Use List::MoreUtils instead of List::Util
...ich older distros (like RHEL/CentOS 7/6) do not have. Instead use List::MoreUtils, which is available, and provides the same functionality. --- generate-p2v-config.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/generate-p2v-config.pl b/generate-p2v-config.pl index 01387e0..be98838 100755 --- a/generate-p2v-config.pl +++ b/generate-p2v-config.pl @@ -20,7 +20,7 @@ use warnings; use Class::Struct; use Getopt::Long; -use List::Util qw(any); +use List::MoreUtils qw(any); struct ConfigSection => { -- 2.21.0
2019 Sep 18
1
[p2v PATCH v2] Use URL to point to GNU licenses
...ogram; if not, write to the Free Software -# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. +# along with this program. If not, see <https://www.gnu.org/licenses/>. use strict; use warnings; diff --git a/generate-p2v-config.pl b/generate-p2v-config.pl index be98838..06a2e2c 100755 --- a/generate-p2v-config.pl +++ b/generate-p2v-config.pl @@ -12,8 +12,7 @@ # GNU General Public License for more details. # # You should have received a copy of the GNU General Public License -# along with this program; if not, write to the Free Software -# Foundation, Inc., 51...