head	1.3;
access;
symbols
	RELEASE_8_3_0:1.3
	RELEASE_9_0_0:1.3
	RELEASE_7_4_0:1.2
	RELEASE_8_2_0:1.2
	RELEASE_6_EOL:1.2
	RELEASE_8_1_0:1.2
	RELEASE_7_3_0:1.2
	RELEASE_8_0_0:1.2
	RELEASE_7_2_0:1.2
	RELEASE_7_1_0:1.2
	RELEASE_6_4_0:1.2
	RELEASE_5_EOL:1.2
	RELEASE_7_0_0:1.2
	RELEASE_6_3_0:1.2
	PRE_XORG_7:1.2
	RELEASE_4_EOL:1.2
	RELEASE_6_2_0:1.2
	RELEASE_6_1_0:1.1
	RELEASE_5_5_0:1.1
	RELEASE_6_0_0:1.1
	RELEASE_5_4_0:1.1;
locks; strict;
comment	@# @;


1.3
date	2011.10.24.09.11.27;	author dougb;	state Exp;
branches;
next	1.2;

1.2
date	2006.06.15.01.20.50;	author aaron;	state Exp;
branches;
next	1.1;

1.1
date	2005.02.15.18.17.53;	author mat;	state Exp;
branches;
next	;


desc
@@


1.3
log
@The vast majority of pkg-descr files had the following format when they
had both lines:

Author: ...
WWW: ....

So standardize on that, and move them to the end of the file when necessary.

Also fix some more whitespace, and remove more "signature tags" of varying
forms, like -- name, etc.

s/AUTHOR/Author/

A few other various formatting issues
@
text
@MasonX::WebApp works with Mason to let you do processing before Mason is ever
invoked. There are a number of things that one might want to do:

* Argument munging

	You might want to make sure all incoming arguments are UTF-8 encoded.
	Or you might want to create some objects which Mason will see as
	incoming arguments. For example, a "user_id" parameter could be turned
	into a user object.

* Handle requests without Mason

	If you're not generating output for the browser other than a redirect,
	then there's no reason to use Mason. You can use a MasonX::WebApp
	subclass to handle all form submissions, for example.

	This has the added benefit of making it easier to preload this code
	once during server startup.

* And others ...

Author: Dave Rolsky <autarch@@urth.org>
WWW:  http://search.cpan.org/dist/MasonX-WebApp/
@


1.2
log
@- Update from v0.08 to v0.11

PR:		ports/98351
Submitted by:	aaron
Approved by:	maintainer timeout, tobez (implicit)
@
text
@d22 1
a23 1
Author: Dave Rolsky <autarch@@urth.org>
@


1.1
log
@Add p5-MasonX-WebApp 0.08, works with HTML::Mason to do processing
before Mason is invoked.

PR:		ports/75935
Submitted by:	Travis Campbell <hcoyote@@ghostar.org>
@
text
@a21 1

d23 1
a23 1
WWW:  http://www.masonhq.com/?MasonX
@

