The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
package ZMachine;
{
  $ZMachine::VERSION = '0.004';
}
use strict;
use warnings;
# ABSTRACT: libraries for dealing with the Z-Machine


1;

__END__

=pod

=head1 NAME

ZMachine - libraries for dealing with the Z-Machine

=head1 VERSION

version 0.004

=head1 OVERVIEW

The ZMachine distribution contains libraries for handling data related to
Z-Machine programs.

=head1 AUTHOR

Ricardo SIGNES <rjbs@cpan.org>

=head1 COPYRIGHT AND LICENSE

This software is copyright (c) 2013 by Ricardo SIGNES.

This is free software; you can redistribute it and/or modify it under
the same terms as the Perl 5 programming language system itself.

=cut