[SCM] Debian packaging of Apache-Session-LDAP CPAN distribution branch, master, updated. debian/0.1-1-7-g908455b

xguimard x.guimard at free.fr
Wed Jun 27 05:17:44 UTC 2012


The following commit has been merged in the master branch:
commit f89e970f36c435393f97906e84b242a5f61eaf40
Author: xguimard <x.guimard at free.fr>
Date:   Wed Jun 27 07:15:14 2012 +0200

    Update to 0.2

diff --git a/Changes b/Changes
index 3a2525f..95d5cfa 100644
--- a/Changes
+++ b/Changes
@@ -7,3 +7,6 @@ Revision history for Perl extension Apache::Session::LDAP.
 0.1   Wed Dec 8 16:30:32 2010
 	- change serialization
 
+0.2   Tue Jun 26 06:15:12 2012
+	- remove inappropriate comment
+
diff --git a/META.yml b/META.yml
index 76f489a..e2dc503 100644
--- a/META.yml
+++ b/META.yml
@@ -1,10 +1,10 @@
 --- #YAML:1.0
 name:               Apache-Session-LDAP
-version:            0.1
+version:            0.2
 abstract:           An implementation of Apache::Session
 author:
-    - Xavier Guimard <guimard@>
-license:            unknown
+    - Xavier Guimard <x.guimard at free.fr>
+license:            perl
 distribution_type:  module
 configure_requires:
     ExtUtils::MakeMaker:  0
diff --git a/lib/Apache/Session/LDAP.pm b/lib/Apache/Session/LDAP.pm
index 41f0ff7..48ba3bf 100644
--- a/lib/Apache/Session/LDAP.pm
+++ b/lib/Apache/Session/LDAP.pm
@@ -3,7 +3,7 @@ package Apache::Session::LDAP;
 use strict;
 use vars qw(@ISA $VERSION);
 
-$VERSION = '0.1';
+$VERSION = '0.2';
 @ISA = qw(Apache::Session);
 
 use Apache::Session;
@@ -54,7 +54,7 @@ Xavier Guimard, E<lt>x.guimard at free.frE<gt>
 
 =head1 COPYRIGHT AND LICENSE
 
-Copyright (C) 2009 by Xavier Guimard
+Copyright (C) 2009, 2012 by Xavier Guimard
 
 This library is free software; you can redistribute it and/or modify
 it under the same terms as Perl itself, either Perl version 5.10.0 or,
diff --git a/lib/Apache/Session/Store/LDAP.pm b/lib/Apache/Session/Store/LDAP.pm
index fb45985..0478dc3 100644
--- a/lib/Apache/Session/Store/LDAP.pm
+++ b/lib/Apache/Session/Store/LDAP.pm
@@ -1,19 +1,10 @@
-#############################################################################
-#
-# Apache::Session::Store::DB_File
-# Implements session object storage via Perl's DB_File module
-# Copyright(c) 2000 Jeffrey William Baker (jwbaker at acm.org)
-# Distribute under the Perl License
-#
-############################################################################
-
 package Apache::Session::Store::LDAP;
 
 use strict;
 use vars qw($VERSION);
 use Net::LDAP;
 
-$VERSION = '0.1';
+$VERSION = '0.2';
 
 sub new {
     my $class = shift;
@@ -187,7 +178,7 @@ Xavier Guimard, E<lt>guimard at E<gt>
 
 =head1 COPYRIGHT AND LICENSE
 
-Copyright (C) 2009 by Xavier Guimard
+Copyright (C) 2009, 2012 by Xavier Guimard
 
 This library is free software; you can redistribute it and/or modify
 it under the same terms as Perl itself, either Perl version 5.10.0 or,

-- 
Debian packaging of Apache-Session-LDAP CPAN distribution



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