18 years agoAdded remove_column(s) from ResultSource/ResultSourceProxy
Christopher H. Laco [Sat, 1 Apr 2006 23:54:12 +0000]
Added remove_column(s) from ResultSource/ResultSourceProxy
Added add_column alias to ResultSourceProxy

18 years agoRemove Tree::* modules from docs for now. Renamed positional to ordered in the manual.
Aran Deltac [Fri, 31 Mar 2006 22:11:14 +0000]
Remove Tree::* modules from docs for now.  Renamed positional to ordered in the manual.

18 years agoRenamed DBIC::Positional as DBIC::Ordered.
Aran Deltac [Fri, 31 Mar 2006 22:06:37 +0000]
Renamed DBIC::Positional as DBIC::Ordered.

18 years agoAdded support for unique constraints to SQLT::Parser::DBIx::Class
Stephan Szabo [Fri, 31 Mar 2006 17:07:57 +0000]
Added support for unique constraints to SQLT::Parser::DBIx::Class
along with tests.

18 years agoMerge 'trunk' into 'DBIx-Class-current'
Matt S Trout [Tue, 28 Mar 2006 22:22:01 +0000]
Merge 'trunk' into 'DBIx-Class-current'

r9255@obrien (orig r1356):  bluefeet | 2006-03-25 02:28:25 +0000
Small doc typo fix in ResultSet.
r9256@obrien (orig r1357):  jguenther | 2006-03-25 08:43:38 +0000
changed Returns -> Return Value
r9257@obrien (orig r1358):  jguenther | 2006-03-25 08:49:58 +0000
removed parentheses from argument lists in docs
r9260@obrien (orig r1359):  matthewt | 2006-03-25 18:08:38 +0000
0.06000 changes
r9341@obrien (orig r1362):  ningu | 2006-03-26 00:15:00 +0000
various small doc fixes
r9342@obrien (orig r1363):  ningu | 2006-03-26 00:16:07 +0000
missed a couple things
r9344@obrien (orig r1365):  blblack | 2006-03-26 15:44:25 +0100
converted tabs to spaces, removed trailing whitespace
r9349@obrien (orig r1370):  matthewt | 2006-03-27 18:35:26 +0100
Quoting fixes for single-table ops
r9352@obrien (orig r1372):  matthewt | 2006-03-27 21:09:09 +0100
Fix typo in from rs attr docs
r9365@obrien (orig r1377):  nothingmuch | 2006-03-27 23:21:27 +0100
split( ";\n", @statements" ) returns crack
r9368@obrien (orig r1380):  bricas | 2006-03-28 14:04:30 +0100
minor pod fixes
r9371@obrien (orig r1381):  castaway | 2006-03-28 15:37:34 +0100
More debugging for "no sth generated"

r9372@obrien (orig r1382):  sszabo | 2006-03-28 19:28:37 +0100
Changed logic for determining foreign key constraints
in SQL::Translator::Parser::DBIx::Class to compare
self keys against the primary key.

Made SQL::Translator::Parser::DBIx::Class handle
multi-column foreign key constraints.

Added tests on helperrels for these.

r9373@obrien (orig r1383):  sszabo | 2006-03-28 19:54:35 +0100
Add missing ) before unless.

18 years agoAdd missing ) before unless.
Stephan Szabo [Tue, 28 Mar 2006 18:54:35 +0000]
Add missing ) before unless.

18 years agoChanged logic for determining foreign key constraints
Stephan Szabo [Tue, 28 Mar 2006 18:28:37 +0000]
Changed logic for determining foreign key constraints
in SQL::Translator::Parser::DBIx::Class to compare
self keys against the primary key.

Made SQL::Translator::Parser::DBIx::Class handle
multi-column foreign key constraints.

Added tests on helperrels for these.

18 years agoMore debugging for "no sth generated"
Jess Robinson [Tue, 28 Mar 2006 14:37:34 +0000]
More debugging for "no sth generated"

18 years agominor pod fixes
Brian Cassidy [Tue, 28 Mar 2006 13:04:30 +0000]
minor pod fixes

18 years agoNew is_column_changed method in DBIC::Row.
Aran Deltac [Mon, 27 Mar 2006 23:29:37 +0000]
New is_column_changed method in DBIC::Row.

