Author: timbo
Date: Sun Aug  6 14:21:03 2006
New Revision: 6755

Modified:
   dbi/trunk/DBI.pm
   dbi/trunk/MANIFEST

Log:
Bump version. Add wmi_ for DBD::WMI to dbd registry. Add ex/profile.pl to 
MANIFEST.


Modified: dbi/trunk/DBI.pm
==============================================================================
--- dbi/trunk/DBI.pm    (original)
+++ dbi/trunk/DBI.pm    Sun Aug  6 14:21:03 2006
@@ -9,7 +9,7 @@
 require 5.006_00;
 
 BEGIN {
-$DBI::VERSION = "1.51"; # ==> ALSO update the version in the pod text below!
+$DBI::VERSION = "1.52"; # ==> ALSO update the version in the pod text below!
 }
 
 =head1 NAME
@@ -120,7 +120,7 @@
 
 =head2 NOTES
 
-This is the DBI specification that corresponds to the DBI version 1.51.
+This is the DBI specification that corresponds to the DBI version 1.52.
 
 The DBI is evolving at a steady pace, so it's good to check that
 you have the latest copy.
@@ -343,6 +343,7 @@
   tmplss_  => { class => 'DBD::TemplateSS',    },
   tuber_   => { class => 'DBD::Tuber',         },
   uni_     => { class => 'DBD::Unify',         },
+  wmi_     => { class => 'DBD::WMI',           },
   xbase_   => { class => 'DBD::XBase',         },
   xl_      => { class => 'DBD::Excel',         },
   yaswi_   => { class => 'DBD::Yaswi',         },

Modified: dbi/trunk/MANIFEST
==============================================================================
--- dbi/trunk/MANIFEST  (original)
+++ dbi/trunk/MANIFEST  Sun Aug  6 14:21:03 2006
@@ -18,6 +18,7 @@
 dbiproxy.PL                    Frontend for DBI::ProxyServer
 dbivport.h                     DBI version portability macros (for drivers to 
copy)
 ex/perl_dbi_nulls_test.pl      A test script for forms of IS NULL 
qualification in SQL
+ex/profile.pl                   A test script for DBI::Profile
 lib/Bundle/DBI.pm              A bundle for automatic installation via CPAN.
 lib/DBD/DBM.pm                 A driver for DBM files (uses DBD::File)
 lib/DBD/ExampleP.pm            A very simple example Driver module

Reply via email to