[SCM] Debian packaging of Apache-Session-Browseable CPAN distribution branch, master, updated. debian/0.6-1-10-gc35e03d
xguimard
x.guimard at free.fr
Sun Jun 24 11:16:08 UTC 2012
The following commit has been merged in the master branch:
commit 3912c56103ad623cbcd4853e2e31eedb5514ff86
Author: xguimard <x.guimard at free.fr>
Date: Sun Jun 24 09:15:51 2012 +0200
Update to 0.7
diff --git a/Changes b/Changes
index 5824838..cf53919 100644
--- a/Changes
+++ b/Changes
@@ -18,3 +18,7 @@ Revision history for Perl extension Apache::Session::Browseable.
0.6 Mon Dec 8 16:43:23 2010
- Add LDAP (Closes LEMONLDAP-243)
- Redis parsing returned nothing
+
+0.7 Sun Jun 24 09:07:21 2012
+ - Add "eval" to avoid errors in unserialize (LDAP)
+
diff --git a/META.yml b/META.yml
index c11e564..0f8ff70 100644
--- a/META.yml
+++ b/META.yml
@@ -1,6 +1,6 @@
--- #YAML:1.0
name: Apache-Session-Browseable
-version: 0.6
+version: 0.7
abstract: Add index and search methods to Apache::Session
author:
- Xavier Guimard <x.guimard at free.fr>
diff --git a/Makefile.PL b/Makefile.PL
index e4b3476..596787c 100644
--- a/Makefile.PL
+++ b/Makefile.PL
@@ -4,7 +4,7 @@ use ExtUtils::MakeMaker;
# the contents of the Makefile that is written.
WriteMakefile(
NAME => 'Apache::Session::Browseable',
- VERSION => '0.6',
+ VERSION => '0.7',
PREREQ_PM => { 'Apache::Session' => 0, },
(
$] >= 5.005
--
Debian packaging of Apache-Session-Browseable CPAN distribution
More information about the Pkg-perl-cvs-commits
mailing list