18 years agosplit( ";\n", @statements" ) returns crack
Yuval Kogman [Mon, 27 Mar 2006 22:21:27 +0000]
split( ";\n", @statements" ) returns crack

18 years agoFix typo in from rs attr docs
Matt S Trout [Mon, 27 Mar 2006 20:09:09 +0000]
Fix typo in from rs attr docs

18 years agoAdded a TODO for deploy().
Aran Deltac [Mon, 27 Mar 2006 18:39:41 +0000]
Added a TODO for deploy().

18 years agoQuoting fixes for single-table ops
Matt S Trout [Mon, 27 Mar 2006 17:35:26 +0000]
Quoting fixes for single-table ops

18 years agominor fixes to the recent connect_info change
Brandon L. Black [Sun, 26 Mar 2006 15:04:53 +0000]
minor fixes to the recent connect_info change

18 years agoMerge 'trunk' into 'DBIx-Class-current'
Brandon L. Black [Sun, 26 Mar 2006 14:50:39 +0000]
Merge 'trunk' into 'DBIx-Class-current'

merged trunk rev 1365 (whitespace fixes) to -current branch

18 years agoconverted tabs to spaces, removed trailing whitespace
Brandon L. Black [Sun, 26 Mar 2006 14:44:25 +0000]
converted tabs to spaces, removed trailing whitespace

18 years agosupport on_connect_do, limit_dialect, quote_char, and name_sep within connect_info...
Brandon L. Black [Sun, 26 Mar 2006 07:39:07 +0000]
support on_connect_do, limit_dialect, quote_char, and name_sep within connect_info as hashref in last element of info arrayref

18 years agomissed a couple things
David Kamholz [Sun, 26 Mar 2006 00:16:07 +0000]
missed a couple things

18 years agovarious small doc fixes
David Kamholz [Sun, 26 Mar 2006 00:15:00 +0000]
various small doc fixes

18 years agoMore stuff for TODO
Matt S Trout [Sat, 25 Mar 2006 22:39:26 +0000]
More stuff for TODO

18 years ago0.06000 changes v0.06000
Matt S Trout [Sat, 25 Mar 2006 18:08:38 +0000]
0.06000 changes

18 years agoremoved parentheses from argument lists in docs
Justin Guenther [Sat, 25 Mar 2006 08:49:58 +0000]
removed parentheses from argument lists in docs

18 years agochanged Returns -> Return Value
Justin Guenther [Sat, 25 Mar 2006 08:43:38 +0000]
changed Returns -> Return Value

18 years agoSmall doc typo fix in ResultSet.
Aran Deltac [Sat, 25 Mar 2006 02:28:25 +0000]
Small doc typo fix in ResultSet.

18 years agoMerge 'trunk' into 'DBIx-Class-current'
Matt S Trout [Sat, 25 Mar 2006 02:22:44 +0000]
Merge 'trunk' into 'DBIx-Class-current'

r9194@obrien (orig r1339):  ningu | 2006-03-24 20:38:00 +0000
fix erur fix
r9195@obrien (orig r1340):  jguenther | 2006-03-24 20:54:55 +0000
documented DBIx::Class::Cursor and DBIx::Class::Storage::DBI::Cursor
r9196@obrien (orig r1341):  jguenther | 2006-03-24 20:58:12 +0000
reworded result -> row
r9197@obrien (orig r1342):  jguenther | 2006-03-24 21:05:46 +0000
clarified method docs
r9198@obrien (orig r1343):  jguenther | 2006-03-24 21:11:39 +0000
cleaned up docs, added Arguments/Returns sections for most methods
r9199@obrien (orig r1344):  castaway | 2006-03-24 21:24:23 +0000
Yet more docs ;)

r9200@obrien (orig r1345):  matthewt | 2006-03-24 21:28:19 +0000
Fixed indent in Example.pod
r9201@obrien (orig r1346):  matthewt | 2006-03-24 21:33:21 +0000
Fixed in-code indent in Example.pod
r9202@obrien (orig r1347):  castaway | 2006-03-24 21:36:03 +0000
Docs!

r9203@obrien (orig r1348):  castaway | 2006-03-24 22:04:56 +0000
Docs!

r9204@obrien (orig r1349):  matthewt | 2006-03-24 22:42:42 +0000
Linked Manual::Example from Manual
r9209@obrien (orig r1354):  matthewt | 2006-03-25 00:08:58 +0000
Updated ResultSet docs

18 years agoUpdated ResultSet docs
Matt S Trout [Sat, 25 Mar 2006 00:08:58 +0000]
Updated ResultSet docs

18 years agoFixed the Positional test to use the new test calss name.
Aran Deltac [Fri, 24 Mar 2006 23:53:44 +0000]
Fixed the Positional test to use the new test calss name.

18 years agoRemove Tree and TokenGroup modules in favor of the new DBIx::Class::Tree distribution.
Aran Deltac [Fri, 24 Mar 2006 23:47:59 +0000]
Remove Tree and TokenGroup modules in favor of the new DBIx::Class::Tree distribution.

18 years agoLinked Manual::Example from Manual
Matt S Trout [Fri, 24 Mar 2006 22:42:42 +0000]
Linked Manual::Example from Manual

18 years agoDocs!
Jess Robinson [Fri, 24 Mar 2006 22:04:56 +0000]
Docs!

18 years agoDocs!
Jess Robinson [Fri, 24 Mar 2006 21:36:03 +0000]
Docs!

18 years agoFixed in-code indent in Example.pod
Matt S Trout [Fri, 24 Mar 2006 21:33:21 +0000]
Fixed in-code indent in Example.pod

18 years agoFixed indent in Example.pod
Matt S Trout [Fri, 24 Mar 2006 21:28:19 +0000]
Fixed indent in Example.pod

18 years agoYet more docs ;)
Jess Robinson [Fri, 24 Mar 2006 21:24:23 +0000]
Yet more docs ;)

