Skip to content

Commit

Permalink
remoe superfluous sections
Browse files Browse the repository at this point in the history
  • Loading branch information
jonswar committed Jul 12, 2012
1 parent 221ba83 commit a9b2375
Show file tree
Hide file tree
Showing 19 changed files with 0 additions and 126 deletions.
3 changes: 0 additions & 3 deletions Changes
@@ -1,8 +1,5 @@
Revision history for HTML::Mason.

An HTML version of this file, complete with links to documentation, is
available at http://www.masonhq.com/code/history.html.

** denotes an incompatible change

1.50 Jul 11, 2012
Expand Down
18 changes: 0 additions & 18 deletions lib/HTML/Mason.pm
Expand Up @@ -182,22 +182,4 @@ Associates. The book's website is at http://www.masonbook.com/. This
book goes into detail on a number of topics, and includes a chapter of
recipes as well as a sample Mason-based website.
=head1 AUTHORS
Jonathan Swartz <swartz@pobox.com>, Dave Rolsky <autarch@urth.org>, Ken Williams <ken@mathforum.org>, John Williams <williams@tni.com>
=head1 COPYRIGHT
Copyright (c) 1998-2005 Jonathan Swartz. All rights reserved. This
program is free software; you can redistribute it and/or modify it
under the same terms as Perl itself.
The full text of the license can be found in the LICENSE file included
with this module.
=head1 SEE ALSO
L<HTML::Mason::Devel|HTML::Mason::Devel>,
L<HTML::Mason::Admin|HTML::Mason::Admin>
=cut
12 changes: 0 additions & 12 deletions lib/HTML/Mason/Admin.pod
Expand Up @@ -1124,16 +1124,4 @@ sending to standard output:

# Do something with $outbuf

=head1 AUTHORS

Jonathan Swartz <swartz@pobox.com>, Dave Rolsky <autarch@urth.org>, Ken Williams <ken@mathforum.org>

=head1 SEE ALSO

L<HTML::Mason|HTML::Mason>,
L<HTML::Mason::Interp|HTML::Mason::Interp>,
L<HTML::Mason::ApacheHandler|HTML::Mason::ApacheHandler>,
L<HTML::Mason::Lexer|HTML::Mason::Lexer>,
L<HTML::Mason::Compiler|HTML::Mason::Compiler>

=cut
6 changes: 0 additions & 6 deletions lib/HTML/Mason/ApacheHandler.pm
Expand Up @@ -1224,10 +1224,4 @@ value of the L<args_method|HTML::Mason::Params/args_method> parameter.
=back
=head1 SEE ALSO
L<HTML::Mason|HTML::Mason>,
L<HTML::Mason::Admin|HTML::Mason::Admin>,
L<HTML::Mason::Interp|HTML::Mason::Interp>
=cut
6 changes: 0 additions & 6 deletions lib/HTML/Mason/CGIHandler.pm
Expand Up @@ -597,10 +597,4 @@ of its values will be in the table any longer.
=back
=head1 SEE ALSO
L<HTML::Mason|HTML::Mason>,
L<HTML::Mason::Admin|HTML::Mason::Admin>,
L<HTML::Mason::ApacheHandler|HTML::Mason::ApacheHandler>
=cut
8 changes: 0 additions & 8 deletions lib/HTML/Mason/Compiler.pm
Expand Up @@ -983,11 +983,3 @@ because the compiler object_id is only computed once on creation
and would not reflect any changes to Lexer parameters.
=cut

=head1 SEE ALSO
L<HTML::Mason|HTML::Mason>,
L<HTML::Mason::Admin|HTML::Mason::Admin>,
L<HTML::Mason::Interp|HTML::Mason::Interp>
=cut
6 changes: 0 additions & 6 deletions lib/HTML/Mason/Component.pm
Expand Up @@ -635,10 +635,4 @@ Returns the directory of the source filename for this component.
=back
=head1 SEE ALSO
L<HTML::Mason|HTML::Mason>,
L<HTML::Mason::Devel|HTML::Mason::Devel>,
L<HTML::Mason::Request|HTML::Mason::Request>
=cut
4 changes: 0 additions & 4 deletions lib/HTML/Mason/Component/FileBased.pm
Expand Up @@ -68,8 +68,4 @@ See L<the FILE-BASED METHODS section of
HTML::Mason::Component|HTML::Mason::Component/FILE-BASED METHODS> for
documentation.
=head1 SEE ALSO
L<HTML::Mason::Component|HTML::Mason::Component>
=cut
4 changes: 0 additions & 4 deletions lib/HTML/Mason/Component/Subcomponent.pm
Expand Up @@ -83,8 +83,4 @@ was defined.
=back
=head1 SEE ALSO
L<HTML::Mason::Component|HTML::Mason::Component>
=cut
10 changes: 0 additions & 10 deletions lib/HTML/Mason/Devel.pod
Expand Up @@ -2232,14 +2232,4 @@ Modules which work as source filters, such as C<Switch.pm>, will only
work when you are using object files. This is because of how source
filters are implemented, and cannot be changed by the Mason authors.

