=pod

=encoding UTF-8

=head1 NAME

Acme::JTM::Experiment - Testing Perl Constructs on CPAN Testers

=head1 VERSION

version 1.182081

=head1 DESCRIPTION

This module is a place where I (Joelle) try
different Perl constructrs that may have compatibility issues.  By
trying it with this module, I can test this across CPAN Testers.

=head1 CURRENT EXPERIMENT

I am trying to get to the bottom of this error, which seems to
happen on 32 bit architectures only:
L<http://www.cpantesters.org/cpan/report/d639aefc-9182-11e8-a601-21f641e34ae1>

I am suspecting that some type of integer math isn't getting done as I
would like on those platforms, likely due to a sign issue.  I'm trying
to figure out the appropriate test to add into the BEGIN phaser of
L<Net::Netmask> to deal with this.

The actual experiment for this is in C<t/01-Basic.t>.

=head1 AUTHOR

Joelle Maslak <jmaslak@antelope.net>

=head1 COPYRIGHT AND LICENSE

This software is copyright (c) 2018 by Joelle Maslak.

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