Author: timbo
Date: Tue Feb 17 04:58:42 2004
New Revision: 67

Modified:
   dbi/trunk/Changes
   dbi/trunk/MANIFEST
   dbi/trunk/Makefile.PL
Log:
Minor fixups before release


Modified: dbi/trunk/Changes
==============================================================================
--- dbi/trunk/Changes   (original)
+++ dbi/trunk/Changes   Tue Feb 17 04:58:42 2004
@@ -4,7 +4,7 @@
 
 =cut
 
-=head1 CHANGES
+=head1 CHANGES in DBI 1.41,    17th February 2004
 
   Fixed execute_for_array() so tuple_status parameter is optional
     as per docs, thanks to Ed Avis.

Modified: dbi/trunk/MANIFEST
==============================================================================
--- dbi/trunk/MANIFEST  (original)
+++ dbi/trunk/MANIFEST  Tue Feb 17 04:58:42 2004
@@ -15,6 +15,7 @@
 dbipport.h                     Perl portability macros (from Devel::PPort)
 dbiprof.PL
 dbiproxy.PL                    Frontend for DBI::ProxyServer
+dbivport.h                     DBI version portability macros (for drivers to copy)
 lib/Bundle/DBI.pm              A bundle for automatic installation via CPAN.
 lib/DBD/ExampleP.pm            A very simple example Driver module
 lib/DBD/NullP.pm               An empty example Driver module

Modified: dbi/trunk/Makefile.PL
==============================================================================
--- dbi/trunk/Makefile.PL       (original)
+++ dbi/trunk/Makefile.PL       Tue Feb 17 04:58:42 2004
@@ -130,7 +130,7 @@
     clean => { FILES=> "\$(DISTVNAME) Perl.xsi t/zz_*.t"
                        ." dbiproxy$ext_pl dbiprof$ext_pl dbitrace.log dbi.prof 
ndtest.prt" },
     dist  => {
-       DIST_DEFAULT=> 'clean distcheck disttest ci tardist',
+       DIST_DEFAULT=> 'clean distcheck disttest tardist',
        PREOP => '$(MAKE) -f Makefile.old distdir',
        COMPRESS => 'gzip -v9', SUFFIX => 'gz',
     },

Reply via email to