r26434 - in /branches/upstream/libcgi-session-serialize-yaml-perl/current: Build.PL Changelog.ini Changes Changes.txt MANIFEST META.yml Makefile.PL lib/CGI/Session/Serialize/yaml.pm t/sessiondata/ t/sessiondata/cgisess.db t/sessiondata/cgisess.db.lck

ghostbar-guest at users.alioth.debian.org ghostbar-guest at users.alioth.debian.org
Sat Nov 1 16:56:29 UTC 2008


Author: ghostbar-guest
Date: Sat Nov  1 16:56:26 2008
New Revision: 26434

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=26434
Log:
[svn-upgrade] Integrating new upstream version, libcgi-session-serialize-yaml-perl (4.23)

Added:
    branches/upstream/libcgi-session-serialize-yaml-perl/current/Changelog.ini
    branches/upstream/libcgi-session-serialize-yaml-perl/current/Changes.txt
    branches/upstream/libcgi-session-serialize-yaml-perl/current/t/sessiondata/
    branches/upstream/libcgi-session-serialize-yaml-perl/current/t/sessiondata/cgisess.db   (with props)
    branches/upstream/libcgi-session-serialize-yaml-perl/current/t/sessiondata/cgisess.db.lck
Removed:
    branches/upstream/libcgi-session-serialize-yaml-perl/current/Changes
Modified:
    branches/upstream/libcgi-session-serialize-yaml-perl/current/Build.PL
    branches/upstream/libcgi-session-serialize-yaml-perl/current/MANIFEST
    branches/upstream/libcgi-session-serialize-yaml-perl/current/META.yml
    branches/upstream/libcgi-session-serialize-yaml-perl/current/Makefile.PL
    branches/upstream/libcgi-session-serialize-yaml-perl/current/lib/CGI/Session/Serialize/yaml.pm

Modified: branches/upstream/libcgi-session-serialize-yaml-perl/current/Build.PL
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libcgi-session-serialize-yaml-perl/current/Build.PL?rev=26434&op=diff
==============================================================================
--- branches/upstream/libcgi-session-serialize-yaml-perl/current/Build.PL (original)
+++ branches/upstream/libcgi-session-serialize-yaml-perl/current/Build.PL Sat Nov  1 16:56:26 2008
@@ -13,12 +13,13 @@
 	dist_author    => 'Ron Savage <ron at savage.net.au>',
 	build_requires =>
 	{
-		Test::More => 0,
-		Test::Pod  => 0,
+		'File::Spec' => 0,
+		'Test::More' => 0,
+		'Test::Pod'  => 0,
 	},
 	requires =>
 	{
-		CGI::Session => '4.20',
-		File::Spec   => 0,
+		'CGI::Session'               => 4.30,
+		'CGI::Session::ErrorHandler' => 4.30,
 	},
 ) -> create_build_script();

Added: branches/upstream/libcgi-session-serialize-yaml-perl/current/Changelog.ini
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libcgi-session-serialize-yaml-perl/current/Changelog.ini?rev=26434&op=file
==============================================================================
--- branches/upstream/libcgi-session-serialize-yaml-perl/current/Changelog.ini (added)
+++ branches/upstream/libcgi-session-serialize-yaml-perl/current/Changelog.ini Sat Nov  1 16:56:26 2008
@@ -1,0 +1,26 @@
+[Module]
+Name=CGI::Session::Serialize::yaml
+Configlog.Creator=Module::Metadata::Changes V 1.01
+Configlog.Parser=Config::IniFiles V 2.39
+
+[V 4.22]
+Date=2008-07-22T00:00:00
+Comments= <<EOT
+* FIX: Patch Build.PL and Makefile.PL to list all dependencies
+and to specify a version of CGI::Session after this code was split out
+so installing this module will trigger installation of a version of
+CGI::Session without it (this module). See RT#40056.
+Reported with suggested patch by Ryan Higgins
+* INTERNAL: Rename Changes to Changes.txt to match my other modules
+* INTERNAL: Add Changelog.ini
+EOT
+
+[V 4.21]
+Date=2008-03-13T00:00:00
+Comments= <<EOT
+* NEW: Create separate distro for this module by cutting it out of CGI::Session V 4.21.
+The requirement is for CGI::Session V 4.20 to be pre-installed so that you can
+install this module on top of CGI::Session without needing to upgrade to V 4.21.
+Of course there is no point in that since V 4.20 already includes this module's
+code but it allows you to reassure yourself that this distro does install ok
+EOT

Added: branches/upstream/libcgi-session-serialize-yaml-perl/current/Changes.txt
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libcgi-session-serialize-yaml-perl/current/Changes.txt?rev=26434&op=file
==============================================================================
--- branches/upstream/libcgi-session-serialize-yaml-perl/current/Changes.txt (added)
+++ branches/upstream/libcgi-session-serialize-yaml-perl/current/Changes.txt Sat Nov  1 16:56:26 2008
@@ -1,0 +1,22 @@
+CGI::Session::Serialize::yaml Change Log
+========================================
+
+4.23 - Thursday, October 30, 2008
+	* FIX: Requote the module names in Build.PL and Makefile.PL to keep earlier Perls happy
+
+4.22 - Tuesday, July 22, 2008
+	* FIX:      Patch Build.PL and Makefile.PL to list all dependencies,
+	  			and to specify a version of CGI::Session after this code was split out,
+				so installing this module will trigger installation of a version of
+				CGI::Session without it (this module). See RT#40056.
+				Reported, with suggested patch, by Ryan Higgins
+    * INTERNAL: Rename Changes to Changes.txt to match my other modules
+    * INTERNAL: Add Changelog.ini
+
+4.21 - Thursday, March 13, 2008
+
+    * NEW: Create separate distro for this module by cutting it out of CGI::Session V 4.21.
+           The requirement is for CGI::Session V 4.20 to be pre-installed so that you can
+           install this module on top of CGI::Session without needing to upgrade to V 4.21.
+           Of course there is no point in that, since V 4.20 already includes this module's
+           code, but it allows you to reassure yourself that this distro does install ok

