summaryrefslogtreecommitdiff
path: root/ext/DB_File/DB_File.pm
diff options
context:
space:
mode:
authorPaul Marquess <paul.marquess@btinternet.com>2008-03-27 11:12:22 +0000
committerRafael Garcia-Suarez <rgarciasuarez@gmail.com>2008-03-27 11:43:44 +0000
commit083e9212117053c68df042b3498d248a18973347 (patch)
treefbca8233cb8bf37813edc4b515f459986f65020e /ext/DB_File/DB_File.pm
parentce47496284713207331ee4a6b164a0088c7e4776 (diff)
downloadperl-083e9212117053c68df042b3498d248a18973347.tar.gz
DB_File 1.817
From: "Paul Marquess" <Paul.Marquess@ntlworld.com> Message-ID: <051d01c88ffb$6f662eb0$6901a8c0@myopwv.com> p4raw-id: //depot/perl@33583
Diffstat (limited to 'ext/DB_File/DB_File.pm')
-rw-r--r--ext/DB_File/DB_File.pm8
1 files changed, 4 insertions, 4 deletions
diff --git a/ext/DB_File/DB_File.pm b/ext/DB_File/DB_File.pm
index 7bd2b2bcdf..58c34eff83 100644
--- a/ext/DB_File/DB_File.pm
+++ b/ext/DB_File/DB_File.pm
@@ -2,9 +2,9 @@
#
# written by Paul Marquess (pmqs@cpan.org)
# last modified 28th October 2007
-# version 1.816
+# version 1.817
#
-# Copyright (c) 1995-2007 Paul Marquess. All rights reserved.
+# Copyright (c) 1995-2008 Paul Marquess. All rights reserved.
# This program is free software; you can redistribute it and/or
# modify it under the same terms as Perl itself.
@@ -165,8 +165,8 @@ our ($db_version, $use_XSLoader, $splice_end_array, $Error);
use Carp;
-$VERSION = "1.816_2" ;
-$VERSION = eval $VERSION; # needed for dev releases
+$VERSION = "1.817" ;
+$VERSION = eval $VERSION; # needed for dev releases
{
local $SIG{__WARN__} = sub {$splice_end_array = "@_";};