Changes for version 0.05 - 2026-03-29
- Fix Errno portability: use POSIX qw(EAGAIN EWOULDBLOCK) instead of Errno
- Fix Bind.pm dispatch crash on non-hashref JSON (e.g. numeric/string payloads)
- Fix Connection.pm missing Errno import for Perl 5.10 compatibility
- Remove unused Errno import from Hub.pm
- Comprehensive POD documentation for all 14 modules
- Added SEE ALSO cross-references across all modules
Modules
Perl bindings to webview-c for creating cross-platform GUIs
High-level application wrapper for Chandra
JavaScript to Perl function binding
JavaScript bridge code for Perl communication
In-browser developer tools for Chandra applications
Native dialog boxes for Chandra applications
DOM-like element construction for Chandra
Error handling with stack traces for Chandra
Event object for element handlers
File watching and hot reload for Chandra applications
Custom URL protocol handlers for Chandra applications
IPC client for connecting to a Chandra Hub
Wire protocol and connection wrapper for Chandra IPC
IPC server for coordinating Chandra instances