File: Mason.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 (41 lines) | stat: -rw-r--r-- 492 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
# -*- perl -*-

package Bundle::HTML::Mason;

$VERSION = '0.09';

1;

__END__

=head1 NAME

Bundle::HTML::Mason - A bundle to install the HTML::Mason package

=head1 SYNOPSIS

C<perl -MCPAN -e 'install Bundle::HTML::Mason'>

=head1 CONTENTS

Cache::Cache  1.00

Class::Container  0.07

CGI  2.46

Exception::Class  1.15

File::Spec  0.8

Params::Validate  0.70

Scalar::Util  1.01

HTML::Mason

=head1 DESCRIPTION

This bundle includes all that's needed to run the HTML::Mason package.

=cut