NAME
Developer::Dashboard::Zipper - older token encoding and ajax URL compatibility helpers
SYNOPSIS
use Developer::Dashboard::Zipper qw(zip unzip Ajax);
my $token = zip("print qq{ok\\n};");
DESCRIPTION
This module recreates the small token and ajax helper surface expected by older bookmark code without carrying forward any project-specific logic.
FUNCTIONS
zip, unzip, acmdx, Ajax, __cmdx, _cmdx, _cmdp
Encode and decode token payloads and generate older-style ajax links. Saved bookmark Ajax file handlers are stored under the dashboards ajax tree as executable files so the web runtime can run them as real processes.