Re: [Arsperl-devel] ARSperl package structure changes
Brought to you by:
jeffmurphy
From: Thilo S. <thi...@ap...> - 2009-04-01 13:28:38
|
> > 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. > In Makefile.PL, the empty artypes.ph is generated from a block with the following condition: if( ($ARSVERSION >= 5.0) && /^nt/ ) { ..... To me it looks like artypes.ph ceased to be relevant with the introduction of ARS 5.0, when the NT API functions where disposed. Since we don't support the 4.X API anymore, artypes.ph can probably be removed, as well as ARSnt-h.pm and ARSnterrno-h.pm. Thilo |