summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorivan <ivan>2005-12-02 01:52:08 +0000
committerivan <ivan>2005-12-02 01:52:08 +0000
commite6cda8b39691e166266b306728a5271b6c81110d (patch)
tree6cbaa6a6c14495412eba8c359173deb9e515c25f
parent728c6fe1d3915218fdf248def1df8643fcb600c7 (diff)
note DBIx::DBSchema 0.29 is required for Pg 7.2.x and earlier
-rw-r--r--README.1.5.82
-rw-r--r--httemplate/docs/upgrade10.html4
2 files changed, 5 insertions, 1 deletions
diff --git a/README.1.5.8 b/README.1.5.8
index 2282f60..211b5d9 100644
--- a/README.1.5.8
+++ b/README.1.5.8
@@ -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)
diff --git a/httemplate/docs/upgrade10.html b/httemplate/docs/upgrade10.html
index 77b0b3b..79f17d6 100644
--- a/httemplate/docs/upgrade10.html
+++ b/httemplate/docs/upgrade10.html
@@ -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