diff options
author | 2010-05-28 06:28:16 +0000 | |
---|---|---|
committer | 2010-05-28 06:28:16 +0000 | |
commit | 51e28ed787ad5086dfb78e067d441b41373be3a6 (patch) | |
tree | 3a9b6027cfeec6702c2d46006dcf52222b99758f /dev-perl | |
parent | Fixed build issue, bug #321729, thank Willard Dawson for report and Samuli Su... (diff) | |
download | gentoo-2-51e28ed787ad5086dfb78e067d441b41373be3a6.tar.gz gentoo-2-51e28ed787ad5086dfb78e067d441b41373be3a6.tar.bz2 gentoo-2-51e28ed787ad5086dfb78e067d441b41373be3a6.zip |
Version bump
(Portage version: 2.2_rc67/cvs/Linux x86_64)
Diffstat (limited to 'dev-perl')
-rw-r--r-- | dev-perl/Try-Tiny/ChangeLog | 7 | ||||
-rw-r--r-- | dev-perl/Try-Tiny/Try-Tiny-0.06.ebuild | 17 |
2 files changed, 23 insertions, 1 deletions
diff --git a/dev-perl/Try-Tiny/ChangeLog b/dev-perl/Try-Tiny/ChangeLog index c5417a0391d7..f3ed9da94cbd 100644 --- a/dev-perl/Try-Tiny/ChangeLog +++ b/dev-perl/Try-Tiny/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for dev-perl/Try-Tiny # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Try-Tiny/ChangeLog,v 1.4 2010/01/23 09:28:16 tove Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Try-Tiny/ChangeLog,v 1.5 2010/05/28 06:28:16 tove Exp $ + +*Try-Tiny-0.06 (28 May 2010) + + 28 May 2010; Torsten Veller <tove@gentoo.org> +Try-Tiny-0.06.ebuild: + Version bump *Try-Tiny-0.04 (23 Jan 2010) diff --git a/dev-perl/Try-Tiny/Try-Tiny-0.06.ebuild b/dev-perl/Try-Tiny/Try-Tiny-0.06.ebuild new file mode 100644 index 000000000000..29a8aba0d58c --- /dev/null +++ b/dev-perl/Try-Tiny/Try-Tiny-0.06.ebuild @@ -0,0 +1,17 @@ +# Copyright 1999-2010 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Try-Tiny/Try-Tiny-0.06.ebuild,v 1.1 2010/05/28 06:28:16 tove Exp $ + +EAPI=2 + +MODULE_AUTHOR=NUFFIN +inherit perl-module + +DESCRIPTION="minimal try/catch with proper localization of $@" + +LICENSE="MIT" +SLOT="0" +KEYWORDS="~amd64 ~ppc ~x86" +IUSE="" + +SRC_TEST=do |