head	1.4;
access;
symbols
	RELEASE_8_3_0:1.4
	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.1
	RELEASE_8_0_0:1.1
	RELEASE_7_2_0:1.1
	RELEASE_7_1_0:1.1
	RELEASE_6_4_0:1.1
	RELEASE_5_EOL:1.1
	RELEASE_7_0_0:1.1
	RELEASE_6_3_0:1.1
	PRE_XORG_7:1.1
	RELEASE_4_EOL:1.1
	RELEASE_6_2_0:1.1;
locks; strict;
comment	@# @;


1.4
date	2011.12.28.08.20.20;	author ehaupt;	state Exp;
branches;
next	1.3;

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

1.2
date	2010.06.10.05.20.30;	author pgollucci;	state Exp;
branches;
next	1.1;

1.1
date	2006.06.05.05.15.36;	author aaron;	state Exp;
branches;
next	;


desc
@@


1.4
log
@End WWW CPAN URL with a "/"
@
text
@This module provides all of the same functionality of WWW::Mechanize, but 
adds support for plugins using Module::Pluggable; this means that any 
module named WWW::Mechanize::Plugin::whatever... will be found and loaded 
when WWW::Mechanize::Pluggable is loaded.

Big deal, you say. Well, it becomes a big deal in conjunction 
with WWW::Mechanize::Pluggable's other feature: plugin hooks. When plugins
are loaded, their import() methods can call WWW::Mechanize::Pluggable's 
prehook and posthook methods. These methods add callbacks to the plugin 
code in WWW::Mechanize::Pluggable's methods. These callbacks can act 
before a method or after it, and have to option of short-circuiting the 
call to the WWW::Mechanize::Pluggable method altogether.

These methods receive whatever parameters the WWW::Mechanize::Pluggable 
methods received, plus a reference to the actvive Mech object.

All other extensions to WWW::Mechanize::Pluggable are handled by the 
plugins.

Author: Joe McMahon
WWW: http://search.cpan.org/dist/WWW-Mechanize-Pluggable/
@


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
@d21 1
a21 1
WWW: http://search.cpan.org/dist/WWW-Mechanize-Pluggable
@


1.2
log
@- Update to 1.06
- Pass to perl@@

With Hat:       perl@@
Changes:        http:/search.cpan.org/dist/WWW-Mechanize-Pluggable/Changes
@
text
@d20 1
a21 1
Author: Joe McMahon
@


1.1
log
@Adding port www/p5-WWW-Mechanize-Pluggable, Custmomize WWW::Mechanize via plugins.

Approved by:	tobez (implicit)
@
text
@d6 3
a8 3
Big deal, you say. Well, it becomes a big deal in conjunction with 
WWW::Mechanize::Pluggable's other feature: plugin hooks. When plugins are 
loaded, their import() methods can call WWW::Mechanize::Pluggable's 
@

