r67225 - in /branches/upstream/libthread-serialize-perl/current: CHANGELOG META.yml README lib/Thread/Serialize.pm

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


Author: periapt-guest
Date: Mon Jan 10 02:16:27 2011
New Revision: 67225

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=67225
Log:
[svn-upgrade] new version libthread-serialize-perl (0.11)

Modified:
    branches/upstream/libthread-serialize-perl/current/CHANGELOG
    branches/upstream/libthread-serialize-perl/current/META.yml
    branches/upstream/libthread-serialize-perl/current/README
    branches/upstream/libthread-serialize-perl/current/lib/Thread/Serialize.pm

Modified: branches/upstream/libthread-serialize-perl/current/CHANGELOG
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libthread-serialize-perl/current/CHANGELOG?rev=67225&op=diff
==============================================================================
--- branches/upstream/libthread-serialize-perl/current/CHANGELOG (original)
+++ branches/upstream/libthread-serialize-perl/current/CHANGELOG Mon Jan 10 02:16:27 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: branches/upstream/libthread-serialize-perl/current/META.yml
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libthread-serialize-perl/current/META.yml?rev=67225&op=diff
==============================================================================
--- branches/upstream/libthread-serialize-perl/current/META.yml (original)
+++ branches/upstream/libthread-serialize-perl/current/META.yml Mon Jan 10 02:16:27 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: branches/upstream/libthread-serialize-perl/current/README
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libthread-serialize-perl/current/README?rev=67225&op=diff
==============================================================================
--- branches/upstream/libthread-serialize-perl/current/README (original)
+++ branches/upstream/libthread-serialize-perl/current/README Mon Jan 10 02:16:27 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: branches/upstream/libthread-serialize-perl/current/lib/Thread/Serialize.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libthread-serialize-perl/current/lib/Thread/Serialize.pm?rev=67225&op=diff
==============================================================================
--- branches/upstream/libthread-serialize-perl/current/lib/Thread/Serialize.pm (original)
+++ branches/upstream/libthread-serialize-perl/current/lib/Thread/Serialize.pm Mon Jan 10 02:16:27 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