-
Migrated from [rt.perl.org#121638](https://rt-archive.perl.org/perl5/Ticket/Display.html?id=121638) (status was 'resolved')
Searchable as RT121638$
p5pRT updated
10 years ago
-
not able to run 'make' in poll directory.
the following file is missing : pixie16app_defs.h
where to get this file ? kindly help.
-
In 0.9.5, the use of `null` was switched to `void 0` in some places, namely in ternary operators without an `else` clause. For example:
This CoffeeScript:
```
15 + if somevar then "%"
```
used to …