This is an automated email from the git hooks/post-receive script.

js pushed a commit to tag 0.043_01
in repository libexporter-tiny-perl.

commit 4420164fc3bbe125ea12979313cb8e369b6a7383
Author: Toby Inkster <m...@tobyinkster.co.uk>
Date:   Sun Nov 9 11:46:58 2014 +0000

    bump version; changelog
---
 lib/Exporter/Shiny.pm | 2 +-
 lib/Exporter/Tiny.pm  | 2 +-
 meta/changes.pret     | 8 ++++++++
 3 files changed, 10 insertions(+), 2 deletions(-)

diff --git a/lib/Exporter/Shiny.pm b/lib/Exporter/Shiny.pm
index 016ff93..d981d83 100644
--- a/lib/Exporter/Shiny.pm
+++ b/lib/Exporter/Shiny.pm
@@ -7,7 +7,7 @@ use warnings;
 use Exporter::Tiny ();
 
 our $AUTHORITY = 'cpan:TOBYINK';
-our $VERSION   = '0.042';
+our $VERSION   = '0.043_01';
 
 sub import {
        my $me     = shift;
diff --git a/lib/Exporter/Tiny.pm b/lib/Exporter/Tiny.pm
index fcfc457..052b625 100644
--- a/lib/Exporter/Tiny.pm
+++ b/lib/Exporter/Tiny.pm
@@ -5,7 +5,7 @@ use strict;
 use warnings; no warnings qw(void once uninitialized numeric redefine);
 
 our $AUTHORITY = 'cpan:TOBYINK';
-our $VERSION   = '0.042';
+our $VERSION   = '0.043_01';
 our @EXPORT_OK = qw< mkopt mkopt_hash _croak _carp >;
 
 sub _croak ($;@) { require Carp; my $fmt = shift; @_ = sprintf($fmt, @_); goto 
\&Carp::croak }
diff --git a/meta/changes.pret b/meta/changes.pret
index 80fbfbe..cb1ed22 100644
--- a/meta/changes.pret
+++ b/meta/changes.pret
@@ -154,3 +154,11 @@
                item "Housekeeping on %TRACKED."^^Change;
        ].
 
+`Exporter-Tiny 0.043_01 cpan:TOBYINK`
+       issued  2014-11-09;
+       changeset [
+               dcs:versus `Exporter-Tiny 0.042 cpan:TOBYINK`;
+               item "Restructure documentation."^^Documentation;
+               item "Support { -as => CODE } to programatically rename 
functions."^^Change;
+       ].
+

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-perl/packages/libexporter-tiny-perl.git

_______________________________________________
Pkg-perl-cvs-commits mailing list
Pkg-perl-cvs-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-perl-cvs-commits

Reply via email to