[libcatmandu-perl] 24/30: changelog; add missing version

Jonas Smedegaard dr at jones.dk
Tue Dec 19 11:10:14 UTC 2017


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

js pushed a commit to annotated tag debian/1.0700-1
in repository libcatmandu-perl.

commit 4d1c9f3282ae1347fab9e48cabcf376fddb8560c
Author: Nicolas Steenlant <nicolas.steenlant at ugent.be>
Date:   Thu Nov 9 10:00:58 2017 +0100

    changelog; add missing version
---
 Build.PL                        | 2 +-
 Changes                         | 1 +
 lib/Catmandu/Plugin/Readonly.pm | 2 ++
 3 files changed, 4 insertions(+), 1 deletion(-)

diff --git a/Build.PL b/Build.PL
index 51a90ef..8828940 100644
--- a/Build.PL
+++ b/Build.PL
@@ -15,7 +15,7 @@ my %module_build_args = (
   },
   "dist_abstract" => "a data toolkit",
   "dist_author" => [
-    "Nicolas Steenlant <nicolas.steenlant\@ugent.be>"
+    "Nicolas Steenlant, C<< <nicolas.steenlant at ugent.be> >>"
   ],
   "dist_name" => "Catmandu",
   "dist_version" => "1.0606",
diff --git a/Changes b/Changes
index ff09626..424d4a4 100644
--- a/Changes
+++ b/Changes
@@ -1,6 +1,7 @@
 Revision history for Catmandu
 
 {{$NEXT}}
+  - new Readonly plugin
   - new DKVP importer for delimited key-value pairs
   - new Store bags method
   - new Store default_options for bag
diff --git a/lib/Catmandu/Plugin/Readonly.pm b/lib/Catmandu/Plugin/Readonly.pm
index 5f85aa9..6eb0299 100644
--- a/lib/Catmandu/Plugin/Readonly.pm
+++ b/lib/Catmandu/Plugin/Readonly.pm
@@ -1,5 +1,7 @@
 package Catmandu::Plugin::Readonly;
 
+our $VERSION = '1.0606';
+
 use Moo::Role;
 use MooX::Aliases;
 use Package::Stash;

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



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