The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
package NetHack::Logfile::Entry::34;
our $VERSION = '1.00';

use Moose;
extends 'NetHack::Logfile::Entry::33';

# No changes from 33

__PACKAGE__->meta->make_immutable;
no Moose;

1;

__END__

=head1 NAME

NetHack::Logfile::Entry::34 - a finished game of NetHack 3.4.0 or later

=head1 VERSION

version 1.00

=head1 DESCRIPTION

Please see the superclass L<NetHack::Logfile::Entry::33> for all documentation,
since none of the changes between 3.3.0 and 3.4.0 affect the operation of this
module.

=cut