/[suikacvs]/markup/html/whatpm/What/NanoDOM.pm
Suika

Diff of /markup/html/whatpm/What/NanoDOM.pm

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.2 by wakaba, Tue May 1 06:22:12 2007 UTC revision 1.3 by wakaba, Tue May 1 08:17:44 2007 UTC
# Line 1  Line 1 
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    
# Line 323  sub name ($) { Line 337  sub name ($) {
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$

Legend:
Removed from v.1.2  
changed lines
  Added in v.1.3

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24