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


NetHack-Logfile documentation Contained in the NetHack-Logfile distribution.

Index


Code Index:

NAME

Top

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

VERSION

Top

version 1.00

DESCRIPTION

Top

Please see the superclass 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.


NetHack-Logfile documentation Contained in the NetHack-Logfile distribution.

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__