[Maypole] Apache2

Sebastian Riedel sri@oook.de
Wed, 17 Nov 2004 09:45:11 +0100


michael@diaspora.gen.nz:
> pivot$ svn diff
> Index: lib/Apache/MVC.pm
> ===================================================================
> --- lib/Apache/MVC.pm   (revision 280)
> +++ lib/Apache/MVC.pm   (working copy)
> @@ -12,6 +12,7 @@
> 
>  if (APACHE2) {
>      require Apache2;
> +    require Apache::RequestIO;
>      require Apache::RequestRec;
>      require Apache::RequestUtil;
>      require APR::URI;

Thanks, applied to Maypole and Catalyst.

sebastian