=head1 AUTHORS

Jonathan Swartz <swartz@pobox.com>, Dave Rolsky <autarch@urth.org>, Ken Williams <ken@mathforum.org>

=head1 SEE ALSO

L<HTML::Mason|HTML::Mason>,
L<HTML::Mason::Admin|HTML::Mason::Admin>,
L<HTML::Mason::Request|HTML::Mason::Request>

=cut
6 changes: 0 additions & 6 deletions lib/HTML/Mason/Interp.pm
Expand Up @@ -1438,10 +1438,4 @@ C<strict>.
=back
=head1 SEE ALSO
L<HTML::Mason|HTML::Mason>,
L<HTML::Mason::Admin|HTML::Mason::Admin>,
L<HTML::Mason::ApacheHandler|HTML::Mason::ApacheHandler>
=cut
4 changes: 0 additions & 4 deletions lib/HTML/Mason/MethodMaker.pm
Expand Up @@ -169,8 +169,4 @@ reference. The keys are the internal name of the contained object,
such as "request" or "compiler". The values for the keys are the same
as the parameters given for 'read_write' accessors.
=head1 SEE ALSO
L<HTML::Mason|HTML::Mason>
=cut
8 changes: 0 additions & 8 deletions lib/HTML/Mason/Plugin.pm
Expand Up @@ -172,12 +172,4 @@ because output from multiple components combine into a single buffer.
Do not keep an unweakened reference to a request or component object
in your plugin object, or you will create a nasty circular reference.
=head1 AUTHORS
Doug Treder, Jonathan Swartz, Dave Rolsky
=head1 SEE ALSO
L<HTML::Mason::Interp|HTML::Mason::Interp>, L<HTML::Mason::Request|HTML::Mason::Request>
=cut
10 changes: 0 additions & 10 deletions lib/HTML/Mason/Request.pm
Expand Up @@ -2532,14 +2532,4 @@ exceptions, like this:
=back
=head1 AUTHORS
Jonathan Swartz <swartz@pobox.com>, Dave Rolsky <autarch@urth.org>, Ken Williams <ken@mathforum.org>
=head1 SEE ALSO
L<HTML::Mason|HTML::Mason>,
L<HTML::Mason::Devel|HTML::Mason::Devel>,
L<HTML::Mason::Component|HTML::Mason::Component>
=cut
4 changes: 0 additions & 4 deletions lib/HTML/Mason/Resolver.pm
Expand Up @@ -121,8 +121,4 @@ L<HTML::Mason::ApacheHandler|HTML::Mason::ApacheHandler>.
=back
=head1 SEE ALSO
L<HTML::Mason|HTML::Mason>
=cut
4 changes: 0 additions & 4 deletions lib/HTML/Mason/Resolver/File.pm
Expand Up @@ -117,8 +117,4 @@ HTML::Mason::Resolver::File - Component path resolver for file-based components
This HTML::Mason::Resolver subclass is used when components are stored
on the filesystem, which is the norm for most Mason-based applications.
=head1 SEE ALSO
L<HTML::Mason|HTML::Mason>
=cut
4 changes: 0 additions & 4 deletions lib/HTML/Mason/Resolver/Null.pm
Expand Up @@ -67,8 +67,4 @@ EOF
print $buffer;
=head1 SEE ALSO
L<HTML::Mason|HTML::Mason>
=cut
4 changes: 0 additions & 4 deletions lib/HTML/Mason/Tests.pm
Expand Up @@ -960,8 +960,4 @@ that overrides the _make_interp method to use your subclass:
%interp_params );
}
=head1 SEE ALSO
L<HTML::Mason|HTML::Mason>
=cut
5 changes: 0 additions & 5 deletions tidyall.ini
@@ -1,5 +0,0 @@
[PerlTidy]
argv = -noll
select = {bin,lib,t}/**/*.{pl,pm,t}
ignore = t/lib/BadModule.pm
modes = editor

0 comments on commit a9b2375

Please sign in to comment.