NAME
Acme::Version::Hex - a module that declares its $VERSION in hexadecimal
VERSION
version 0.0009765625
SYNOPSIS
use Acme::Version::Hex;
my $version = Acme::Version::Hex->VERSION;
DESCRIPTION
This module demonstrates the use of a floating point hexadecimal number in its $VERSION
.
Support for hexadecimal floating point literals (like 0x1.23p-4
) was added in perl5213delta. This distribution is a test of the toolchain's ability to deal with this version, either in recent perl versions or earlier.
SUPPORT
Bugs may be submitted through the RT bug tracker (or bug-Acme-Version-Hex@rt.cpan.org). I am also usually active on irc, as 'ether' at irc.perl.org
.
SEE ALSO
AUTHOR
Karen Etheridge <ether@cpan.org>
COPYRIGHT AND LICENSE
This software is copyright (c) 2015 by Karen Etheridge.
This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.