Acme-MyPeek
view release on metacpan or search on metacpan
[DOCUMENTATION]
- Migrate to Dist::Zilla
0.05 - 2014-09-20T19:29:17+01:00
[DOCUMENTATION]
- Add a .gitignore file
- Changelog dates are better written as YYYY.MM.DD and probably ordered in
the other, descending, direction
Remark: I have decided to follow the ISO 8601 standard at
http://www.w3.org/TR/NOTE-datetime
- Just use a Makefile.PL and not a Build.PL the latter does not have any
added value any more
- In Makefile.PL ==> meta files link to repository
0.04 - 2013-06-07T12:00:00+01:00
lib/Acme/MyPeek.pm view on Meta::CPAN
__END__
=head1 NAME
Acme::MyPeek - Peek into the internal number representation
=head1 SYNOPSIS
use Acme::MyPeek;
print "no of bits integers..: ", log(hi) / log(2), "\n";
print "no of bits floats ...: ", log(hd) / log(2), "\n";
print "last val.............: ", lv, "\n";
print "data type for int....: ", dt(3), "\n";
print "data type for float..: ", dt(3.1), "\n";
print "data type for char...: ", dt('z'), "\n";
=head1 AUTHOR
Klaus Eichner <klaus03@gmail.com>
=head1 COPYRIGHT AND LICENSE
( run in 0.510 second using v1.01-cache-2.11-cpan-49f99fa48dc )