Skip to content

Instantly share code, notes, and snippets.

@kentfredric
Created October 23, 2014 17:20
Show Gist options
  • Save kentfredric/0c76bc2c088dafa9ad6f to your computer and use it in GitHub Desktop.
Save kentfredric/0c76bc2c088dafa9ad6f to your computer and use it in GitHub Desktop.
--- SQL-Abstract-1.780.0.ebuild 2014-07-26 15:01:07.000000000 +0000
+++ SQL-Abstract-1.780.0-r1.ebuild 2014-10-23 17:17:23.142361300 +0000
@@ -15,20 +15,19 @@
IUSE="test"
RDEPEND="
- >=dev-perl/Class-Accessor-Grouped-0.100.50
- >=dev-perl/Getopt-Long-Descriptive-0.91.0
- dev-perl/Hash-Merge
+ >=dev-perl/Hash-Merge-0.120.0
+ virtual/perl-Scalar-List-Utils
+ >=dev-perl/Moo-1.4.2
+
"
DEPEND="${RDEPEND}
+ >=virtual/perl-ExtUtils-MakeMaker-6.590.0
test? (
- >=dev-perl/Test-Deep-0.106
- dev-perl/Test-Exception
- dev-perl/Test-Pod
- >=virtual/perl-Test-Simple-0.92
+ virtual/perl-Storable
+ >=dev-perl/Test-Deep-0.101.0
+ >=dev-perl/Test-Exception-0.310.0
+ >=virtual/perl-Test-Simple-0.880.0
dev-perl/Test-Warn
- >=dev-perl/Clone-0.31
)
"
-# dev-perl/Test-Pod-Coverage
-
SRC_TEST="do"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment