r38260 - in /branches/upstream/libcache-fastmmap-perl/current: Cache-FastMmap-CImpl/CImpl.pm Changes FastMmap.pm META.yml

jawnsy-guest at users.alioth.debian.org jawnsy-guest at users.alioth.debian.org
Fri Jun 19 02:05:24 UTC 2009


Author: jawnsy-guest
Date: Fri Jun 19 02:05:17 2009
New Revision: 38260

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=38260
Log:
[svn-upgrade] Integrating new upstream version, libcache-fastmmap-perl (1.34)

Modified:
    branches/upstream/libcache-fastmmap-perl/current/Cache-FastMmap-CImpl/CImpl.pm
    branches/upstream/libcache-fastmmap-perl/current/Changes
    branches/upstream/libcache-fastmmap-perl/current/FastMmap.pm
    branches/upstream/libcache-fastmmap-perl/current/META.yml

Modified: branches/upstream/libcache-fastmmap-perl/current/Cache-FastMmap-CImpl/CImpl.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libcache-fastmmap-perl/current/Cache-FastMmap-CImpl/CImpl.pm?rev=38260&op=diff
==============================================================================
--- branches/upstream/libcache-fastmmap-perl/current/Cache-FastMmap-CImpl/CImpl.pm (original)
+++ branches/upstream/libcache-fastmmap-perl/current/Cache-FastMmap-CImpl/CImpl.pm Fri Jun 19 02:05:17 2009
@@ -15,7 +15,7 @@
 use strict;
 use warnings;
 
-our $VERSION = '1.33';
+our $VERSION = '1.34';
 
 require XSLoader;
 XSLoader::load('Cache::FastMmap::CImpl', $VERSION);

Modified: branches/upstream/libcache-fastmmap-perl/current/Changes
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libcache-fastmmap-perl/current/Changes?rev=38260&op=diff
==============================================================================
--- branches/upstream/libcache-fastmmap-perl/current/Changes (original)
+++ branches/upstream/libcache-fastmmap-perl/current/Changes Fri Jun 19 02:05:17 2009
@@ -1,4 +1,7 @@
 Revision history for Perl extension Cache::FastMmap.
+
+1.34 Fri Jun 19 12:00 2009
+  - perldoc fix (thanks Jonathan Yu)
 
 1.33 Thu Jun 18 12:00 2009
   - Update version in META.yml

Modified: branches/upstream/libcache-fastmmap-perl/current/FastMmap.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libcache-fastmmap-perl/current/FastMmap.pm?rev=38260&op=diff
==============================================================================
--- branches/upstream/libcache-fastmmap-perl/current/FastMmap.pm (original)
+++ branches/upstream/libcache-fastmmap-perl/current/FastMmap.pm Fri Jun 19 02:05:17 2009
@@ -287,7 +287,7 @@
 use warnings;
 use bytes;
 
-our $VERSION = '1.33';
+our $VERSION = '1.34';
 
 # Track currently live caches so we can cleanup in END {}
 #  if we have empty_on_exit set
@@ -1204,7 +1204,7 @@
 
 =over 4
 
-=item From 1.15
+=item * From 1.15
 
 =over 4
 
@@ -1228,7 +1228,7 @@
 Otherwise the defaults seem sensible to cleanup unneeded share files rather than
 leaving them around to accumulate.
 
-=item From 1.29
+=item * From 1.29
 
 =over 4
 
@@ -1239,7 +1239,7 @@
 
 =back
 
-=item From 1.31
+=item * From 1.31
 
 =over 4
 
@@ -1254,6 +1254,8 @@
 
 =back
 
+=back
+
 =head1 SEE ALSO
 
 L<MLDBM::Sync>, L<IPC::MM>, L<Cache::FileCache>, L<Cache::SharedMemoryCache>,

Modified: branches/upstream/libcache-fastmmap-perl/current/META.yml
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libcache-fastmmap-perl/current/META.yml?rev=38260&op=diff
==============================================================================
--- branches/upstream/libcache-fastmmap-perl/current/META.yml (original)
+++ branches/upstream/libcache-fastmmap-perl/current/META.yml Fri Jun 19 02:05:17 2009
@@ -1,6 +1,6 @@
 --- #YAML:1.0
 name:                Cache-FastMmap
-version:             1.33
+version:             1.34
 abstract:            Uses an mmap'ed file to act as a shared memory interprocess cache
 license:             ~
 author:              




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