Author: timbo
Date: Mon Jan  2 11:48:43 2012
New Revision: 15065

Modified:
   dbi/trunk/DBI.pm

Log:
Bump version to 1.617

Modified: dbi/trunk/DBI.pm
==============================================================================
--- dbi/trunk/DBI.pm    (original)
+++ dbi/trunk/DBI.pm    Mon Jan  2 11:48:43 2012
@@ -1,15 +1,17 @@
 # $Id$
 # vim: ts=8:sw=4:et
 #
-# Copyright (c) 1994-2010  Tim Bunce  Ireland
+# Copyright (c) 1994-2012  Tim Bunce  Ireland
 #
 # See COPYRIGHT section in pod text below for usage and distribution rights.
 #
 
+package DBI;
+
 require 5.008_001;
 
 BEGIN {
-$DBI::VERSION = "1.616"; # ==> ALSO update the version in the pod text below!
+$VERSION = "1.617"; # ==> ALSO update the version in the pod text below!
 }
 
 =head1 NAME
@@ -124,7 +126,7 @@
 
 =head2 NOTES
 
-This is the DBI specification that corresponds to the DBI version 1.616
+This is the DBI specification that corresponds to the DBI version 1.617
 ($Revision$).
 
 The DBI is evolving at a steady pace, so it's good to check that
@@ -153,9 +155,6 @@
 
 # The POD text continues at the end of the file.
 
-
-package DBI;
-
 use Carp();
 use DynaLoader ();
 use Exporter ();
@@ -8107,7 +8106,7 @@
 
 =head1 COPYRIGHT
 
-The DBI module is Copyright (c) 1994-2009 Tim Bunce. Ireland.
+The DBI module is Copyright (c) 1994-2012 Tim Bunce. Ireland.
 All rights reserved.
 
 You may distribute under the terms of either the GNU General Public

Reply via email to