[Bast-commits] r3479 - in branches/DBIx-Class-current: . lib/DBIx

blblack at dev.catalyst.perl.org blblack at dev.catalyst.perl.org
Fri Jun 8 00:42:58 GMT 2007


Author: blblack
Date: 2007-06-08 00:42:57 +0100 (Fri, 08 Jun 2007)
New Revision: 3479

Modified:
   branches/DBIx-Class-current/Changes
   branches/DBIx-Class-current/Makefile.PL
   branches/DBIx-Class-current/lib/DBIx/Class.pm
Log:
0.07999_05 (2nd 0.08 RC)

Modified: branches/DBIx-Class-current/Changes
===================================================================
--- branches/DBIx-Class-current/Changes	2007-06-07 20:17:25 UTC (rev 3478)
+++ branches/DBIx-Class-current/Changes	2007-06-07 23:42:57 UTC (rev 3479)
@@ -1,5 +1,6 @@
 Revision history for DBIx::Class
 
+0.07999_05 2007-06-07 23:00:00
         - Made source_name rw in ResultSource
         - Fixed up SQL::Translator test/runtime dependencies
         - Fixed t/60core.t in the absence of DateTime::Format::MySQL

Modified: branches/DBIx-Class-current/Makefile.PL
===================================================================
--- branches/DBIx-Class-current/Makefile.PL	2007-06-07 20:17:25 UTC (rev 3478)
+++ branches/DBIx-Class-current/Makefile.PL	2007-06-07 23:42:57 UTC (rev 3479)
@@ -27,6 +27,13 @@
 
 tests "t/*.t t/*/*.t";
 
+# re-build README if we're in an svk checkout
+if( -e 'MANIFEST.SKIP' ) {
+    system('pod2text lib/DBIx/Class.pm > README');
+}
+
+auto_provides;
+
 auto_install;
 
 WriteAll;

Modified: branches/DBIx-Class-current/lib/DBIx/Class.pm
===================================================================
--- branches/DBIx-Class-current/lib/DBIx/Class.pm	2007-06-07 20:17:25 UTC (rev 3478)
+++ branches/DBIx-Class-current/lib/DBIx/Class.pm	2007-06-07 23:42:57 UTC (rev 3479)
@@ -18,7 +18,7 @@
 # i.e. first release of 0.XX *must* be 0.XX000. This avoids fBSD ports
 # brain damage and presumably various other packaging systems too
 
-$VERSION = '0.07999_04';
+$VERSION = '0.07999_05';
 
 sub MODIFY_CODE_ATTRIBUTES {
   my ($class,$code, at attrs) = @_;




More information about the Bast-commits mailing list