diff options
Diffstat (limited to 'dev-perl')
-rw-r--r-- | dev-perl/Exception-Class/ChangeLog | 6 | ||||
-rw-r--r-- | dev-perl/Exception-Class/Exception-Class-1.23.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/dev-perl/Exception-Class/ChangeLog b/dev-perl/Exception-Class/ChangeLog index 77eb4817fe05..bc54f0bec4b1 100644 --- a/dev-perl/Exception-Class/ChangeLog +++ b/dev-perl/Exception-Class/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-perl/Exception-Class # Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Exception-Class/ChangeLog,v 1.39 2006/07/02 13:50:52 mcummings Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Exception-Class/ChangeLog,v 1.40 2006/07/14 16:47:14 mcummings Exp $ + + 14 Jul 2006; Michael Cummings <mcummings@gentoo.org> + Exception-Class-1.23.ebuild: + Forcing mb version 02 Jul 2006; Michael Cummings <mcummings@gentoo.org> -Exception-Class-1.22.ebuild, Exception-Class-1.23.ebuild: diff --git a/dev-perl/Exception-Class/Exception-Class-1.23.ebuild b/dev-perl/Exception-Class/Exception-Class-1.23.ebuild index 288dedcecc20..5c5d623b7604 100644 --- a/dev-perl/Exception-Class/Exception-Class-1.23.ebuild +++ b/dev-perl/Exception-Class/Exception-Class-1.23.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Exception-Class/Exception-Class-1.23.ebuild,v 1.7 2006/07/02 13:50:52 mcummings Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Exception-Class/Exception-Class-1.23.ebuild,v 1.8 2006/07/14 16:47:14 mcummings Exp $ myconf='INSTALLDIRS=vendor' inherit perl-module @@ -17,7 +17,7 @@ SRC_TEST="do" TDEPEND="dev-perl/Test-Pod" DEPEND="${DEPEND} - dev-perl/module-build" + >=dev-perl/module-build-0.28" RDEPEND=">=dev-perl/Class-Data-Inheritable-0.02 >=dev-perl/Devel-StackTrace-1.12 |