18 years agocleaned up docs, added Arguments/Returns sections for most methods
Justin Guenther [Fri, 24 Mar 2006 21:11:39 +0000]
cleaned up docs, added Arguments/Returns sections for most methods

18 years agoclarified method docs
Justin Guenther [Fri, 24 Mar 2006 21:05:46 +0000]
clarified method docs

18 years agoreworded result -> row
Justin Guenther [Fri, 24 Mar 2006 20:58:12 +0000]
reworded result -> row

18 years agodocumented DBIx::Class::Cursor and DBIx::Class::Storage::DBI::Cursor
Justin Guenther [Fri, 24 Mar 2006 20:54:55 +0000]
documented DBIx::Class::Cursor and DBIx::Class::Storage::DBI::Cursor

18 years agofix erur fix
David Kamholz [Fri, 24 Mar 2006 20:38:00 +0000]
fix erur fix

18 years agoNew experimental TokenGroup component.
Aran Deltac [Fri, 24 Mar 2006 20:30:10 +0000]
New experimental TokenGroup component.

18 years agoAdditional DOM-like methods for AdjacencyList.
Aran Deltac [Fri, 24 Mar 2006 15:45:10 +0000]
Additional DOM-like methods for AdjacencyList.

18 years agoRename Positioned as Positional.
Aran Deltac [Fri, 24 Mar 2006 15:16:41 +0000]
Rename Positioned as Positional.

18 years agoMerge 'trunk' into 'DBIx-Class-current'
Matt S Trout [Fri, 24 Mar 2006 14:56:34 +0000]
Merge 'trunk' into 'DBIx-Class-current'

