[Bast-commits] r4268 - in
branches/DBIx-Class-Schema-Loader/current: .
lib/DBIx/Class/Schema lib/DBIx/Class/Schema/Loader
lib/DBIx/Class/Schema/Loader/DBI
ilmari at dev.catalyst.perl.org
ilmari at dev.catalyst.perl.org
Sun Apr 13 03:58:04 BST 2008
Author: ilmari
Date: 2008-04-13 03:58:03 +0100 (Sun, 13 Apr 2008)
New Revision: 4268
Removed:
branches/DBIx-Class-Schema-Loader/current/Build.PL
branches/DBIx-Class-Schema-Loader/current/MANIFEST
Modified:
branches/DBIx-Class-Schema-Loader/current/
branches/DBIx-Class-Schema-Loader/current/Changes
branches/DBIx-Class-Schema-Loader/current/Makefile.PL
branches/DBIx-Class-Schema-Loader/current/lib/DBIx/Class/Schema/Loader.pm
branches/DBIx-Class-Schema-Loader/current/lib/DBIx/Class/Schema/Loader/Base.pm
branches/DBIx-Class-Schema-Loader/current/lib/DBIx/Class/Schema/Loader/DBI.pm
branches/DBIx-Class-Schema-Loader/current/lib/DBIx/Class/Schema/Loader/DBI/DB2.pm
branches/DBIx-Class-Schema-Loader/current/lib/DBIx/Class/Schema/Loader/DBI/Oracle.pm
branches/DBIx-Class-Schema-Loader/current/lib/DBIx/Class/Schema/Loader/DBI/Pg.pm
branches/DBIx-Class-Schema-Loader/current/lib/DBIx/Class/Schema/Loader/DBI/SQLite.pm
branches/DBIx-Class-Schema-Loader/current/lib/DBIx/Class/Schema/Loader/DBI/Writing.pm
branches/DBIx-Class-Schema-Loader/current/lib/DBIx/Class/Schema/Loader/DBI/mysql.pm
branches/DBIx-Class-Schema-Loader/current/lib/DBIx/Class/Schema/Loader/RelBuilder.pm
Log:
r36744 at vesla (orig r4181): ilmari | 2008-03-12 03:02:26 +0000
Don't execute the column_info sth, it's already active.
r37163 at vesla (orig r4262): ilmari | 2008-04-13 03:43:42 +0100
Version bump for release
r37164 at vesla (orig r4263): ilmari | 2008-04-13 03:47:13 +0100
Remove Build.PL, no longer supported by Module::Install
r37166 at vesla (orig r4265): ilmari | 2008-04-13 03:49:00 +0100
Remove and ignore autogenerated files
r37167 at vesla (orig r4266): ilmari | 2008-04-13 03:51:18 +0100
Bump Module::Install requirement to make sure we have both test_requires and auto_install
Property changes on: branches/DBIx-Class-Schema-Loader/current
___________________________________________________________________
Name: svn:ignore
- Build
_build
*.bak
blib
*gz
inc
pm_to_blib
Makefile
META.yml
+ Build
_build
*.bak
blib
*gz
inc
pm_to_blib
Makefile
MANIFEST
META.yml
Name: svk:merge
- bd8105ee-0ff8-0310-8827-fb3f25b6796d:/trunk/DBIx-Class-Schema-Loader:4176
+ bd8105ee-0ff8-0310-8827-fb3f25b6796d:/trunk/DBIx-Class-Schema-Loader:4266
Deleted: branches/DBIx-Class-Schema-Loader/current/Build.PL
===================================================================
--- branches/DBIx-Class-Schema-Loader/current/Build.PL 2008-04-13 02:56:33 UTC (rev 4267)
+++ branches/DBIx-Class-Schema-Loader/current/Build.PL 2008-04-13 02:58:03 UTC (rev 4268)
@@ -1,3 +0,0 @@
-# Dear Distribution Packager. This use of require is intentional.
-# Module::Install detects Build.PL usage and acts accordingly.
-require 'Makefile.PL';
Modified: branches/DBIx-Class-Schema-Loader/current/Changes
===================================================================
--- branches/DBIx-Class-Schema-Loader/current/Changes 2008-04-13 02:56:33 UTC (rev 4267)
+++ branches/DBIx-Class-Schema-Loader/current/Changes 2008-04-13 02:58:03 UTC (rev 4268)
@@ -1,6 +1,6 @@
Revision history for Perl extension DBIx::Class::Schema::Loader
-Not yet released
+0.04005 Sat Apr 05, 2008
- Fix limiting table list to the specified schema for DB2
- Default db_schema to the username for DB2
- Allow specifying a custom loader_class, overriding the
Deleted: branches/DBIx-Class-Schema-Loader/current/MANIFEST
===================================================================
--- branches/DBIx-Class-Schema-Loader/current/MANIFEST 2008-04-13 02:56:33 UTC (rev 4267)
+++ branches/DBIx-Class-Schema-Loader/current/MANIFEST 2008-04-13 02:58:03 UTC (rev 4268)
@@ -1,48 +0,0 @@
-Changes
-inc/Module/AutoInstall.pm
-inc/Module/Install.pm
-inc/Module/Install/AutoInstall.pm
-inc/Module/Install/Base.pm
-inc/Module/Install/Build.pm
-inc/Module/Install/Can.pm
-inc/Module/Install/Fetch.pm
-inc/Module/Install/Include.pm
-inc/Module/Install/Makefile.pm
-inc/Module/Install/Metadata.pm
-inc/Module/Install/Win32.pm
-inc/Module/Install/WriteAll.pm
-lib/DBIx/Class/Schema/Loader.pm
-lib/DBIx/Class/Schema/Loader/Base.pm
-lib/DBIx/Class/Schema/Loader/DBI.pm
-lib/DBIx/Class/Schema/Loader/DBI/DB2.pm
-lib/DBIx/Class/Schema/Loader/DBI/mysql.pm
-lib/DBIx/Class/Schema/Loader/DBI/Oracle.pm
-lib/DBIx/Class/Schema/Loader/DBI/Pg.pm
-lib/DBIx/Class/Schema/Loader/DBI/SQLite.pm
-lib/DBIx/Class/Schema/Loader/DBI/Writing.pm
-lib/DBIx/Class/Schema/Loader/RelBuilder.pm
-Makefile.PL
-MANIFEST This list of files
-META.yml
-README
-t/01use.t
-t/02pod.t
-t/03podcoverage.t
-t/04kwalitee.t
-t/10sqlite_common.t
-t/11mysql_common.t
-t/12pg_common.t
-t/13db2_common.t
-t/14ora_common.t
-t/20invocations.t
-t/21misc_fatal.t
-t/22dump.t
-t/23dumpmore.t
-t/lib/DBIx/Class/TestComponent.pm
-t/lib/DBIx/Class/TestRSComponent.pm
-t/lib/dbixcsl_common_tests.pm
-t/lib/DBIXCSL_Test/Schema/LoaderTest1.pm
-t/lib/make_dbictest_db.pm
-t/lib/TestAdditional.pm
-t/lib/TestAdditionalBase.pm
-t/lib/TestLeftBase.pm
Modified: branches/DBIx-Class-Schema-Loader/current/Makefile.PL
===================================================================
--- branches/DBIx-Class-Schema-Loader/current/Makefile.PL 2008-04-13 02:56:33 UTC (rev 4267)
+++ branches/DBIx-Class-Schema-Loader/current/Makefile.PL 2008-04-13 02:58:03 UTC (rev 4268)
@@ -1,5 +1,5 @@
-use inc::Module::Install 0.65;
+use inc::Module::Install 0.71;
name 'DBIx-Class-Schema-Loader';
all_from 'lib/DBIx/Class/Schema/Loader.pm';
Modified: branches/DBIx-Class-Schema-Loader/current/lib/DBIx/Class/Schema/Loader/Base.pm
===================================================================
Modified: branches/DBIx-Class-Schema-Loader/current/lib/DBIx/Class/Schema/Loader/DBI/DB2.pm
===================================================================
Modified: branches/DBIx-Class-Schema-Loader/current/lib/DBIx/Class/Schema/Loader/DBI/Oracle.pm
===================================================================
Modified: branches/DBIx-Class-Schema-Loader/current/lib/DBIx/Class/Schema/Loader/DBI/Pg.pm
===================================================================
Modified: branches/DBIx-Class-Schema-Loader/current/lib/DBIx/Class/Schema/Loader/DBI/SQLite.pm
===================================================================
Modified: branches/DBIx-Class-Schema-Loader/current/lib/DBIx/Class/Schema/Loader/DBI/Writing.pm
===================================================================
Modified: branches/DBIx-Class-Schema-Loader/current/lib/DBIx/Class/Schema/Loader/DBI/mysql.pm
===================================================================
Modified: branches/DBIx-Class-Schema-Loader/current/lib/DBIx/Class/Schema/Loader/DBI.pm
===================================================================
Modified: branches/DBIx-Class-Schema-Loader/current/lib/DBIx/Class/Schema/Loader/RelBuilder.pm
===================================================================
Modified: branches/DBIx-Class-Schema-Loader/current/lib/DBIx/Class/Schema/Loader.pm
===================================================================
More information about the Bast-commits
mailing list