aboutsummaryrefslogtreecommitdiff
path: root/doc/todo
diff options
context:
space:
mode:
authorsmcv <smcv@web>2014-09-22 16:15:10 -0400
committeradmin <admin@branchable.com>2014-09-22 16:15:10 -0400
commitb52e47181c8984cba27fb533b3bc802dbf0d0420 (patch)
treed4ff397c75a146ae53b737a1e75ca19b5e9b4fbe /doc/todo
parentf218fa0257986887ec3eaf32fa3351f62ab141c5 (diff)
downloadikiwiki-b52e47181c8984cba27fb533b3bc802dbf0d0420.tar
ikiwiki-b52e47181c8984cba27fb533b3bc802dbf0d0420.tar.gz
indeed
Diffstat (limited to 'doc/todo')
-rw-r--r--doc/todo/Any_todo_because_CGI.pm_deprecated__63__.mdwn5
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/todo/Any_todo_because_CGI.pm_deprecated__63__.mdwn b/doc/todo/Any_todo_because_CGI.pm_deprecated__63__.mdwn
index 3357cb826..081015733 100644
--- a/doc/todo/Any_todo_because_CGI.pm_deprecated__63__.mdwn
+++ b/doc/todo/Any_todo_because_CGI.pm_deprecated__63__.mdwn
@@ -17,3 +17,8 @@ Or is it just a matter of 'hold course until [[rewrite ikiwiki in haskell]]'?
> its content as possible anyway. --[[smcv]]
>> I'm on a thin pipe, but IIRC CGI.pm is simply no longer going to be bundled with Perl core, and is not deprecated in any other way. Just old, and now an explicit dependency. I may be wrong. --[[schmonz]]
+
+>>> Yeah, that's what perldelta says. Also, in Debian, the future is already
+>>> here: perl-modules Recommends libcgi-pm-perl, and libcgi-pm-perl comes
+>>> before the bundled copy in the search path, so I'm already testing against
+>>> an unbundled CGI.pm, and I suspect Joey is too. --[[smcv]]