[Bast-commits] r3244 - in trunk/DBIx-Class-Validation: . t/lib/DBIC
claco at dev.catalyst.perl.org
claco at dev.catalyst.perl.org
Sun May 6 01:45:26 GMT 2007
Author: claco
Date: 2007-05-06 01:45:21 +0100 (Sun, 06 May 2007)
New Revision: 3244
Modified:
trunk/DBIx-Class-Validation/Changes
trunk/DBIx-Class-Validation/t/lib/DBIC/Test.pm
Log:
Fixed DBIC::Test comment out of SQL::Translator
Modified: trunk/DBIx-Class-Validation/Changes
===================================================================
--- trunk/DBIx-Class-Validation/Changes 2007-05-05 23:45:12 UTC (rev 3243)
+++ trunk/DBIx-Class-Validation/Changes 2007-05-06 00:45:21 UTC (rev 3244)
@@ -1,5 +1,7 @@
Revision history for DBIx::Class::Validation
+ - Fixed DBIC::Test comment snafu
+
0.01002 Sat May 05 11:38:16 2007
- Converted to Module::Install
- RT#25356 (bokutin): validation now sets filter
Modified: trunk/DBIx-Class-Validation/t/lib/DBIC/Test.pm
===================================================================
--- trunk/DBIx-Class-Validation/t/lib/DBIC/Test.pm 2007-05-05 23:45:12 UTC (rev 3243)
+++ trunk/DBIx-Class-Validation/t/lib/DBIC/Test.pm 2007-05-06 00:45:21 UTC (rev 3244)
@@ -60,7 +60,7 @@
my ($self, $schema, %options) = @_;
my $eval = $options{'eval_deploy'};
- eval 'use SdddQL::Translator';
+ eval 'use SQL::Translator';
if (!$@ && !$options{'no_deploy'}) {
eval {
$schema->deploy();
More information about the Bast-commits
mailing list