Perl.social updates
Webservice to connect to Onfido API
Changes for 0.006 - 2023-07-02T15:36:03+00:00
- Add hook
Validate Japanese zip-codes
Changes for 0.20230630
- Update some table classes.
Perl extension for the GNU Readline/History Library
Changes for 1.46 - 2023-07-01
Synthesizer settings librarian
Changes for 0.0027 - 2023-07-01T01:43:35Z
- Improve the eg/mojo-ui.pl program.
- Simplify the remove_model() method.
- Improve documentation.
https://blogs.perl.org/users/oldtechaa/2023/06/perl-weekly-challenge-223---count-primes-ive-never-met-the-man.html
A dummy module for this namespace
Changes for 1.1.1 - 2023-06-27T11:19:00Z
- fixed bug in attribute handling
A dummy module for this namespace
Changes for 1.1.0 - 2023-06-27T10:50:00Z
- Switched from PodCoverageTest plugin to Test:😛od::Coverage::Configurable to be more flexible
- Added option 'exclude_from_basic' to exclude plugins from @Basic plugin bundle
Create Text-based User Interfaces Without ncurses
Changes for 2.01 - 2023-06-26T17:16:41Z
- Skip 'hello world' test when we are headless or otherwise cannot access /dev/tty
An open source web-based network management tool.
Changes for 2.062004 - 2023-06-26
- ENHANCEMENTS
- BUG FIXES
NBI Slurm module
Changes for 0.4.2 - 2023-06
- Bumped Perl requirement to 5.16, to keep using lvalue subs
data pack for Business::ISBN
Changes for 20230626.001 - 2023-06-26T15:49:00Z
- Data update for 20230626
Tags helper for login register.
Changes for 0.05 - 2023-06-26T00:13:09+02:00
- Add second message type to CSS test.
- Fix minimal dependency for Tags::HTML::Messages message types.
Tags helper for login access.
Changes for 0.05 - 2023-06-26T00:14:14+02:00
- Add link for Tags::HTML::Login::Register to doc.
- Add support of logo.
- Add tests.
- Fix api for messages in doc.
- Fix minimal dependency for Tags::HTML::Messages message types.
- Improve LICENSE AND COPYRIGHT section in doc.
Entry widget with a Tk:😛opColor widget attached.
Changes for 0.05
- Delegated options -state and -justify to the entry widget.
Sign a Certificate Signing Request in XS.
Changes for 0.04
- Address issues compiling against older openssl versions
Destructuring Assignment Syntax for Perl
Changes for 0.0.15
- Add a test for multi-line assignment statement
- Put all code from assign.pm in assign::0
- Refactor to declare vars before assignments
We are Slovak CPAN authors.
Changes for 0.04 - 2023-06-24T15:21:08+02:00
- Fix Makefile.PL fails with no '.' in @INC.
- Move bug tracker to GitHub.
Lookup an entry in the Obituary Daily Times
Changes for 0.09
- create_db failed on 5.36.1 freelists now separate lines by <br/> instead of <br /> Calling new on an object now returns a clone rather than setting the defaults in the new object
Full-featured "Combo-box" (Text-entry combined with drop-down listbox) derived from Tk::BrowseEntry with many additional features and options.
Changes for 5.30
- Fix entry-field up and down-arrow bindings to properly traverse the values in the listbox value list - wasn't always working properly particularly with the up-arrow option.
- Fix broken handling of hash-refs (name/value pairs) when used as the -choices list.
- Fix -listrelief option not accepting reconfiguration.
- Improve and clarify "Tab=KeepList" & "Tab=Popup" altbindings. KeepList will also now keep list popped up if <spacebar> used to select.
- Add "-tabcomplete => 3" option to just update the text field to what is selected in the listbox when tabbing off of it back to the text field (The other 2 tabcomplete options also do this).
- Tweak the button icons' height slightly to make the widget height consistant with standard text entry fields (Linux versions, as this was already correct on M$-Windows systems.
- Tweak widget frame width to make "fixed" listboxes more properly align in width with that of the text entry field width.
- Stop copying the active listbox item to the text field until the user actually selects it.
- Remove some redundant listbox activation code plus some other small code optimizations and cleanups.
- Fix a few more "use strict" nanny-warnings about undefined variable values (found or observed during coding and testing). None of them were bugs (as Perl was already defaulting to zero or '' as needed).
- Some general pod doc. cleanups.
We are Slovak CPAN authors.
Changes for 0.03 - 2023-06-24T14:25:30+02:00
- Add KOZO account.
- Add SAMSK account.
- Fix example in doc.
- Rename examples to better names.
- Update copyright years.
- Update Module::Install to 1.21 version.
Display run time and dependencies after running code
Changes for 0.210 - 2023-05-01
- INCOMPATIBLE CHANGES
- ENHANCEMENTS
Mapping Perl releases on CPAN to the location of the tarballs
Changes for 5.20230623
- Change: b89377d4677c288d0b76ed06e27ba649d1b21f74 Author: Chris 'BinGOs' Williams <chris@bingosnet.co.uk> Date : 2023-06-23 22:52:24 +0000
- Change: 488c1baf27c61a77e2af01f2205fa3230e8ac4da Author: Chris 'BinGOs' Williams <chris@bingosnet.co.uk> Date : 2023-06-16 09:15:45 +0000
Backend for Plack::App:😛roxy
Changes for 0.0204 - 2023-06-23
- Options `http_proxy`, `https_proxy` and `no_proxy` are undef by default.
Preserve Host header on requests
Changes for 0.0104 - 2023-06-23
- Correct configure requirements.
https://blogs.perl.org/users/oldtechaa/2023/06/perl-weekly-challenge-222---checking-against-my-list-of-members.html
Launch Zoom meetings via Perl
Changes for 0.231740 - 2023-06-23T12:45:21+02:00
Perl modules bundle to install from CPAN
Changes for 0.231740 - 2023-06-23T12:32:40+02:00
Data object for image.
Changes for 0.03 - 2023-06-23T10:07:52+02:00
- Add dt_created parameter.
- Add ERRORS section to doc.
- Update copyright years.
- Update Module::Install to 1.21 version.
a small gemini client
Changes for 0.07 - 2023-06-23
- Add a gemini_request function that handles redirection and content collection. Break the content accessor to instead contain something that gemini_request maybe does. More tests, bugfixes, etc.
Like Getopt::Long, but with less features
Changes for 0.091 - 2023-05-04
- Be more lightweight (do not use 5.010, do not use strict/warnings).