does build.
todo:
- enable more stuff
- look closer at the tooling, needs something like the gcc config change
but at least, this allows us to look at the remaining ports.
The object of the game is to prevent the aliens to invade you.
For that you need to destroy all fifty-five aliens before they either
reach your laser base or the floor.
input and ok tb@
Unbreaks youtube with
version 2017.05.18.1
* [jsinterp] Fix typo and cleanup regular expressions (#13134)
version 2017.05.18
+ [jsinterp] Add support for quoted names and indexers (#13123,
#13124, #13125, #13126, #13128, #13129, #13130, #13131, #13132)
OK and input sthen@, also OK danj@.
From Hiltjo Posthuma, thanks!
The "Log::Dispatch::Perl" module offers a logging alternative using standard
Perl core functions. It allows you to fall back to the common Perl alternatives
for logging, such as "warn" and "cluck". It also adds the possibility for a
logging action to halt the current environment, such as with "die" and "croak".
OK sthen@, benoit@, robert@
JavaScript::Minifier::XS is a JavaScript "minifier"; its designed to remove
un-necessary whitespace and comments from JavaScript files, which also not
breaking the JavaScript.
JavaScript::Minifier::XS is similar in function to JavaScript::Minifier, but is
substantially faster as its written in XS and not just pure Perl.
OK and input from sthen@, also OK benoit@, robert@
CSS::Minifier::XS is a CSS "minifier"; its designed to remove un-necessary
whitespace and comments from CSS files, while also not breaking the CSS.
CSS::Minifier::XS is similar in function to CSS::Minifier, but is substantially
faster as its written in XS and not just pure Perl.
OK and input from sthen@, also OK benoit@, robert@
This module is a simple tool for calculating business hours in a time period.
Over time, additional functionality will be added to make it easy to calculate
the number of business hours between arbitrary dates.
OK and input from benoit@, sthen@, tsg@