HTML::Mason::Commands - Old Mason command reference


NAME

HTML::Mason::Commands - Old Mason command reference


DESCRIPTION

This was the documentation for the mc_ command set. In Mason 0.8 and beyond, mc_ commands have been replaced by the new HTML::Mason::Request API. e.g.

   mc_comp becomes $m->comp
   mc_file becomes $m->file
   etc.

Below is a description of how to convert your mc_ commands to $m methods. There is also a utility provided with the distribution, bin/convert0.8.pl, that performs these conversions for you. For backwards compatibility mc_ commands still work for a limited time but will eventually go away.


AUTHOR

Jonathan Swartz, swartz@pobox.com


SEE ALSO

HTML::Mason, HTML::Mason::Devel

 HTML::Mason::Commands - Old Mason command reference