MAN page from Mandriva 2007 perl-5.8.8-7.1mdv2007.0.i586.rpm
ExtUtils::MakeMaker::bytes
Section: Perl Programmers Reference Guide (3pm)
Updated: 2001-09-21
Index NAME
ExtUtils::MakeMaker::bytes - Version-agnostic bytes.pm
SYNOPSIS
use just like bytes.pm
DESCRIPTION
bytes.pm was introduced with 5.6. This means any code which has 'usebytes' in it won't even compile on 5.5.X. Since bytes is a lexicalpragma and must be used at compile time we can't simply wrap it ina
BEGIN { eval 'use bytes' } block.
ExtUtils::MakeMaker::bytes is just a very thin wrapper around byteswhich works just like it when bytes.pm exists and everywhere else itdoes nothing.
Index
- NAME
- SYNOPSIS
- DESCRIPTION
This document was created byman2html,using the manual pages.