Re: Module submission ctflags

2003-02-11 Thread Salvador FandiƱo
Hi, A . Bergman wrote: 2) it's more a pragma than a normal module and pragmas usually have top level names Does it change things compile time? yes, everything in ctflags occurs at compile time... actually the "ct" in the name stands for compile time. The purpose of ctflags is to

Re: Module submission ctflags

2003-02-11 Thread A . Bergman
On tisdag, feb 11, 2003, at 14:59 Europe/Stockholm, Perl Authors Upload Server wrote: 2) it's more a pragma than a normal module and pragmas usually have top level names Does it change things compile time? Arthur