=== CI
== Problem
autoprove (Test::Continous) broken in 5.18.0 Smolder is broken on OSX in 5.12+
== Solution
Jenkins. A fork of Hudson. Mature, supports many plugins.
=== CI
== Problem
autoprove (Test::Continous) broken in 5.18.0 Smolder is broken on OSX in 5.12+
== Solution
Jenkins. A fork of Hudson. Mature, supports many plugins.
Dancer2 - Revolution | |
Nothing indicated troubles, February 18, 2013 Alexis Sukrieh reports in his blog and in the newsletter dancer-users @ that will release Dancer2 as an independent project, and it will not replace the existing Dancer. February 22 at CPAN distribution Dancer2 appears to version 0.01. | |
Dancer2 originally created from scratch based Moo framework for Grease OOP system easy to extend and maintain. Mainly dealt with the new version of the problem - getting rid of the global variables and isolate the application from any potential conflicts. It also planned to provide 100% compatible with the Dancer, to be possible transparent migration of legacy applications and plug-ins for the new version of the framework. | |
In fact, since last fall has been frozen development Dancer and all the forces were sent back for revision Dancer2. But then it became clear that a transparent migration can not be performed primarily for technical reasons. Engines (engines) templating, sessions, logs differ significantly Da |
Tracking memory leaks: | |
Devel::Arena - sv_stats() returns arena structures used for SV allocation | |
* Devel::Cycle - find_cycle($ref) returns all cycles found in $ref and the perl variables they point to | |
Devel::Gladiator - walk Perl variable arena | |
Devel::Leak - deprecated by Devel::LeakTrace::Fast | |
Devel::LeakTrace - deprecated by Devel::LeakTrace::Fast | |
* Devel::LeakTrace::Fast - prints leaked SV's and line numbers at END. | |
Data::Structure::Util - has_circular_ref($ref) returns ref to link in $ref that is circular or false. | |
Test::LeakTrace - no_leaks_ok(), etc. |
#!/usr/bin/perl | |
use 5.10.0; | |
use strict; | |
use warnings; | |
use Benchmark qw/:all :hireswallclock/; | |
use Regexp::Optimizer; | |
my $max_len = 4250; | |
my $bad = '^(aa|aab?)+$'; |
plack_middlewares: | |
- | |
- 'JSON::ForBrowsers' | |
- | |
- Debug | |
- panels | |
- | |
- Dancer::Version | |
- Memory | |
- Timer |
plack_middlewares: | |
- | |
- 'JSON::ForBrowsers' | |
- | |
- Debug | |
- panels | |
- | |
- Dancer::Version | |
- Memory | |
- Timer |
plack_middlewares: | |
# - | |
# - 'JSON::ForBrowsers' | |
- | |
- Debug | |
- panels | |
- | |
- Dancer::Version | |
- Memory | |
- Timer |