1ExtUtils::MakeMaker::bytPeesr(l3pPmr)ogrammers ReferencEextGUutiidles::MakeMaker::bytes(3pm)
2
3
4
6 ExtUtils::MakeMaker::bytes - Version-agnostic bytes.pm
7
9 use just like bytes.pm
10
12 bytes.pm was introduced with 5.6. This means any code which has 'use
13 bytes' in it won't even compile on 5.5.X. Since bytes is a lexical
14 pragma and must be used at compile time we can't simply wrap it in a
15 BEGIN { eval 'use bytes' } block.
16
17 ExtUtils::MakeMaker::bytes is just a very thin wrapper around bytes
18 which works just like it when bytes.pm exists and everywhere else it
19 does nothing.
20
21
22
23perl v5.8.8 2001-09-21 ExtUtils::MakeMaker::bytes(3pm)