NAME
Acme::JTM::Experiment - Testing Perl Constructs on CPAN Testers
VERSION
version 1.182081
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.
CURRENT EXPERIMENT
I am trying to get to the bottom of this error, which seems to happen on 32 bit architectures only: 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 Net::Netmask to deal with this.
The actual experiment for this is in t/01-Basic.t
.
AUTHOR
Joelle Maslak <jmaslak@antelope.net>
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.