r64341 - in /branches/upstream/libtokyocabinet-perl/current: TokyoCabinet.pm TokyoCabinet.pod TokyoCabinet.xs doc/index.html makedoc.sh tcatest.pl tcbtest.pl tcftest.pl tchtest.pl tcttest.pl

eloy at users.alioth.debian.org eloy at users.alioth.debian.org
Thu Oct 28 11:18:08 UTC 2010


Author: eloy
Date: Thu Oct 28 11:17:58 2010
New Revision: 64341

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=64341
Log:
[svn-upgrade] new version libtokyocabinet-perl (1.34)

Modified:
    branches/upstream/libtokyocabinet-perl/current/TokyoCabinet.pm
    branches/upstream/libtokyocabinet-perl/current/TokyoCabinet.pod
    branches/upstream/libtokyocabinet-perl/current/TokyoCabinet.xs
    branches/upstream/libtokyocabinet-perl/current/doc/index.html
    branches/upstream/libtokyocabinet-perl/current/makedoc.sh
    branches/upstream/libtokyocabinet-perl/current/tcatest.pl
    branches/upstream/libtokyocabinet-perl/current/tcbtest.pl
    branches/upstream/libtokyocabinet-perl/current/tcftest.pl
    branches/upstream/libtokyocabinet-perl/current/tchtest.pl
    branches/upstream/libtokyocabinet-perl/current/tcttest.pl

Modified: branches/upstream/libtokyocabinet-perl/current/TokyoCabinet.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libtokyocabinet-perl/current/TokyoCabinet.pm?rev=64341&op=diff
==============================================================================
--- branches/upstream/libtokyocabinet-perl/current/TokyoCabinet.pm (original)
+++ branches/upstream/libtokyocabinet-perl/current/TokyoCabinet.pm Thu Oct 28 11:17:58 2010
@@ -1,6 +1,6 @@
 #-------------------------------------------------------------------------------------------------
 # Perl binding of Tokyo Cabinet
-#                                                       Copyright (C) 2006-2009 Mikio Hirabayashi
+#                                                                Copyright (C) 2006-2010 FAL Labs
 # This file is part of Tokyo Cabinet.
 # Tokyo Cabinet is free software; you can redistribute it and/or modify it under the terms of
 # the GNU Lesser General Public License as published by the Free Software Foundation; either
@@ -24,7 +24,7 @@
 require Exporter;
 require XSLoader;
 use base qw(Exporter);
-our $VERSION = '1.33';
+our $VERSION = '1.34';
 our $DEBUG = 0;
 XSLoader::load('TokyoCabinet', $VERSION);
 

Modified: branches/upstream/libtokyocabinet-perl/current/TokyoCabinet.pod
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libtokyocabinet-perl/current/TokyoCabinet.pod?rev=64341&op=diff
==============================================================================
--- branches/upstream/libtokyocabinet-perl/current/TokyoCabinet.pod (original)
+++ branches/upstream/libtokyocabinet-perl/current/TokyoCabinet.pod Thu Oct 28 11:17:58 2010
@@ -1,6 +1,6 @@
 #-------------------------------------------------------------------------------------------------
 # Perl binding of Tokyo Cabinet
-#                                                       Copyright (C) 2006-2007 Mikio Hirabayashi
+#                                                                Copyright (C) 2006-2010 FAL Labs
 #  This file is part of Tokyo Cabinet.
 #  Tokyo Cabinet is free software; you can redistribute it and/or modify it under the terms of
 #  the GNU Lesser General Public License as published by the Free Software Foundation; either
@@ -1873,7 +1873,7 @@
 
 =head1 LICENSE
 
- Copyright (C) 2006-2009 Mikio Hirabayashi
+ Copyright (C) 2006-2010 FAL Labs
  All rights reserved.
 
 Tokyo Cabinet is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either version 2.1 of the License or any later version.  Tokyo Cabinet is distributed in the hope that it will be useful,

