summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--perl-core/Test/ChangeLog9
-rw-r--r--perl-core/Test/Test-1.260.0.ebuild17
2 files changed, 24 insertions, 2 deletions
diff --git a/perl-core/Test/ChangeLog b/perl-core/Test/ChangeLog
index 0348ea7c5ad4..776dbea07202 100644
--- a/perl-core/Test/ChangeLog
+++ b/perl-core/Test/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for perl-core/Test
-# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/perl-core/Test/ChangeLog,v 1.15 2012/06/24 15:39:01 tove Exp $
+# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/perl-core/Test/ChangeLog,v 1.16 2013/01/19 12:02:28 tove Exp $
+
+*Test-1.260.0 (19 Jan 2013)
+
+ 19 Jan 2013; Torsten Veller <tove@gentoo.org> +Test-1.260.0.ebuild:
+ Version bump
24 Jun 2012; Torsten Veller <tove@gentoo.org> metadata.xml:
Update CPAN upstream info
diff --git a/perl-core/Test/Test-1.260.0.ebuild b/perl-core/Test/Test-1.260.0.ebuild
new file mode 100644
index 000000000000..d01018d1b672
--- /dev/null
+++ b/perl-core/Test/Test-1.260.0.ebuild
@@ -0,0 +1,17 @@
+# Copyright 1999-2013 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/perl-core/Test/Test-1.260.0.ebuild,v 1.1 2013/01/19 12:02:28 tove Exp $
+
+EAPI=5
+
+MODULE_AUTHOR=JESSE
+MODULE_VERSION=1.26
+inherit perl-module
+
+DESCRIPTION="Utilities for writing test scripts"
+
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris"
+IUSE=""
+
+SRC_TEST="do"