File: RuleList.pm

package info (click to toggle)
libcss-dom-perl 0.15-1%2Bdeb8u1
  • links: PTS, VCS
  • area: main
  • in suites: jessie
  • size: 716 kB
  • ctags: 249
  • sloc: perl: 7,310; makefile: 2
file content (30 lines) | stat: -rw-r--r-- 483 bytes parent folder | download | duplicates (2)
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
package CSS::DOM::RuleList;

$VERSION = '0.15';

require CSS::DOM::Array;
@ISA = 'CSS::DOM::Array';

                              !()__END__()!

=head1 NAME

CSS::DOM::RuleList - Rule list class for CSS::DOM

=head1 VERSION

Version 0.15

=head1 DESCRIPTION

This module implements rule lists for L<CSS::DOM>. It implements the
CSSRuleList DOM interface.

This simply inherits from L<CSS::DOM::Array> without adding anything
extra.

=head1 SEE ALSO

L<CSS::DOM>

L<CSS::DOM::Array>