r9106@obrien (orig r1319):  bluefeet | 2006-03-23 21:48:43 +0000
Component manual.
r9107@obrien (orig r1320):  bluefeet | 2006-03-24 00:02:19 +0000
Typos fixes to Manual/Component as well as adding Component to Manual.pod.
r9109@obrien (orig r1321):  blblack | 2006-03-24 02:25:20 +0000
minor test fix
r9111@obrien (orig r1323):  matthewt | 2006-03-24 03:46:40 +0000
Fixed speling erurs
r9112@obrien (orig r1324):  matthewt | 2006-03-24 04:38:08 +0000
svn log thingy from dngor
r9113@obrien (orig r1325):  matthewt | 2006-03-24 04:41:01 +0000
svn-log stealer script
r9115@obrien (orig r1326):  blblack | 2006-03-24 05:00:32 +0000
Added use strict / use warnings everywhere it was missing
r9116@obrien (orig r1327):  matthewt | 2006-03-24 05:16:48 +0000
Added IRC handles for everybody except Todd Lipcon, who I dunno about :(
r9117@obrien (orig r1328):  jguenther | 2006-03-24 06:01:55 +0000
code reformatting for readibility
r9118@obrien (orig r1329):  jguenther | 2006-03-24 06:04:16 +0000
expanded/clarified documentation
r9119@obrien (orig r1330):  jguenther | 2006-03-24 07:06:05 +0000
fixed a stupid typo
r9120@obrien (orig r1331):  jguenther | 2006-03-24 07:16:39 +0000
changed formatting for arguments/return values in method docs
r9123@obrien (orig r1334):  bluefeet | 2006-03-24 14:40:23 +0000
Spleling fixes all over.

18 years agoSpleling fixes all over.
Aran Deltac [Fri, 24 Mar 2006 14:40:23 +0000]
Spleling fixes all over.

18 years agochanged formatting for arguments/return values in method docs
Justin Guenther [Fri, 24 Mar 2006 07:16:39 +0000]
changed formatting for arguments/return values in method docs

18 years agofixed a stupid typo
Justin Guenther [Fri, 24 Mar 2006 07:06:05 +0000]
fixed a stupid typo

18 years agoexpanded/clarified documentation
Justin Guenther [Fri, 24 Mar 2006 06:04:16 +0000]
expanded/clarified documentation

18 years agocode reformatting for readibility
Justin Guenther [Fri, 24 Mar 2006 06:01:55 +0000]
code reformatting for readibility

18 years agoAdded IRC handles for everybody except Todd Lipcon, who I dunno about :(
Matt S Trout [Fri, 24 Mar 2006 05:16:48 +0000]
Added IRC handles for everybody except Todd Lipcon, who I dunno about :(

18 years agoAdded use strict / use warnings everywhere it was missing
Brandon L. Black [Fri, 24 Mar 2006 05:00:32 +0000]
Added use strict / use warnings everywhere it was missing

18 years agosvn-log stealer script
Matt S Trout [Fri, 24 Mar 2006 04:41:01 +0000]
svn-log stealer script

18 years agosvn log thingy from dngor
Matt S Trout [Fri, 24 Mar 2006 04:38:08 +0000]
svn log thingy from dngor

18 years agoFixed speling erurs
Matt S Trout [Fri, 24 Mar 2006 03:46:40 +0000]
Fixed speling erurs

18 years agoFixes to Tree::AdjacencyList, and working tests.
Aran Deltac [Fri, 24 Mar 2006 03:43:16 +0000]
Fixes to Tree::AdjacencyList, and working tests.

18 years agominor test fix
Brandon L. Black [Fri, 24 Mar 2006 02:25:20 +0000]
minor test fix

18 years agoTypos fixes to Manual/Component as well as adding Component to Manual.pod.
Aran Deltac [Fri, 24 Mar 2006 00:02:19 +0000]
Typos fixes to Manual/Component as well as adding Component to Manual.pod.

18 years agoComponent manual.
Aran Deltac [Thu, 23 Mar 2006 21:48:43 +0000]
Component manual.

18 years agoNew collection_column feature with working tests.
Aran Deltac [Thu, 23 Mar 2006 19:57:43 +0000]
New collection_column feature with working tests.

18 years agoAdditional tests for first_sibling and last_sibling.
Aran Deltac [Thu, 23 Mar 2006 18:05:37 +0000]
Additional tests for first_sibling and last_sibling.

18 years agoMerge 'trunk' into 'DBIx-Class-current'
Matt S Trout [Thu, 23 Mar 2006 18:05:16 +0000]
Merge 'trunk' into 'DBIx-Class-current'

r9088@obrien (orig r1305):  matthewt | 2006-03-22 11:52:30 +0000
Nuked ancient and unused classdata entry
r9091@obrien (orig r1306):  jguenther | 2006-03-22 18:16:27 +0000
fixed unclear documentation regarding context in txn_do()
r9092@obrien (orig r1307):  castaway | 2006-03-22 22:41:38 +0000
Fix up is_auto_increment doc

r9093@obrien (orig r1308):  castaway | 2006-03-22 22:46:30 +0000
Fixup sequence docs

r9100@obrien (orig r1315):  wdh | 2006-03-23 18:02:43 +0000
add basic cache tests/docs to trunk

18 years agoadd basic cache tests/docs to trunk
Will Hawes [Thu, 23 Mar 2006 18:02:43 +0000]
add basic cache tests/docs to trunk

18 years agoremove cache tests/docs incorrectly committed to branch
Will Hawes [Thu, 23 Mar 2006 18:00:49 +0000]
remove cache tests/docs incorrectly committed to branch

18 years agoNo more $self->search in Positioned.
Aran Deltac [Thu, 23 Mar 2006 17:52:51 +0000]
No more $self->search in Positioned.

18 years agoUse the more verbose search syntax in previous_sibling.
Aran Deltac [Thu, 23 Mar 2006 17:40:14 +0000]
Use the more verbose search syntax in previous_sibling.

18 years agoFixes and tests for next/previous _sibling.
Aran Deltac [Thu, 23 Mar 2006 17:37:05 +0000]
Fixes and tests for next/previous _sibling.

18 years agoVarious fixes to Positioned. Tests no longer test AdjacencyList.
Aran Deltac [Thu, 23 Mar 2006 17:21:32 +0000]
Various fixes to Positioned.  Tests no longer test AdjacencyList.

18 years agoadd basic cache tests/documentation
Will Hawes [Thu, 23 Mar 2006 16:44:48 +0000]
add basic cache tests/documentation

18 years agoFixup sequence docs
Jess Robinson [Wed, 22 Mar 2006 22:46:30 +0000]
Fixup sequence docs

18 years agoFix up is_auto_increment doc
Jess Robinson [Wed, 22 Mar 2006 22:41:38 +0000]
Fix up is_auto_increment doc

18 years agofixed unclear documentation regarding context in txn_do()
Justin Guenther [Wed, 22 Mar 2006 18:16:27 +0000]
fixed unclear documentation regarding context in txn_do()

18 years agoNuked ancient and unused classdata entry
Matt S Trout [Wed, 22 Mar 2006 11:52:30 +0000]
Nuked ancient and unused classdata entry

18 years agoMerge 'trunk' into 'DBIx-Class-current'
Matt S Trout [Wed, 22 Mar 2006 06:18:25 +0000]
Merge 'trunk' into 'DBIx-Class-current'

18 years agoNuked ExampleSchema (already copied to Example)
Matt S Trout [Wed, 22 Mar 2006 00:18:25 +0000]
Nuked ExampleSchema (already copied to Example)

18 years agolib/DBIx/Class/ResultSource.pm
Matt S Trout [Tue, 21 Mar 2006 23:14:45 +0000]
lib/DBIx/Class/ResultSource.pm

18 years agoUpdates to Intro
Matt S Trout [Tue, 21 Mar 2006 22:51:03 +0000]
Updates to Intro

18 years agoNuked
Jess Robinson [Tue, 21 Mar 2006 22:47:30 +0000]
Nuked

18 years agoNew version
Jess Robinson [Tue, 21 Mar 2006 22:46:35 +0000]
New version

18 years agoNuke old version
Jess Robinson [Tue, 21 Mar 2006 22:46:20 +0000]
Nuke old version

18 years agoMerge 'trunk' into 'DBIx-Class-current'
Matt S Trout [Tue, 21 Mar 2006 22:41:01 +0000]
Merge 'trunk' into 'DBIx-Class-current'

r9072@obrien (orig r1289):  castaway | 2006-03-21 20:37:32 +0000
Nuked mentions of SchemaIntro, all in Intro.pod now

r9075@obrien (orig r1292):  jguenther | 2006-03-21 22:15:39 +0000
Documentation indenting/formatting fixes

18 years agoDocumentation indenting/formatting fixes
Justin Guenther [Tue, 21 Mar 2006 22:15:39 +0000]
Documentation indenting/formatting fixes

18 years agoAdditional tests for AdjacencyList.
Aran Deltac [Tue, 21 Mar 2006 20:55:19 +0000]
Additional tests for AdjacencyList.

18 years agoNuked mentions of SchemaIntro, all in Intro.pod now
Jess Robinson [Tue, 21 Mar 2006 20:37:32 +0000]
Nuked mentions of SchemaIntro, all in Intro.pod now

18 years agoMerge 'trunk' into 'DBIx-Class-current'
Matt S Trout [Tue, 21 Mar 2006 20:36:26 +0000]
Merge 'trunk' into 'DBIx-Class-current'

r9062@obrien (orig r1283):  castaway | 2006-03-21 18:47:26 +0000
documenting!

r9063@obrien (orig r1284):  purge | 2006-03-21 18:52:32 +0000
Doc updates to remove PK::Auto::<db> references and miscellaneous trinkets.
r9064@obrien (orig r1285):  matthewt | 2006-03-21 19:32:56 +0000
Updated compose_* docs
r9065@obrien (orig r1286):  castaway | 2006-03-21 20:34:49 +0000
Imported Schema stuff, some other improvements

r9066@obrien (orig r1287):  matthewt | 2006-03-21 20:35:38 +0000
Nuked FAQ and shifted it the useful bits into Troubleshooting

18 years agoNuked FAQ and shifted it the useful bits into Troubleshooting
Matt S Trout [Tue, 21 Mar 2006 20:35:38 +0000]
Nuked FAQ and shifted it the useful bits into Troubleshooting

18 years agoImported Schema stuff, some other improvements
Jess Robinson [Tue, 21 Mar 2006 20:34:49 +0000]
Imported Schema stuff, some other improvements

18 years agoUpdated compose_* docs
Matt S Trout [Tue, 21 Mar 2006 19:32:56 +0000]
Updated compose_* docs

18 years agoDoc updates to remove PK::Auto::<db> references and miscellaneous trinkets.
Simon Elliott [Tue, 21 Mar 2006 18:52:32 +0000]
Doc updates to remove PK::Auto::<db> references and miscellaneous trinkets.

18 years agodocumenting!
Jess Robinson [Tue, 21 Mar 2006 18:47:26 +0000]
documenting!

18 years agoundo changes that should have been in TRUNK. /me thwaps self
Simon Elliott [Tue, 21 Mar 2006 18:35:23 +0000]
undo changes that should have been in TRUNK. /me thwaps self

18 years agoMisc doc updates.
Simon Elliott [Tue, 21 Mar 2006 18:06:59 +0000]
Misc doc updates.

18 years agoDoc fixes for PK::Auto::DB references. All handled in storage now.
Simon Elliott [Tue, 21 Mar 2006 17:47:24 +0000]
Doc fixes for PK::Auto::DB references. All handled in storage now.

18 years agoMerge 'trunk' into 'DBIx-Class-current'
Matt S Trout [Tue, 21 Mar 2006 15:57:51 +0000]
Merge 'trunk' into 'DBIx-Class-current'

r9049@obrien (orig r1275):  jguenther | 2006-03-21 12:03:55 +0000
changed Foo/Bar in docs to more meaningful names
r9050@obrien (orig r1276):  matthewt | 2006-03-21 14:10:01 +0000
Docs tweaks from bluefeet, correction to ResultSet POD update by jguenther
r9051@obrien (orig r1277):  matthewt | 2006-03-21 14:26:22 +0000
Corrected columns_info_for indent level - 2 space indent everyone please, you may not like it but the rest of the code is already like that
r9052@obrien (orig r1278):  matthewt | 2006-03-21 15:57:16 +0000
Tweaked columns_info_for test to get around SQLite inconsistencies

18 years agoTweaked columns_info_for test to get around SQLite inconsistencies
Matt S Trout [Tue, 21 Mar 2006 15:57:16 +0000]
Tweaked columns_info_for test to get around SQLite inconsistencies

18 years agoCorrected columns_info_for indent level - 2 space indent everyone please, you may...
Matt S Trout [Tue, 21 Mar 2006 14:26:22 +0000]
Corrected columns_info_for indent level - 2 space indent everyone please, you may not like it but the rest of the code is already like that

18 years agoDocs tweaks from bluefeet, correction to ResultSet POD update by jguenther
Matt S Trout [Tue, 21 Mar 2006 14:10:01 +0000]
Docs tweaks from bluefeet, correction to ResultSet POD update by jguenther

18 years agochanged Foo/Bar in docs to more meaningful names
Justin Guenther [Tue, 21 Mar 2006 12:03:55 +0000]
changed Foo/Bar in docs to more meaningful names

18 years agobetter way of disabling warnings/errors for DROP TABLE in test
Brandon L. Black [Tue, 21 Mar 2006 06:52:02 +0000]
better way of disabling warnings/errors for DROP TABLE in test

18 years agoMerge 'trunk' into 'DBIx-Class-current'
Matt S Trout [Tue, 21 Mar 2006 04:57:37 +0000]
Merge 'trunk' into 'DBIx-Class-current'

r9041@obrien (orig r1267):  castaway | 2006-03-21 00:25:14 +0000
ddddocs!

r9046@obrien (orig r1272):  matthewt | 2006-03-21 04:57:00 +0000
Doc updates in DBIx/Class.pm

18 years agoDoc updates in DBIx/Class.pm
Matt S Trout [Tue, 21 Mar 2006 04:57:00 +0000]
Doc updates in DBIx/Class.pm