File: Parser.pm

package info (click to toggle)
libhtml-mason-perl 1%3A1.39-1
  • links: PTS
  • area: main
  • in suites: lenny
  • size: 2,072 kB
  • ctags: 1,535
  • sloc: perl: 17,624; sh: 187; makefile: 12
file content (22 lines) | stat: -rw-r--r-- 483 bytes parent folder | download | duplicates (10)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22

die "The Parser module is no longer a part of HTML::Mason.  Please see ".
    "the Lexer and Compiler modules, its replacements.\n";

1;  # heh

__END__

=pod

=head1 NAME

HTML::Mason::Parser - Old module for compiling components

=head1 DESCRIPTION

The Parser object is no longer part of Mason.  It has been replaced by
the Compiler and Lexer objects.  See the L<Developer's
Manual|HTML::Mason::Devel> and the L<Administrator's
Manual|HTML::Mason::Admin> for more details.

=cut