72c102beab
- fmt on DESCR (p5-HTML-Mason-1.09_1 was released for test, and available from CPAN) Changes since p5-HTML-Mason-1.03 - Fixed locale parser_version 0,8 problem. (submitted by Louis-David Mitterrand) - Fixed inability to use '/' for comp_root. (reported by Doug Hunt) - Fixed HTML::Mason::Parser::make_dirs dying when reload_file not defined. (reported by Ivan E. Panchenko) - Made error_process regexps more specific. (suggested by Vadim Belman) - Fixed $m->count. (reported by David Wheeler) - Fixed writing of object files in taint mode. (submitted by Barrie Slaymaker) - Made it possible to run Makefile.PL without prompts.
7 lines
448 B
Text
7 lines
448 B
Text
Mason allows web pages and sites to be constructed from shared,
|
|
reusable building blocks called components. Components contain a
|
|
mix of Perl and HTML, and can call each other and pass values back
|
|
and forth like subroutines. Components increase modularity and
|
|
eliminate repetitive work: common design elements (headers, footers,
|
|
menus, logos) can be extracted into their own components where they
|
|
need be changed only once to affect the whole site.
|