| 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 |
|
|
| 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 <[email protected]> |
| 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$ |