Merge 'trunk' into 'sybase'
Rafael Kitover [Wed, 22 Jul 2009 00:36:54 +0000 (00:36 +0000)]
r6075@hlagh (orig r7074):  tomboh | 2009-07-20 12:20:37 -0400
Fix POD changes from r7040.
r6081@hlagh (orig r7077):  norbi | 2009-07-20 18:59:30 -0400

r6082@hlagh (orig r7078):  norbi | 2009-07-20 18:59:58 -0400
 r7232@vger:  mendel | 2009-07-21 00:58:12 +0200
 Fixed documentation and added test for the "Arbitrary SQL through a custom ResultSource" Cookbook alternate (subclassing) recipe.

r6083@hlagh (orig r7079):  norbi | 2009-07-20 19:05:32 -0400
 r7235@vger:  mendel | 2009-07-21 01:05:18 +0200
 Fixed 'typo' (removed a word that I left there by accident).

r6084@hlagh (orig r7080):  norbi | 2009-07-21 04:06:21 -0400
 r7237@vger:  mendel | 2009-07-21 10:06:05 +0200
 Fixing what my svk client screwed up.

r6085@hlagh (orig r7081):  caelum | 2009-07-21 10:51:55 -0400
update Storage::Replicated prereqs
r6086@hlagh (orig r7082):  caelum | 2009-07-21 12:16:34 -0400
show Oracle datetime_setup alter session statements in debug output

1  2 
Makefile.PL
t/lib/DBICTest/Schema.pm

diff --combined Makefile.PL
@@@ -84,9 -84,9 +84,9 @@@ my %force_requires_if_author = 
    'DateTime::Format::Strptime'=> 0,
  
    # t/93storage_replication.t
-   'Moose',                    => 0.77,
-   'MooseX::AttributeHelpers'  => 0.12,
-   'MooseX::Types',            => 0.10,
+   'Moose',                    => 0.87,
+   'MooseX::AttributeHelpers'  => 0.21,
+   'MooseX::Types',            => 0.16,
    'namespace::clean'          => 0.11,
    'Hash::Merge',              => 0.11,
  
        'DateTime::Format::Oracle' => 0,
      ) : ()
    ,
 +
 +  $ENV{DBICTEST_SYBASE_DSN}
 +    ? (
 +      'DateTime::Format::Sybase' => 0,
 +    ) : ()
 +  ,
  );
  
  if ($Module::Install::AUTHOR) {
diff --combined t/lib/DBICTest/Schema.pm
@@@ -9,7 -9,6 +9,7 @@@ __PACKAGE__->load_classes(qw
    Artist
    SequenceTest
    BindType
 +  SingleBlob
    Employee
    CD
    FileColumn
@@@ -21,6 -20,7 +21,7 @@@
    Tag
    Year2000CDs
    Year1999CDs
+   CustomSql
    /,
    { 'DBICTest::Schema' => [qw/
      LinerNotes