diff options
author | Torsten Veller <tove@gentoo.org> | 2012-07-13 16:50:38 +0000 |
---|---|---|
committer | Torsten Veller <tove@gentoo.org> | 2012-07-13 16:50:38 +0000 |
commit | 8eb0e107bd4290e1f1a97ebd2eea6ef86c8ec728 (patch) | |
tree | 8adb82f0f1224343d80dbe241dd855ddd7ce1c58 /dev-perl/strictures | |
parent | version bump (diff) | |
download | gentoo-2-8eb0e107bd4290e1f1a97ebd2eea6ef86c8ec728.tar.gz gentoo-2-8eb0e107bd4290e1f1a97ebd2eea6ef86c8ec728.tar.bz2 gentoo-2-8eb0e107bd4290e1f1a97ebd2eea6ef86c8ec728.zip |
[bump] dev-perl/strictures-1.4.1
(Portage version: 2.2.0_alpha117/cvs/Linux x86_64)
Diffstat (limited to 'dev-perl/strictures')
-rw-r--r-- | dev-perl/strictures/ChangeLog | 7 | ||||
-rw-r--r-- | dev-perl/strictures/strictures-1.4.1.ebuild | 17 |
2 files changed, 23 insertions, 1 deletions
diff --git a/dev-perl/strictures/ChangeLog b/dev-perl/strictures/ChangeLog index 19e8786d73b7..4eb1e00fc76f 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.6 2012/06/24 12:59:15 tove Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/strictures/ChangeLog,v 1.7 2012/07/13 16:50:38 tove Exp $ + +*strictures-1.4.1 (13 Jul 2012) + + 13 Jul 2012; Torsten Veller <tove@gentoo.org> +strictures-1.4.1.ebuild: + Version bump 24 Jun 2012; Torsten Veller <tove@gentoo.org> metadata.xml: Update CPAN upstream info diff --git a/dev-perl/strictures/strictures-1.4.1.ebuild b/dev-perl/strictures/strictures-1.4.1.ebuild new file mode 100644 index 000000000000..543e151b72b6 --- /dev/null +++ b/dev-perl/strictures/strictures-1.4.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.4.1.ebuild,v 1.1 2012/07/13 16:50:38 tove Exp $ + +EAPI=4 + +MODULE_AUTHOR=ETHER +MODULE_VERSION=1.004001 +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 |