Synthesizer settings librarian
Changes for 0.0016 - 2023-06-29T18:54:49Z
- Remove the now redundant recall_settings() method.
- Fix the make_setting() logic.
- Improve documentation.
Synthesizer settings librarian
Changes for 0.0015 - 2023-06-29T18:00:09Z
- Fix search_settings() again!
- Further adjust name column handling.
Collection of utilities related to Perl distributions
Changes for 0.154 - 2023-05-20
- [doc] Mention this-mod, this-dist.
- [ux] Default dist argument to 'this dist'.
Signs/verifies Internet mail with DKIM/DomainKey signatures
Changes for 1.20230630 - 2023-06-30
- Add support for Ed25519 signature types Thanks to Matthäus Wander @mwander
- Option to add custom tags to generated signatures
A Perl Mail Authentication Milter
Changes for 3.20230629 - 2023-06-29T23:44:32+00:00
- DKIM: Prepare for Ed25519 support in Mail::DKIM Ed25519 key types do not have a size method which can lead to confusing results.
Synthesizer settings librarian
Changes for 0.0014 - 2023-06-29T15:50:05Z
- Add the recall_all() method.
- Improve the eg/mojo-ui.pl program significantly.
a small gemini client
Changes for 0.08 - 2023-06-29
- Use IO::Socket::IP for better IPv6 support. Break the verify_ssl callback, again, passing a hash reference of details. Notably the IP address of the peer is now included, and the IP is also available via the ip accessor. Break the "digest" such that it is now compatible with how amfora calculates it. Removed the early_shutdown thing. More tests, bugfixes, etc.
The great new HTML::Scrape!
Changes for v0.1.0
- Very first version. Functions may change in name and arguments.
Interface to OpenLook properties of toplevel windows.
Changes for 0.08
- Adopted this package
- Modernized the build structure
- Modernized testing
Comics aggregator in the style of Gotblah
Changes for 1.20 - 2023-06-29
- Fix site for all comics.com plugins. Fix patterns for QuestionableContent. Fix patterns for Buttersafe, CyanideAndHappiness, Nozzman, PBFComics, ToonHole. Fix patterns for Sinfest, Glasbergen, CommitStrip, CSectionComics. Add Claw, CatsCafe, WrongHands. Disabled Dilbert.
Testing Tk widgets.
Changes for 3.00
- Use Test::Deep for testing data structures
- depricated functions listcompare and hashcompare
Give Tk applications the looks of Gtk applications
Changes for 0.06
- Repaired failure when executable has extension
- Updated documentation
- Added NoteBook to the menu group
Tags helper for login access.
Changes for 0.07 - 2023-06-29T19:51:27+02:00
- Remove lastpass buttons from image in doc.
Tags helper for login register.
Changes for 0.06 - 2023-06-29T19:49:02+02:00
- Add second example to doc with image.
Tags helper for login access.
Changes for 0.06 - 2023-06-29T19:42:23+02:00
- Improve second example in doc.
SQL::Abstract v2 support in DBIx::Class
Changes for 0.01_4 - 2023-06-29T17:10:15Z
- Fix ExtraClausesFixed 🤦; `using` now is actually correct
Popping a selection list relative to a widget
Changes for 0.06
- added default relief and borderwidth for Tk::Poplevel
Sync a cpanfile with the prereqs listed in dist.ini
Changes for 0.03 - 2023-06-29T17:30:00Z
- add feature to bump version of prereqs to a (more) secure version (via CPAN::Audit)
Call many Geo-Coders
Changes for 0.31
- Change the croaks to carps Fix test when Geo::Coder::Free is not installed
Synthesizer settings librarian
Changes for 0.0013 - 2023-06-29T01:20:32Z
- Fix the search_settings() logic.
- Improve the eg/mojo-ui.pl program.
Synthesizer settings librarian
Changes for 0.0012 - 2023-06-29T00:45:33Z
- Make SQLite use the JSON datatype in db creation.
- Add the search_settings() method.
- Add the very much WIP eg/mojo-ui.pl program.
faster version of Net::Async::Redis
Changes for 0.011 - 2023-06-29T12:21:07+08:00
- Bugs fixed
Redis support for IO::Async
Changes for 3.024 - 2023-06-29T12:19:45+08:00
- New features
Synthesizer settings librarian
Changes for 0.0011 - 2023-06-28T21:16:56Z
- Improved the eg/synth-config.pl program.
Easier filters for OpenSMTPd in perl
Changes for v0.0.3 - 2023-06-29T02:01:33Z
- Mention which API protocol we support (Andrew Hewus Fresh)
- Support report smtp-in link-auth 0.7 protocol (Andrew Hewus Fresh)
- Don't reuse instance in test (Andrew Hewus Fresh)
- Support field callbacks (Andrew Hewus Fresh)
Andrew Hewus Fresh reshared this.
Synthesizer settings librarian
Changes for 0.0010 - 2023-06-28T17:15:48Z
- Fixed tests.
- Partially fleshed-out the eg/synth-config.pl program.
Print Perl {distribution,module,author,...} associated with current directory
Changes for 0.019 - 2023-05-20
- No functional changes.
- [doc] Mention dir2mod, dir2dist.
OO Library for Perl 5
Changes for 3.04 - 2023-06-28
- [feature] Implement Venus::Task
- [feature] Implement Venus::Core#UNIMPORT
- [feature] Implement Venus::Path#rename
- [feature] Implement Venus::Core#USE and "import"
- [feature] Implement Venus::Meta#emit
- [feature] Implement Venus::Core::{GET,SET}
- [feature] Implement Venus::Process#ppid
- [feature] Implement Venus::Process#{send,recv}
- [feature] Implement Venus::Run, and the "vns" CLI
- [feature] Implement Venus::Process#{recall,recallall}
- [feature] Implement Venus::Process#data
- [feature] Implement Venus::Process#sync
- [feature] Implement Venus::Role::Printable#{print,say}_{json,yaml}
- [feature] Implement Venus::Os#quote
- [update] Update Venus::Core#DESTROY to include mixins
- [update] Fix "$!" issue in exceptions
- [update] Refactor Venus::Config, implement write_* methods
- [update] Refactor Venus::{Log,Task}, pass level to handler
- [update] Update documentation
- [update] Fix repeated CPANTS failures in releases 3.00..03
Use /etc/hosts before DNS
Changes for 0.0105 - 2023-06-29
- Correct cpan file.
Use /etc/hosts before DNS
Changes for 0.0104 - 2023-06-29
- Provided cpan file.
anonymous proxy requests
Changes for 0.0100 - 2023-06-28
- First CPAN release.
SQL::Abstract v2 support in DBIx::Class
Changes for 0.01_3 - 2023-06-28T19:39:35Z
- add ExtraClausesFixed which fixes bugs with `using` in `join`s, and `setop`s with `group_by` and on SQLite. This is applied by default to the sql_maker
Slice and dice spreadsheets, optionally using tied variables.
Changes for 1000.001
An open source web-based network management tool.
Changes for 2.063001 - 2023-06-28
- BUG FIXES
Executable Uniform Command-Line Interface Descriptions
Changes for 0.4.6 - 2023-06-28
- David Precious (BIGPRESH) taking on maintainership
- Avoid test failures on perls without '.' in @INC (reported by TODDR in RT#127234)
- Minor wording change (reported by Debian team in RT #95412)
An open source web-based network management tool.
Changes for 2.063000 - 2023-06-28
- NEW FEATURES