summaryrefslogtreecommitdiff
path: root/perl-dbicx-testdatabase/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'perl-dbicx-testdatabase/PKGBUILD')
-rw-r--r--perl-dbicx-testdatabase/PKGBUILD4
1 files changed, 3 insertions, 1 deletions
diff --git a/perl-dbicx-testdatabase/PKGBUILD b/perl-dbicx-testdatabase/PKGBUILD
index e700f6f5..2563344d 100644
--- a/perl-dbicx-testdatabase/PKGBUILD
+++ b/perl-dbicx-testdatabase/PKGBUILD
@@ -3,12 +3,14 @@
pkgname='perl-dbicx-testdatabase'
pkgver='0.05'
-pkgrel='4'
+pkgrel='5'
pkgdesc='create a temporary database from a DBIx::Class::Schema'
arch=('any')
license=('PerlArtistic' 'GPL')
options=('!emptydirs')
depends=(
+ 'perl>=5.28'
+ 'perl<5.29'
'perl-dbd-sqlite>=1.29'
'perl-file-temp'
'perl-sql-translator'