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
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;
# 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,@attrs) = @_;