diff options
-rwxr-xr-x | checkVersions | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/checkVersions b/checkVersions index 9f9ca9a5..79fe2724 100755 --- a/checkVersions +++ b/checkVersions @@ -516,7 +516,8 @@ then post='s|\(\...\)0$|\1|' elif [ "${pkgname}" = 'perl-opengl' ] || \ [ "${pkgname}" = 'perl-array-diff' ] || \ - [ "${pkgname}" = 'perl-module-cpants-analyse' ] + [ "${pkgname}" = 'perl-module-cpants-analyse' ] || \ + [ "${pkgname}" = 'perl-data-clean' ] then pre='s|\(\...\)\(.\)|\1.\2|' post='s|\(\...\)\.\(.\)|\1\2|' |