r67227 - in /trunk/libthread-serialize-perl: CHANGELOG META.yml README debian/changelog lib/Thread/Serialize.pm

periapt-guest at users.alioth.debian.org periapt-guest at users.alioth.debian.org
Mon Jan 10 02:17:29 UTC 2011


Author: periapt-guest
Date: Mon Jan 10 02:17:23 2011
New Revision: 67227

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=67227
Log:
New upstream release

Modified:
    trunk/libthread-serialize-perl/CHANGELOG
    trunk/libthread-serialize-perl/META.yml
    trunk/libthread-serialize-perl/README
    trunk/libthread-serialize-perl/debian/changelog
    trunk/libthread-serialize-perl/lib/Thread/Serialize.pm

Modified: trunk/libthread-serialize-perl/CHANGELOG
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libthread-serialize-perl/CHANGELOG?rev=67227&op=diff
==============================================================================
--- trunk/libthread-serialize-perl/CHANGELOG (original)
+++ trunk/libthread-serialize-perl/CHANGELOG Mon Jan 10 02:17:23 2011
@@ -1,3 +1,6 @@
+0.11	20 September 2010
+	Checking the tool chain with perl 5.13.5.
+
 0.10	29 September 2004
 	Added support for $Thread::Serialize::no_external_perl to prevent
 	problems when used in embedded Perls.  Spotted by Philip Monsen.

Modified: trunk/libthread-serialize-perl/META.yml
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libthread-serialize-perl/META.yml?rev=67227&op=diff
==============================================================================
--- trunk/libthread-serialize-perl/META.yml (original)
+++ trunk/libthread-serialize-perl/META.yml Mon Jan 10 02:17:23 2011
@@ -1,12 +1,23 @@
-# http://module-build.sourceforge.net/META-spec.html
-#XXXXXXX This is a prototype!!!  It will change in the future!!! XXXXX#
-name:         Thread-Serialize
-version:      0.10
-version_from: lib/Thread/Serialize.pm
-installdirs:  site
+--- #YAML:1.0
+name:               Thread-Serialize
+version:            0.11
+abstract:           serialize data-structures between threads
+author:
+    - Elizabeth Mattijsen (liz at dijkmat.nl)
+license:            unknown
+distribution_type:  module
+configure_requires:
+    ExtUtils::MakeMaker:  0
+build_requires:
+    ExtUtils::MakeMaker:  0
 requires:
-    load:                          0.10
-    Storable:                      0
-
-distribution_type: module
-generated_by: ExtUtils::MakeMaker version 6.17
+    load:      0.10
+    Storable:  0
+no_index:
+    directory:
+        - t
+        - inc
+generated_by:       ExtUtils::MakeMaker version 6.57_05
+meta-spec:
+    url:      http://module-build.sourceforge.net/META-spec-v1.4.html
+    version:  1.4

Modified: trunk/libthread-serialize-perl/README
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libthread-serialize-perl/README?rev=67227&op=diff
==============================================================================
--- trunk/libthread-serialize-perl/README (original)
+++ trunk/libthread-serialize-perl/README Mon Jan 10 02:17:23 2011
@@ -10,9 +10,12 @@
 
                          *************************
 
-Copyright (c) 2002-2003 Elizabeth Mattijsen <liz at dijkmat.nl>. All rights
+Copyright (c) 2002-2004, 2010 Elizabeth Mattijsen <liz at dijkmat.nl>. All rights
 reserved.  This program is free software; you can redistribute it and/or
 modify it under the same terms as Perl itself.
+
+Version:
+ 0.11
 
 Required Modules:
  load (0.10)

Modified: trunk/libthread-serialize-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libthread-serialize-perl/debian/changelog?rev=67227&op=diff
==============================================================================
--- trunk/libthread-serialize-perl/debian/changelog (original)
+++ trunk/libthread-serialize-perl/debian/changelog Mon Jan 10 02:17:23 2011
@@ -1,4 +1,4 @@
-libthread-serialize-perl (0.10-2) UNRELEASED; urgency=low
+libthread-serialize-perl (0.11-1) UNRELEASED; urgency=low
 
   [ gregor herrmann ]
   * debian/control:
@@ -12,8 +12,9 @@
 
   [ Nicholas Bamber ]
   * Added myself to Uploaders
+  * New upstream release
 
- -- gregor herrmann <gregoa at debian.org>  Thu, 07 May 2009 22:33:26 +0200
+ -- Nicholas Bamber <nicholas at periapt.co.uk>  Mon, 10 Jan 2011 02:19:44 +0000
 
 libthread-serialize-perl (0.10-1) unstable; urgency=low
 

Modified: trunk/libthread-serialize-perl/lib/Thread/Serialize.pm
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libthread-serialize-perl/lib/Thread/Serialize.pm?rev=67227&op=diff
==============================================================================
--- trunk/libthread-serialize-perl/lib/Thread/Serialize.pm (original)
+++ trunk/libthread-serialize-perl/lib/Thread/Serialize.pm Mon Jan 10 02:17:23 2011
@@ -3,7 +3,7 @@
 # Make sure we have version info for this module
 # Make sure we do everything by the book from now on
 
-$VERSION = '0.10';
+$VERSION = '0.11';
 use strict;
 
 # Make sure we only load things that we need when we need it
@@ -130,6 +130,10 @@
   my $frozen = freeze( any data structure );
   any data structure = thaw( $frozen );
 
+=head1 VERSION
+
+This documentation describes version 0.11.
+
 =head1 DESCRIPTION
 
                   *** A note of CAUTION ***
@@ -216,7 +220,7 @@
 
 =head1 COPYRIGHT
 
-Copyright (c) 2002-2004 Elizabeth Mattijsen <liz at dijkmat.nl>. All rights
+Copyright (c) 2002-2004, 2010 Elizabeth Mattijsen <liz at dijkmat.nl>. All rights
 reserved.  This program is free software; you can redistribute it and/or
 modify it under the same terms as Perl itself.
 




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