note DBIx::DBSchema 0.29 is required for Pg 7.2.x and earlier
authorivan <ivan>
Fri, 2 Dec 2005 01:52:08 +0000 (01:52 +0000)
committerivan <ivan>
Fri, 2 Dec 2005 01:52:08 +0000 (01:52 +0000)
README.1.5.8
httemplate/docs/upgrade10.html

index 2282f60..211b5d9 100644 (file)
@@ -2,6 +2,8 @@
 install JSON
 
 install DBIx::DBSchema 0.27 (or later)
+  (if you are running Pg version 7.2.x or earlier, install at least
+   DBIx::DBSchema 0.29)
 install HTML::Widgets:SelectLayers 0.05 (or later)
 install Business::CreditCard 0.28 (or later)
 
index 77b0b3b..79f17d6 100644 (file)
@@ -11,7 +11,9 @@ If migrating from 1.5.0pre6, see README.1.5.7 instead
 
 install JSON
 install DBD::Pg 1.32, 1.41 or later (not 1.40) (or, if you're using a Perl version before 5.6, you could try installing DBD::Pg 1.22 with <a href="http://420.am/~ivan/DBD-Pg-1.22-fixvercmp.patch">this patch</a> and commenting out the "use DBD::Pg 1.32" at the top of DBIx/DBSchema/DBD/Pg.pm)
-install DBIx::DBSchema 0.26
+install DBIx::DBSchema 0.27 (or later)
+  (if you are running Pg version 7.2.x or earlier, install at least
+   DBIx::DBSchema 0.29)
 install Net::SSH 0.08
 install HTML::Widgets::SelectLayers 0.05