Modified: branches/upstream/libcgi-session-serialize-yaml-perl/current/MANIFEST
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libcgi-session-serialize-yaml-perl/current/MANIFEST?rev=26434&op=diff
==============================================================================
--- branches/upstream/libcgi-session-serialize-yaml-perl/current/MANIFEST (original)
+++ branches/upstream/libcgi-session-serialize-yaml-perl/current/MANIFEST Sat Nov  1 16:56:26 2008
@@ -1,5 +1,6 @@
 Build.PL
-Changes
+Changelog.ini
+Changes.txt
 INSTALL
 lib/CGI/Session/Serialize/yaml.pm
 Makefile.PL
@@ -7,4 +8,6 @@
 README
 t/g4_dbfile_yaml.t
 t/pod.t
+t/sessiondata/cgisess.db
+t/sessiondata/cgisess.db.lck
 META.yml

Modified: branches/upstream/libcgi-session-serialize-yaml-perl/current/META.yml
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libcgi-session-serialize-yaml-perl/current/META.yml?rev=26434&op=diff
==============================================================================
--- branches/upstream/libcgi-session-serialize-yaml-perl/current/META.yml (original)
+++ branches/upstream/libcgi-session-serialize-yaml-perl/current/META.yml Sat Nov  1 16:56:26 2008
@@ -1,6 +1,6 @@
 ---
 name: CGI-Session-Serialize-yaml
-version: 4.21
+version: 4.23
 author:
   - 'Ron Savage <ron at savage.net.au>'
 abstract: Add YAML and YAML::Syck support to CGI::Session's serializers
@@ -8,16 +8,17 @@
 resources:
   license: http://opensource.org/licenses/artistic-license.php
 requires:
-  CGI::Session: 4.20
+  CGI::Session: 4.3
+  CGI::Session::ErrorHandler: 4.3
+build_requires:
   File::Spec: 0
-build_requires:
   Test::More: 0
   Test::Pod: 0
 provides:
   CGI::Session::Serialize::yaml:
     file: lib/CGI/Session/Serialize/yaml.pm
-    version: 4.21
-generated_by: Module::Build version 0.2808
+    version: 4.23
+generated_by: Module::Build version 0.280801
 meta-spec:
   url: http://module-build.sourceforge.net/META-spec-v1.2.html
   version: 1.2

Modified: branches/upstream/libcgi-session-serialize-yaml-perl/current/Makefile.PL
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libcgi-session-serialize-yaml-perl/current/Makefile.PL?rev=26434&op=diff
==============================================================================
--- branches/upstream/libcgi-session-serialize-yaml-perl/current/Makefile.PL (original)
+++ branches/upstream/libcgi-session-serialize-yaml-perl/current/Makefile.PL Sat Nov  1 16:56:26 2008
@@ -9,9 +9,11 @@
     NAME => 'CGI::Session::Serialize::yaml',
     VERSION_FROM => 'lib/CGI/Session/Serialize/yaml.pm',
     PREREQ_PM => {
-        'CGI::Session' => '4.20',
-        'File::Spec'   => undef,
-        'Test::More'   => undef,
+        'CGI::Session'               => 4.30,
+		'CGI::Session::ErrorHandler' => 4.30,
+        'File::Spec'                 => 0,
+        'Test::More'                 => 0,
+		'Test::Pod'                  => 0,
     },
     ABSTRACT => 'Persistent session data in CGI applications',
     AUTHOR => 'Sherzod Ruzmetov <sherzodr at cpan.org>',

Modified: branches/upstream/libcgi-session-serialize-yaml-perl/current/lib/CGI/Session/Serialize/yaml.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libcgi-session-serialize-yaml-perl/current/lib/CGI/Session/Serialize/yaml.pm?rev=26434&op=diff
==============================================================================
--- branches/upstream/libcgi-session-serialize-yaml-perl/current/lib/CGI/Session/Serialize/yaml.pm (original)
+++ branches/upstream/libcgi-session-serialize-yaml-perl/current/lib/CGI/Session/Serialize/yaml.pm Sat Nov  1 16:56:26 2008
@@ -3,7 +3,7 @@
 use strict;
 use CGI::Session::ErrorHandler;
 
-$CGI::Session::Serialize::yaml::VERSION = '4.21';
+$CGI::Session::Serialize::yaml::VERSION = '4.23';
 @CGI::Session::Serialize::yaml::ISA     = ( "CGI::Session::ErrorHandler" );
 our $Flavour;
 

Added: branches/upstream/libcgi-session-serialize-yaml-perl/current/t/sessiondata/cgisess.db
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libcgi-session-serialize-yaml-perl/current/t/sessiondata/cgisess.db?rev=26434&op=file
==============================================================================
Binary file - no diff available.

Propchange: branches/upstream/libcgi-session-serialize-yaml-perl/current/t/sessiondata/cgisess.db
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: branches/upstream/libcgi-session-serialize-yaml-perl/current/t/sessiondata/cgisess.db.lck
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libcgi-session-serialize-yaml-perl/current/t/sessiondata/cgisess.db.lck?rev=26434&op=file
==============================================================================
    (empty)




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