r62319 - in /branches/upstream/libcgi-session-serialize-yaml-perl/current: CHANGES Changelog.ini Changes.txt MANIFEST META.yml lib/CGI/Session/Serialize/yaml.pm t/pod.t

periapt-guest at users.alioth.debian.org periapt-guest at users.alioth.debian.org
Sun Sep 5 17:28:39 UTC 2010


Author: periapt-guest
Date: Sun Sep  5 17:28:18 2010
New Revision: 62319

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

Added:
    branches/upstream/libcgi-session-serialize-yaml-perl/current/CHANGES
Removed:
    branches/upstream/libcgi-session-serialize-yaml-perl/current/Changes.txt
Modified:
    branches/upstream/libcgi-session-serialize-yaml-perl/current/Changelog.ini
    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/lib/CGI/Session/Serialize/yaml.pm
    branches/upstream/libcgi-session-serialize-yaml-perl/current/t/pod.t

Added: branches/upstream/libcgi-session-serialize-yaml-perl/current/CHANGES
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libcgi-session-serialize-yaml-perl/current/CHANGES?rev=62319&op=file
==============================================================================
--- branches/upstream/libcgi-session-serialize-yaml-perl/current/CHANGES (added)
+++ branches/upstream/libcgi-session-serialize-yaml-perl/current/CHANGES Sun Sep  5 17:28:18 2010
@@ -1,0 +1,34 @@
+CGI::Session::Serialize::yaml Change Log
+
+4.26  Wed Feb 10 13:52:41 2010
+	- Add META.yml. Update MANIFEST.SKIP. Add MANIFEST and MYMETA.yml.
+
+4.25  Fri Nov 13 13:20:00 2009
+	- Run dos2unix
+	- Rename Changes.txt to CHANGES
+
+4.24 - Sunday, November 2, 2008
+	* FIX: Remove t/sessiondata/ before creating distro, since it is shipped as non-writable,
+	  which means testers can't create files in that dir, which means they - and I - get failure
+	  reports. Thanx to Andreas J. Koenig for reporting the problem.
+	  That'll teach me to run tests!
+
+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/Changelog.ini
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libcgi-session-serialize-yaml-perl/current/Changelog.ini?rev=62319&op=diff
==============================================================================
--- branches/upstream/libcgi-session-serialize-yaml-perl/current/Changelog.ini (original)
+++ branches/upstream/libcgi-session-serialize-yaml-perl/current/Changelog.ini Sun Sep  5 17:28:18 2010
@@ -1,7 +1,18 @@
 [Module]
 Name=CGI::Session::Serialize::yaml
-Configlog.Creator=Module::Metadata::Changes V 1.01
-Configlog.Parser=Config::IniFiles V 2.39
+Changelog.Creator=Module::Metadata::Changes V 1.06
+Changelog.Parser=Config::IniFiles V 2.56
+
+[V 4.26]
+Date=2010-02-10T13:52:41
+Comments=- Add META.yml. Update MANIFEST.SKIP. Add MANIFEST and MYMETA.yml.
+
+[V 4.25]
+Date=2009-11-13T13:20:00
+Comments= <<EOT
+- Run dos2unix
+- Rename Changes.txt to CHANGES
+EOT
 
 [V 4.24]
 Date=2008-11-02T00:00:00

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=62319&op=diff
==============================================================================
--- branches/upstream/libcgi-session-serialize-yaml-perl/current/MANIFEST (original)
+++ branches/upstream/libcgi-session-serialize-yaml-perl/current/MANIFEST Sun Sep  5 17:28:18 2010
@@ -1,11 +1,11 @@
 Build.PL
 Changelog.ini
-Changes.txt
+CHANGES
 INSTALL
 lib/CGI/Session/Serialize/yaml.pm
 Makefile.PL
 MANIFEST			This list of files
+META.yml
 README
 t/g4_dbfile_yaml.t
 t/pod.t
-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=62319&op=diff
==============================================================================
--- branches/upstream/libcgi-session-serialize-yaml-perl/current/META.yml (original)
+++ branches/upstream/libcgi-session-serialize-yaml-perl/current/META.yml Sun Sep  5 17:28:18 2010
@@ -1,24 +1,26 @@
 ---
-name: CGI-Session-Serialize-yaml
-version: 4.24
+abstract: "Add YAML and YAML::Syck support to CGI::Session's serializers"
 author:
   - 'Ron Savage <ron at savage.net.au>'
-abstract: Add YAML and YAML::Syck support to CGI::Session's serializers
-license: artistic
-resources:
-  license: http://opensource.org/licenses/artistic-license.php
-requires:
-  CGI::Session: 4.3
-  CGI::Session::ErrorHandler: 4.3
 build_requires:
   File::Spec: 0
   Test::More: 0
   Test::Pod: 0
+configure_requires:
+  Module::Build: 0.36
+generated_by: 'Module::Build version 0.3603'
+license: artistic
+meta-spec:
+  url: http://module-build.sourceforge.net/META-spec-v1.4.html
+  version: 1.4
+name: CGI-Session-Serialize-yaml
 provides:
   CGI::Session::Serialize::yaml:
     file: lib/CGI/Session/Serialize/yaml.pm
-    version: 4.24
-generated_by: Module::Build version 0.280801
-meta-spec:
-  url: http://module-build.sourceforge.net/META-spec-v1.2.html
-  version: 1.2
+    version: 4.26
+requires:
+  CGI::Session: 4.3
+  CGI::Session::ErrorHandler: 4.3
+resources:
+  license: http://opensource.org/licenses/artistic-license.php
+version: 4.26

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=62319&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 Sun Sep  5 17:28:18 2010
@@ -3,7 +3,7 @@
 use strict;
 use CGI::Session::ErrorHandler;
 
-$CGI::Session::Serialize::yaml::VERSION = '4.24';
+$CGI::Session::Serialize::yaml::VERSION = '4.26';
 @CGI::Session::Serialize::yaml::ISA     = ( "CGI::Session::ErrorHandler" );
 our $Flavour;
 

Modified: branches/upstream/libcgi-session-serialize-yaml-perl/current/t/pod.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libcgi-session-serialize-yaml-perl/current/t/pod.t?rev=62319&op=diff
==============================================================================
--- branches/upstream/libcgi-session-serialize-yaml-perl/current/t/pod.t (original)
+++ branches/upstream/libcgi-session-serialize-yaml-perl/current/t/pod.t Sun Sep  5 17:28:18 2010
@@ -1,7 +1,7 @@
-use Test::More;
-
-eval "use Test::Pod 1.00";
-
-plan skip_all => "Test::Pod 1.00 required for testing POD" if $@;
-
-all_pod_files_ok();
+use Test::More;
+
+eval "use Test::Pod 1.00";
+
+plan skip_all => "Test::Pod 1.00 required for testing POD" if $@;
+
+all_pod_files_ok();




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