Modified: branches/upstream/libtokyocabinet-perl/current/TokyoCabinet.xs
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libtokyocabinet-perl/current/TokyoCabinet.xs?rev=64341&op=diff
==============================================================================
--- branches/upstream/libtokyocabinet-perl/current/TokyoCabinet.xs (original)
+++ branches/upstream/libtokyocabinet-perl/current/TokyoCabinet.xs Thu Oct 28 11:17:58 2010
@@ -1,6 +1,6 @@
 /*************************************************************************************************
  * Perl binding of Tokyo Cabinet
- *                                                      Copyright (C) 2006-2009 Mikio Hirabayashi
+ *                                                               Copyright (C) 2006-2010 FAL Labs
  * This file is part of Tokyo Cabinet.
  * Tokyo Cabinet is free software; you can redistribute it and/or modify it under the terms of
  * the GNU Lesser General Public License as published by the Free Software Foundation; either

Modified: branches/upstream/libtokyocabinet-perl/current/doc/index.html
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libtokyocabinet-perl/current/doc/index.html?rev=64341&op=diff
==============================================================================
--- branches/upstream/libtokyocabinet-perl/current/doc/index.html (original)
+++ branches/upstream/libtokyocabinet-perl/current/doc/index.html Thu Oct 28 11:17:58 2010
@@ -4,7 +4,7 @@
 <head>
 <title>Tokyo Cabinet</title>
 <meta http-equiv="content-type" content="text/html; charset=utf-8" />
-<link rev="made" href="mailto:mikio at users.sourceforge.net" />
+<link rev="made" href="mailto:info at fallabs.com" />
 <meta http-equiv="content-style-type" content="text/css" />
 <style type="text/css">body {
   padding: 1em 2em;
@@ -2118,7 +2118,7 @@
 <hr />
 <h1><a name="license">LICENSE</a></h1>
 <pre>
- Copyright (C) 2006-2009 Mikio Hirabayashi
+ Copyright (C) 2006-2010 FAL Labs
  All rights reserved.</pre>
 <p>Tokyo Cabinet is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either version 2.1 of the License or any later version.  Tokyo Cabinet is distributed in the hope that it will be useful,
 but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU Lesser General Public License for more details.  You should have received a copy of the GNU Lesser General Public License along with Tokyo Cabinet; if not, write to the Free Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA.</p>

Modified: branches/upstream/libtokyocabinet-perl/current/makedoc.sh
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libtokyocabinet-perl/current/makedoc.sh?rev=64341&op=diff
==============================================================================
--- branches/upstream/libtokyocabinet-perl/current/makedoc.sh (original)
+++ branches/upstream/libtokyocabinet-perl/current/makedoc.sh Thu Oct 28 11:17:58 2010
@@ -14,7 +14,7 @@
   -e 's/^\t<\/ul>/\t<\/ul><\/li>/' \
   -e 's/^<p>&#10;/<p>/' \
   -e 's/^&#10;/<br \/>/g' \
-  -e 's/mailto:root at localhost/mailto:mikio at users.sourceforge.net/' \
+  -e 's/mailto:root at localhost/mailto:info at fallabs.com/' \
   -e 's/ *style="[^"]*"//' \
   -e '/<\/head>/ i<meta http-equiv="content-style-type" content="text/css" />' \
   -e '/<\/head>/ i<style type="text/css">body {\

Modified: branches/upstream/libtokyocabinet-perl/current/tcatest.pl
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libtokyocabinet-perl/current/tcatest.pl?rev=64341&op=diff
==============================================================================
--- branches/upstream/libtokyocabinet-perl/current/tcatest.pl (original)
+++ branches/upstream/libtokyocabinet-perl/current/tcatest.pl Thu Oct 28 11:17:58 2010
@@ -2,7 +2,7 @@
 
 #-------------------------------------------------------------------------------------------------
 # The test cases of the abstract database API
-#                                                       Copyright (C) 2006-2009 Mikio Hirabayashi
+#                                                                Copyright (C) 2006-2010 FAL Labs
 # This file is part of Tokyo Cabinet.
 # Tokyo Cabinet is free software; you can redistribute it and/or modify it under the terms of
 # the GNU Lesser General Public License as published by the Free Software Foundation; either

Modified: branches/upstream/libtokyocabinet-perl/current/tcbtest.pl
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libtokyocabinet-perl/current/tcbtest.pl?rev=64341&op=diff
==============================================================================
--- branches/upstream/libtokyocabinet-perl/current/tcbtest.pl (original)
+++ branches/upstream/libtokyocabinet-perl/current/tcbtest.pl Thu Oct 28 11:17:58 2010
@@ -2,7 +2,7 @@
 
 #-------------------------------------------------------------------------------------------------
 # The test cases of the B+ tree database API
-#                                                       Copyright (C) 2006-2009 Mikio Hirabayashi
+#                                                                Copyright (C) 2006-2010 FAL Labs
 # This file is part of Tokyo Cabinet.
 # Tokyo Cabinet is free software; you can redistribute it and/or modify it under the terms of
 # the GNU Lesser General Public License as published by the Free Software Foundation; either

Modified: branches/upstream/libtokyocabinet-perl/current/tcftest.pl
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libtokyocabinet-perl/current/tcftest.pl?rev=64341&op=diff
==============================================================================
--- branches/upstream/libtokyocabinet-perl/current/tcftest.pl (original)
+++ branches/upstream/libtokyocabinet-perl/current/tcftest.pl Thu Oct 28 11:17:58 2010
@@ -2,7 +2,7 @@
 
 #-------------------------------------------------------------------------------------------------
 # The test cases of the fixed-length database API
-#                                                       Copyright (C) 2006-2009 Mikio Hirabayashi
+#                                                                Copyright (C) 2006-2010 FAL Labs
 # This file is part of Tokyo Cabinet.
 # Tokyo Cabinet is free software; you can redistribute it and/or modify it under the terms of
 # the GNU Lesser General Public License as published by the Free Software Foundation; either

Modified: branches/upstream/libtokyocabinet-perl/current/tchtest.pl
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libtokyocabinet-perl/current/tchtest.pl?rev=64341&op=diff
==============================================================================
--- branches/upstream/libtokyocabinet-perl/current/tchtest.pl (original)
+++ branches/upstream/libtokyocabinet-perl/current/tchtest.pl Thu Oct 28 11:17:58 2010
@@ -2,7 +2,7 @@
 
 #-------------------------------------------------------------------------------------------------
 # The test cases of the hash database API
-#                                                       Copyright (C) 2006-2009 Mikio Hirabayashi
+#                                                                Copyright (C) 2006-2010 FAL Labs
 # This file is part of Tokyo Cabinet.
 # Tokyo Cabinet is free software; you can redistribute it and/or modify it under the terms of
 # the GNU Lesser General Public License as published by the Free Software Foundation; either

Modified: branches/upstream/libtokyocabinet-perl/current/tcttest.pl
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libtokyocabinet-perl/current/tcttest.pl?rev=64341&op=diff
==============================================================================
--- branches/upstream/libtokyocabinet-perl/current/tcttest.pl (original)
+++ branches/upstream/libtokyocabinet-perl/current/tcttest.pl Thu Oct 28 11:17:58 2010
@@ -2,7 +2,7 @@
 
 #-------------------------------------------------------------------------------------------------
 # The test cases of the table database API
-#                                                       Copyright (C) 2006-2009 Mikio Hirabayashi
+#                                                                Copyright (C) 2006-2010 FAL Labs
 # This file is part of Tokyo Cabinet.
 # Tokyo Cabinet is free software; you can redistribute it and/or modify it under the terms of
 # the GNU Lesser General Public License as published by the Free Software Foundation; either




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