PG-603: Fix/Update String::Util module in TAP test perl. (#373)

Removed use of String::Util perl module from TAP test cases, and now using
Text::Trim module instead, as that is more stable. Also removed the
Data::Str2Num perl module as it was not needed any more.
This commit is contained in:
Naeem Akhter
2023-02-02 15:41:43 +05:00
committed by GitHub
parent 32b1219087
commit 4352d97af0
43 changed files with 22 additions and 56 deletions

View File

@@ -24,8 +24,7 @@ jobs:
/etc/postgresql
sudo rm -f /usr/bin/pg_config
sudo /usr/bin/perl -MCPAN -e 'install IPC::RUN'
sudo /usr/bin/perl -MCPAN -e 'install String::Util'
sudo /usr/bin/perl -MCPAN -e 'install Data::Str2Num'
sudo /usr/bin/perl -MCPAN -e 'install Text::Trim'
- name: Install percona-release script
run: |