[libmixin-extrafields-param-perl] 01/02: prep next release

Florian Schlichting fsfs at moszumanska.debian.org
Wed Jan 29 21:00:26 UTC 2014


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

fsfs pushed a commit to annotated tag 0.021
in repository libmixin-extrafields-param-perl.

commit c1a1399a2289741e36bc7aa1172c5ede837b1400
Author: Ricardo Signes <rjbs at cpan.org>
Date:   Tue Jan 21 22:09:23 2014 -0500

    prep next release
---
 Changes                        | 1 +
 lib/Mixin/ExtraFields/Param.pm | 3 ++-
 2 files changed, 3 insertions(+), 1 deletion(-)

diff --git a/Changes b/Changes
index 8d75e18..981b724 100644
--- a/Changes
+++ b/Changes
@@ -1,6 +1,7 @@
 Revision history for Mixin-ExtraFields-Param
 
 {{$NEXT}}
+        - fix github links
 
 0.020     2013-10-02 12:26:36 America/New_York
         - updated repo metadata, minor tweaks to prereqs and code
diff --git a/lib/Mixin/ExtraFields/Param.pm b/lib/Mixin/ExtraFields/Param.pm
index b28f47a..7601af6 100644
--- a/lib/Mixin/ExtraFields/Param.pm
+++ b/lib/Mixin/ExtraFields/Param.pm
@@ -1,9 +1,10 @@
 use warnings;
 use strict;
 package Mixin::ExtraFields::Param;
+# ABSTRACT: make your class provide a familiar "param" method
+
 use Mixin::ExtraFields 0.002 ();
 use parent qw(Mixin::ExtraFields);
-# ABSTRACT: make your class provide a familiar "param" method
 
 use Carp ();
 

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libmixin-extrafields-param-perl.git



More information about the Pkg-perl-cvs-commits mailing list