summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTorsten Veller <tove@gentoo.org>2012-11-12 19:31:34 +0000
committerTorsten Veller <tove@gentoo.org>2012-11-12 19:31:34 +0000
commit6fcf4f6d9701f491a3504ddd930ddfbaeb4ef158 (patch)
tree27748b352dd19fe0aeb87eee56884acde1e681b8 /dev-perl/strictures
parentFix broken dlopen -ldl check, marked ~x64-freebsd (diff)
downloadgentoo-2-6fcf4f6d9701f491a3504ddd930ddfbaeb4ef158.tar.gz
gentoo-2-6fcf4f6d9701f491a3504ddd930ddfbaeb4ef158.tar.bz2
gentoo-2-6fcf4f6d9701f491a3504ddd930ddfbaeb4ef158.zip
[bump] dev-perl/strictures-1.4.3
(Portage version: 2.2.0_alpha142/cvs/Linux x86_64, signed Manifest commit with key 0x5772769F4E046AEC)
Diffstat (limited to 'dev-perl/strictures')
-rw-r--r--dev-perl/strictures/ChangeLog7
-rw-r--r--dev-perl/strictures/strictures-1.4.3.ebuild17
2 files changed, 23 insertions, 1 deletions
diff --git a/dev-perl/strictures/ChangeLog b/dev-perl/strictures/ChangeLog
index 81b07e20f8fe..cab5d2ecf5e8 100644
--- a/dev-perl/strictures/ChangeLog
+++ b/dev-perl/strictures/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for dev-perl/strictures
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/strictures/ChangeLog,v 1.10 2012/09/10 18:01:12 tove Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/strictures/ChangeLog,v 1.11 2012/11/12 19:31:33 tove Exp $
+
+*strictures-1.4.3 (12 Nov 2012)
+
+ 12 Nov 2012; Torsten Veller <tove@gentoo.org> +strictures-1.4.3.ebuild:
+ Version bump
*strictures-1.4.2 (10 Sep 2012)
diff --git a/dev-perl/strictures/strictures-1.4.3.ebuild b/dev-perl/strictures/strictures-1.4.3.ebuild
new file mode 100644
index 000000000000..d633e2861abb
--- /dev/null
+++ b/dev-perl/strictures/strictures-1.4.3.ebuild
@@ -0,0 +1,17 @@
+# Copyright 1999-2012 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/strictures/strictures-1.4.3.ebuild,v 1.1 2012/11/12 19:31:34 tove Exp $
+
+EAPI=4
+
+MODULE_AUTHOR=ETHER
+MODULE_VERSION=1.004003
+inherit perl-module
+
+DESCRIPTION="Turn on strict and make all warnings fatal"
+
+SLOT="0"
+IUSE=""
+KEYWORDS="~amd64 ~x86 ~ppc-aix ~ppc-macos ~x86-solaris"
+
+SRC_TEST=do