XML-DT-Sequence
view release on metacpan or search on metacpan
lib/XML/DT/Sequence.pm view on Meta::CPAN
not be run.
If you are using a code reference as a handler, call it from the first
argument (reference to the object). If you are using a C<XML::DT>
handler, C<< $u >> has the object, so just call C<break> on it.
=cut
sub new {
my ($class) = @_;
return bless { } => $class;
}
sub break {
my $self = shift;
$self->{BREAK} = 1;
}
sub process {
my ($self, $file, %ops) = @_;
( run in 0.232 second using v1.01-cache-2.11-cpan-65fba6d93b7 )