Re: [Arsperl-devel] ARSperl package structure changes
Brought to you by:
jeffmurphy
From: Thilo S. <thi...@ap...> - 2009-04-01 07:58:26
|
> > The "ARS::AR_SORT_ASCENDING" business comes from those files. Those > files are supposedly to be generated by Makefile.PL during the build > process. The intention is to give people mnemonic access to header > constants without having them rely on "ars_export(..., 1 | 2 | 8 | > 4096)" messiness. > Are you sure? On my system (Windows XP), "_h2ph_pre.ph" and "artypes.ph" are almost empty. They contain only the statement "1;" so that they can be successfully loaded. The ARS::AR_XXXX_YYYYY constants are defined in ARSar-h.pm (which is also generated by Makefile.PL). Are things generated differently on Unix systems? |