package Test::Stream::Compare::EventMeta; use strict; use warnings; use base 'Test::Stream::Compare::Meta'; use Test::Stream::HashBase; sub get_prop_file { $_[1]->debug->file } sub get_prop_line { $_[1]->debug->line } sub get_prop_package { $_[1]->debug->package } sub get_prop_subname { $_[1]->debug->subname } sub get_prop_skip { $_[1]->debug->skip } sub get_prop_todo { $_[1]->debug->todo } sub get_prop_trace { $_[1]->debug->trace } sub get_prop_tid { $_[1]->debug->tid } sub get_prop_pid { $_[1]->debug->pid } 1; __END__ =pod =encoding UTF-8 =head1 NAME Test::Stream::Compare::EventMeta - Meta class for events in deep comparisons =head1 DEPRECATED B in favor of L, L, and L. See L for a conversion guide. =head1 DESCRIPTION This is used in deep compariosns of event objects. You should probably never use this directly. =head1 SOURCE The source code repository for Test::Stream can be found at F. =head1 MAINTAINERS =over 4 =item Chad Granum Eexodist@cpan.orgE =back =head1 AUTHORS =over 4 =item Chad Granum Eexodist@cpan.orgE =back =head1 COPYRIGHT Copyright 2015 Chad Granum Eexodist7@gmail.comE. This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself. See F =cut