/[suikacvs]/markup/html/whatpm/Whatpm/ContentChecker.pm
Suika

Diff of /markup/html/whatpm/Whatpm/ContentChecker.pm

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

revision 1.43 by wakaba, Sun Aug 5 04:50:57 2007 UTC revision 1.44 by wakaba, Mon Aug 6 10:56:50 2007 UTC
# Line 1  Line 1 
1  package Whatpm::ContentChecker;  package Whatpm::ContentChecker;
2  use strict;  use strict;
3    our $VERSION=do{my @r=(q$Revision$=~/\d+/g);sprintf "%d."."%02d" x $#r,@r};
4    
5  require Whatpm::URIChecker;  require Whatpm::URIChecker;
6    
# Line 398  sub _check_get_children ($$$) { Line 399  sub _check_get_children ($$$) {
399    return ($sib, $new_todos);    return ($sib, $new_todos);
400  } # _check_get_children  } # _check_get_children
401    
402    =head1 LICENSE
403    
404    Copyright 2007 Wakaba <w@suika.fam.cx>
405    
406    This library is free software; you can redistribute it
407    and/or modify it under the same terms as Perl itself.
408    
409    =cut
410    
411  1;  1;
412  # $Date$  # $Date$

Legend:
Removed from v.1.43  
changed lines
  Added in v.1.44

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24