summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTorsten Veller <tove@gentoo.org>2012-04-09 07:05:14 +0000
committerTorsten Veller <tove@gentoo.org>2012-04-09 07:05:14 +0000
commit75c69752c95166f033166be126a137b9fc3b6395 (patch)
tree97eba72014b7c725d07c3e47de54277628abd682 /dev-perl
parentVersion bump. (diff)
downloadgentoo-2-75c69752c95166f033166be126a137b9fc3b6395.tar.gz
gentoo-2-75c69752c95166f033166be126a137b9fc3b6395.tar.bz2
gentoo-2-75c69752c95166f033166be126a137b9fc3b6395.zip
[bump] dev-perl/strictures-1.3.1
(Portage version: 2.2.0_alpha100/cvs/Linux x86_64)
Diffstat (limited to 'dev-perl')
-rw-r--r--dev-perl/strictures/ChangeLog7
-rw-r--r--dev-perl/strictures/strictures-1.3.1.ebuild17
2 files changed, 23 insertions, 1 deletions
diff --git a/dev-perl/strictures/ChangeLog b/dev-perl/strictures/ChangeLog
index 60717b418f6e..08c76c79b833 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.3 2012/03/01 16:17:40 tove Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/strictures/ChangeLog,v 1.4 2012/04/09 07:05:14 tove Exp $
+
+*strictures-1.3.1 (09 Apr 2012)
+
+ 09 Apr 2012; Torsten Veller <tove@gentoo.org> +strictures-1.3.1.ebuild:
+ Version bump
01 Mar 2012; Torsten Veller <tove@gentoo.org> metadata.xml:
Add missing cpan remote-id tags in metadata.xml (#406287)
diff --git a/dev-perl/strictures/strictures-1.3.1.ebuild b/dev-perl/strictures/strictures-1.3.1.ebuild
new file mode 100644
index 000000000000..3b273d3c7f0a
--- /dev/null
+++ b/dev-perl/strictures/strictures-1.3.1.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.3.1.ebuild,v 1.1 2012/04/09 07:05:14 tove Exp $
+
+EAPI=4
+
+MODULE_AUTHOR=MSTROUT
+MODULE_VERSION=1.003001
+inherit perl-module
+
+DESCRIPTION="Turn on strict and make all warnings fatal"
+
+SLOT="0"
+IUSE=""
+KEYWORDS="~amd64 ~x86 ~ppc-macos ~x86-solaris"
+
+SRC_TEST=do