| 1 |
|
=head1 NAME |
| 2 |
|
|
| 3 |
|
What::NanoDOM - A Non-Conforming Implementation of DOM Subset |
| 4 |
|
|
| 5 |
|
=head1 DESCRIPTION |
| 6 |
|
|
| 7 |
|
The C<What::NanoDOM> module contains a non-conforming implementation |
| 8 |
|
of a subset of DOM. It is the intention that this module is |
| 9 |
|
used only for the purpose of testing the C<What::HTML> module. |
| 10 |
|
|
| 11 |
|
See source code if you would like to know what it does. |
| 12 |
|
|
| 13 |
|
=cut |
| 14 |
|
|
| 15 |
package What::NanoDOM; |
package What::NanoDOM; |
| 16 |
use strict; |
use strict; |
| 17 |
|
|
| 337 |
return shift->{name}; |
return shift->{name}; |
| 338 |
} # name |
} # name |
| 339 |
|
|
| 340 |
|
=head1 SEE ALSO |
| 341 |
|
|
| 342 |
|
L<What::HTML> |
| 343 |
|
|
| 344 |
|
=head1 AUTHOR |
| 345 |
|
|
| 346 |
|
Wakaba <w@suika.fam.cx>. |
| 347 |
|
|
| 348 |
|
=head1 LICENSE |
| 349 |
|
|
| 350 |
|
Copyright 2007 Wakaba <w@suika.fam.cx> |
| 351 |
|
|
| 352 |
|
This library is free software; you can redistribute it |
| 353 |
|
and/or modify it under the same terms as Perl itself. |
| 354 |
|
|
| 355 |
|
=cut |
| 356 |
|
|
| 357 |
1; |
1; |
| 358 |
# $Date$ |
# $Date$ |