~ubuntu-branches/ubuntu/trusty/libtokyocabinet-perl/trusty-proposed

« back to all changes in this revision

Viewing changes to TokyoCabinet.pm

  • Committer: Bazaar Package Importer
  • Author(s): Krzysztof Krzyżaniak (eloy)
  • Date: 2010-10-28 13:19:08 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20101028131908-p7fwyotr8bkwjsm3
Tags: 1.34-1
* New upstream release
* debian/control: Standards-Version updated to 3.9.1 (no changes)
* debian/copyright: updated

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
#-------------------------------------------------------------------------------------------------
2
2
# Perl binding of Tokyo Cabinet
3
 
#                                                       Copyright (C) 2006-2009 Mikio Hirabayashi
 
3
#                                                                Copyright (C) 2006-2010 FAL Labs
4
4
# This file is part of Tokyo Cabinet.
5
5
# Tokyo Cabinet is free software; you can redistribute it and/or modify it under the terms of
6
6
# the GNU Lesser General Public License as published by the Free Software Foundation; either
24
24
require Exporter;
25
25
require XSLoader;
26
26
use base qw(Exporter);
27
 
our $VERSION = '1.33';
 
27
our $VERSION = '1.34';
28
28
our $DEBUG = 0;
29
29
XSLoader::load('TokyoCabinet', $VERSION);
30
30