diff --git a/docs/migration.txt b/docs/migration.txt index f9722ff1b..60ebd8276 100644 --- a/docs/migration.txt +++ b/docs/migration.txt @@ -495,5 +495,5 @@ They are: epochToDate, dateToEpoch, epochToArray, arrayToEpoch As of 6.8.0 we are no longer using CGI to handle our web interactions. Instead we are using a native mod perl handler. If you used $session{cgi} object you'll now need to convert your applications to use the methods provided by -Apache2::Request which is referenced through $session{modperl}. +Apache2::Request which is referenced through $session{modperl} and $session{req}.